Update LLVM backend to latest LLVM code.
[mono.git] / mono / mini / method-to-ir.c
2011-06-04 Zoltan VargaFix a corner case where an inlined bblock which had...
2011-05-30 Zoltan VargaEmit write barriers after/before volatile loads/stores.
2011-05-25 Zoltan VargaEnable llvm support for the new Monitor.Enter () wrapper.
2011-05-25 Zoltan VargaImplement AOT support for the new Monitor.Enter ()...
2011-05-24 Rodrigo KumperaDisable v4 monitor.enter fastpath under aot and llvm
2011-05-24 Rodrigo KumperaReapply the fast v4 monitor enter IL. AOT and LLVM...
2011-05-24 Marek HabersackRevert "Reapply 171e69041898f488f332c5a2fad71e40f5863c5...
2011-05-24 Rodrigo KumperaReapply 171e69041898f488f332c5a2fad71e40f5863c5d fixed...
2011-05-23 Marek HabersackRevert "Implement fast il wrapper for v4 Monitor.Enter."
2011-05-23 Rodrigo KumperaImplement fast il wrapper for v4 Monitor.Enter.
2011-05-23 Zoltan VargaFix warnings.
2011-05-23 Marek HabersackRevert "Fix some warnings."
2011-05-21 Zoltan VargaFix some warnings.
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-04-25 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-22 Zoltan VargaFix AOT support for isinst_with_cache wrappers. Fixes...
2011-04-22 Zoltan VargaFix a JIT crash when -v -v -v -v is used.
2011-04-19 Zoltan VargaAllow storing managed pointers into 'native int' in...
2011-04-11 Zoltan VargaMerge branch 'nunit25/2011-04-11' of https://github...
2011-04-11 Zoltan VargaAvoid putting a seq point at the beginning of finally...
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-07 Rodrigo KumperaHandle constrained. with dynamic methods.
2011-04-07 Zoltan VargaTransition most JIT stats to the mono_counters infrastr...
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-21 Sebastien PouliotAdd missing coreclr check on JIT optimization
2011-03-18 Zoltan VargaFix some warnings.
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-16 Zoltan VargaAvoid calling class cctors during JITting when the...
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-03 Rodrigo KumperaChecking if a type is a reference must be gsharing...
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-01 Paolo MolaroImplemented fast version of ThreadLocal<T>.
2011-02-23 Zoltan VargaFix the passing of the mrgctx argument in case of a...
2011-02-17 Rodrigo KumperaMake sure we keep a root for the delegates when calling...
2011-02-17 Rodrigo KumperaHandle gsharing and marshal by ref.
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Alexandre MutelFix sizeof(T) in non-gshared code. Fixes #580189.
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-01-30 Zoltan VargaDon't crash when inlining static methods called using...
2011-01-27 Zoltan VargaAdd AOT support for castclass_with_cache wrappers.
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-22 Zoltan VargaFix an assert which happens when a call is made to...
2011-01-08 Zoltan VargaAvoid an assert if System.Diagnostics.DebuggableAttribu...
2011-01-06 Zoltan VargaMerge remote branch 'google-nacl/master'
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-04 Elijah Taylorchange first batch of __native_client_codegen__ &&...
2011-01-03 Zoltan VargaMerge branch 'precise-gc-maps'
2011-01-03 Zoltan VargaAllocate a few more vregs as REF/MP.
2011-01-03 Zoltan VargaMark the dreg of OP_NEWARR as a ref.
2011-01-03 Zoltan VargaImprove logging. Treat the result of an LDIND.REF as...
2011-01-03 Zoltan VargaAdd a new regbank for spill slots holding managed point...
2011-01-03 Zoltan VargaGenerate liveness info for non-ref variables allocated...
2011-01-03 Zoltan VargaImplement precise scanning of registers by scanning...
2011-01-03 Zoltan VargaAdd infrastructure for marking vregs as holding a GC...
2011-01-03 Zoltan VargaAdd a MONO_INST_GC_TRACK inst flag to mark variables...
2011-01-03 Zoltan VargaAdd a modified liveness analysis pass to compute precis...
2011-01-03 Zoltan VargaOngoing work.
2010-12-17 Elijah TaylorMerged in rest of Native Client changes, untested
2010-12-13 Zoltan VargaEmit a seq_point after OP_START_HANDLER, not before.
2010-12-09 Zoltan VargaUnify the rgctx/non-rgctx call emission functions in...
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-01 Zoltan VargaEmit write barriers for multi-dim Array.Set (). Fixes...
2010-11-27 Zoltan VargaFix an aot crash if field->type is not initialized.
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Rodrigo KumperaCheck TOS for compatibility with return type.
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-21 Zoltan VargaFix some small memory leaks.
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-16 Zoltan VargaImprove tail call support on amd64 to support more...
2010-11-13 Zoltan VargaFix the DISABLE_JIT build.
2010-11-11 Zoltan VargaRemove one more compile-time dependency on sgen.
2010-11-10 Rodrigo KumperaMerge branch 'gc_oom'
2010-11-10 Rodrigo KumperaHandle OOM with string interning.
2010-11-10 Zoltan VargaWhen single stepping from a exception throw site, singl...
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Zoltan VargaEnlarge try-finally blocks preceeded by a Monitor.Enter...
2010-10-31 Zoltan VargaAvoid asserts if a forced inline fails. Fix typos....
2010-10-31 Zoltan VargaDisable inlining if the assembly has a DebuggableAttrib...
2010-10-12 Zoltan VargaMove the helper signatures along with their init functi...
2010-10-09 Rodrigo KumperaImplement fast stelemref.
2010-10-07 Rodrigo KumperaImplement managed versions of the caching icalls.
2010-10-07 Rodrigo KumperaAdd gsharing support for cached casts.
2010-10-07 Rodrigo KumperaAdd single entry cache to casts of types with variant...
2010-10-07 Rodrigo KumperaFast cast for some cases of generic variant types.
2010-10-07 Zoltan VargaAdd --debug=casts support for ArrayTypeMismatchException's.
2010-10-07 Zoltan VargaCentralize the setting of cfg->exception_type and the...
2010-10-05 Rodrigo KumperaImplement asm monitor/enter exit for amd64-sgen.
2010-10-05 Rodrigo KumperaImplement x86 support for monitor enter/exit fastpaths...
2010-10-05 Rodrigo KumperaEnable delegate .ctor optimization under sgen.
2010-09-27 Rodrigo KumperaAdd comment on the reason of a non obvious check.
2010-09-27 Rodrigo KumperaRaise ArgumentException for delegate on closed methods.
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-23 Zoltan VargaAdd a few variants of the MONO_GC_REGISTER_ROOT ()...
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-02 Rodrigo KumperaDuring inlining, verify the method before producing...
2010-08-31 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-08-31 Rodrigo KumperaFix AOT under x86.
2010-08-31 Zoltan VargaAdd AOT support for GC inline write barriers.
2010-08-30 Rodrigo KumperaMerge branch 'sgen_cardtable_64bits_support'
next