Fix a #define style issue in mini.c.
[mono.git] / mono / mini /
2013-07-09 Alex Rønne PetersenFix a #define style issue in mini.c.
2013-07-09 Alex Rønne PetersenOnly require mono_arch_is_soft_float () to be defined...
2013-07-09 Alex Rønne PetersenChange the way we do soft float to a fallback mechanism.
2013-07-09 Rodrigo Kumpera[build] Add dep tracking between Makefile.am.in and...
2013-07-09 Rodrigo Kumpera[runtime]On install, symlink mono to the right binary.
2013-07-09 Alex Rønne PetersenMerge pull request #692 from jack-pappas/patch-2
2013-07-09 Alex Rønne PetersenMIPS: Set USE_MUL to 0 by default (for now).
2013-07-08 Zoltan VargaPlace the method_addresses symbol into the .text segmen...
2013-07-08 Zoltan VargaRemove the constraint checks from get_shared_inst ...
2013-07-08 Marek SafarUpdated gitignore
2013-07-08 Marek SafarMerge pull request #686 from LHCGreg/12971-IsRedirected...
2013-07-04 Zoltan VargaMake synchronized wrappers of generic methods generic...
2013-07-03 Zoltan VargaUpdate the Mono LLVM EH Frame reading code to match...
2013-07-03 Zoltan VargaFix the implementation of sext.i4/zext.i4 for LLVM...
2013-07-02 Zoltan VargaRevert "Make synchronized wrappers of generic methods...
2013-07-02 Zoltan VargaMake synchronized wrappers of generic methods generic...
2013-07-02 Zoltan VargaPut read-only data into a separate section on ios to...
2013-07-02 Martin BauligMerge pull request #664 from symform/xbuild-AssignProje...
2013-07-02 Alex Rønne PetersenMerge pull request #649 from DavidS/feature/implement...
2013-07-02 Alex Rønne PetersenMerge pull request #572 from jack-pappas/sockets-ipproto
2013-07-02 Zoltan VargaUpdate the LLVM backend to match https://github.com...
2013-07-01 Zoltan VargaFix the unwind info for r7 on arm in managed-to-native...
2013-07-01 Zoltan VargaFix the DISABLE_EXECUTABLES build.
2013-06-29 Zoltan VargaFix more thumb+clang problems.
2013-06-29 Zoltan VargaEmit the thumb plt trampolines as binary since clang...
2013-06-28 Rodrigo KumperaRemove debug spew from switch_gc.
2013-06-28 Michael HutchinsonMerge pull request #642 from Ventero/CleanCopyLocal
2013-06-28 Rodrigo KumperaFix the build if -j4 is used.
2013-06-28 Rodrigo KumperaCleanup automake warnings.
2013-06-28 Rodrigo KumperaAnother go fighting autohell.
2013-06-28 Zoltan VargaAdd a missing case to mono_patch_info_hash ().
2013-06-27 Rodrigo KumperaFix the build.
2013-06-27 Rodrigo Kumpera[build]Fix make dist and use a symlink for mono.
2013-06-27 Zoltan VargaRemove a pass from the llvm opt pipeline which is not...
2013-06-26 Rodrigo KumperaFix build due to boehm->sgen changes.
2013-06-26 Rodrigo KumperaMono now defaults to sgen. We now ship a libmonoboehm...
2013-06-26 Zoltan VargaDon't make mono_tramp_info_create () assume ownership...
2013-06-26 Zoltan VargaUpgrade llvm backend to match https://github.com/mono...
2013-06-26 Zoltan VargaFix the LLVM JIT.
2013-06-26 Zoltan VargaAdd some comments to the gsharedvt constrained call...
2013-06-26 Rodrigo KumperaMerge pull request #654 from alesliehughes/master
2013-06-25 Zoltan VargaImplement proper osx aot tls support for amd64 too.
2013-06-25 Marek SafarMerge pull request #669 from LogosBible/Uri_TryCreate
2013-06-25 Rodrigo Kumpera[aot]Clean the loader error after calling mini_method_c...
2013-06-25 Zoltan VargaAdd a workaround for an AOT crash in mt.
2013-06-25 Zoltan VargaMake the AOT compiler stats output a bit more compact.
2013-06-24 Zoltan VargaUse --relocation-model=pic for llvm on ios.
2013-06-24 Zoltan VargaStore AOT method indexes in the Mono EH frame instead...
2013-06-23 Zoltan VargaAdd a GSHAREDVT_REG_IREG return marshalling convention...
2013-06-22 Zoltan VargaEmit dummy dwarf line number info for methods without...
2013-06-22 Zoltan VargaFix register allocation for hw remainder opcodes on...
2013-06-22 Rodrigo KumperaWhen compiling gshared code, always use the cached...
2013-06-22 Rodrigo KumperaEnable managed allocation under gsharing.
2013-06-22 Zoltan VargaFix some bugs in 39471e0c672e8d0d7717b424473e70052a061b8e.
2013-06-21 Zoltan VargaEmit dwarf line number info using .file/.loc assembler...
2013-06-21 Zoltan VargaChange the prolog of managed-to-native wrappers so...
2013-06-21 Zoltan VargaChange the linkage of 'mono_aot_personality' to Interna...
2013-06-20 Rodrigo KumperaRemove COM types from mono_defaults and lazily fetch...
2013-06-20 Rodrigo KumperaTry to make lldb backtracing more reliable.
2013-06-20 Miguel de IcazaMerge pull request #666 from mhutch/cairo-fix-3.0
2013-06-19 Rodrigo Kumpera[sdb] When a frame is missing it's context, report...
2013-06-18 Rolf Bjarne KvingeFix 64bit long alignment on Apple platforms when using...
2013-06-17 Zoltan VargaFix the build.
2013-06-17 Zoltan VargaFetch TLS offsets from GOT slots when using AOT instead...
2013-06-15 Zoltan VargaUnify the tail call handling code with the normal call...
2013-06-14 Rodrigo KumperaAdd lldb support to our thread dump capabilities.
2013-06-14 Zoltan VargaSmall llvm+gsharedvt changes.
2013-06-13 Rodrigo KumperaForce the runtime on OSX to use a 8Mb stack.
2013-06-13 Zoltan VargaFix more warnings/unitialized memory errors.
2013-06-13 Marek SafarMerge pull request #662 from cdrnet/fix-biginteger-gcd
2013-06-12 Zoltan VargaFix a memory overwrite in the gsharedvt jit code.
2013-06-12 Zoltan VargaUse the same code for aot alignment checks in aot-compi...
2013-06-12 Gonzalo Paniagua... Merge pull request #631 from kebby/master
2013-06-12 Zoltan VargaAdd support for nullables to box/unbox in gsharedvt...
2013-06-11 Zoltan VargaFix the arm build.
2013-06-11 Zoltan VargaAllow Nullable.Box/Unbox to be compiled as gsharedvt...
2013-06-11 Zoltan VargaAllow the gsharedvt info/local vars to be register...
2013-06-11 Zoltan VargaOptimize generated gsharedvt code: Load information...
2013-06-10 Zoltan VargaEliminate the use of localloc in gsharedvt methods...
2013-06-09 Zoltan VargaRework the gsharedvt code to add support for vtypes...
2013-06-07 Rodrigo KumperaFix the desktop test suite.
2013-06-06 Zoltan VargaRename the JIT test classes so they can be run on MT...
2013-06-06 Marek HabersackMerge pull request #655 from zgramana/master
2013-06-06 Zoltan VargaFix a regression introduced by 6285a057a248e65301def835...
2013-06-05 Rodrigo KumperaRework the shutdown sequence so two initiations don...
2013-06-04 Zoltan VargaImplement MethodMirror.MakeGenericMethod ().
2013-06-03 Zoltan VargaDisable partial sharing for now, it breaks some tests...
2013-06-03 Alex Rønne PetersenUse /proc/self/auxv for ARM feature detection when...
2013-06-03 Zoltan VargaUse MonoBoolean instead of gboolean as an icall return...
2013-06-02 Alex Rønne PetersenIgnore all cpu-*.h files in mono/mini.
2013-06-02 Marek SafarMerge pull request #651 from JoostK/patch-1
2013-06-02 Zoltan VargaFix constrained gsharedvt calls on enums.
2013-06-02 Zoltan Varga[sdb] Clear ss_invoke_addr when stopping single steppin...
2013-06-01 Zoltan Varga[sdb] Keep the exception object alive during debugger...
2013-05-30 Zoltan VargaRemove the #ifdef HAVE_SGEN_GC dependency from main...
2013-05-30 Zoltan VargaUse gsharedvt for some generic instances in full-aot...
2013-05-30 Zoltan VargaMove the adding of unbox trampolines to mini_add_method...
2013-05-29 Zoltan VargaUse a different function for emitting write barriers...
2013-05-29 Zoltan VargaAvoid calling alloc wrappers directly, sgen does some...
2013-05-29 Zoltan VargaRevert "Use gsharedvt for some generic instances in...
next