Merge remote branch 'upstream/master'
[mono.git] / mono / mini / method-to-ir.c
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'
2010-08-30 Rodrigo KumperaRemove leftover from testing.
2010-08-30 Rodrigo KumperaFix cardtable code under amd64.
2010-08-30 Rodrigo KumperaAdd support for card overlapping.
2010-08-25 Zoltan VargaFix a warning.
2010-08-25 Mark Probst[sgen] Fix build.
2010-08-25 Mark Probst[sgen] Inline card table wbarrier with nursery check.
2010-08-23 Mark ProbstMerge branch 'cardtable-inline-nofix'
2010-08-23 Mark Probst[sgen] Shorter IR for inlined write barrier.
2010-08-23 Mark Probst[sgen] Inline card table write barrier.
2010-08-23 Mark Probst[mini] Factor out function for emitting write barriers.
2010-08-23 Rodrigo KumperaFix some loader error leaks.
2010-08-21 Mark Probst[mini] Write barrier liveness fix.
2010-08-21 Zoltan VargaFix invoking of gshared methods in marshalbyref objects...
2010-08-17 Zoltan VargaDisable the InternalAllocateStr optimization when in...
2010-08-16 Zoltan VargaCall generic class init trampolines before calling...
2010-08-13 Zoltan VargaOnly do a null check in LDFLDA if the address is an...
2010-08-13 Marek SafarMerge remote branch 'chrisdunelm/master'
2010-08-13 Zoltan VargaAdd a null check to LDFLDA, the spec requires it.
2010-08-12 Zoltan VargaRevert "Speculatively revert 9b3b838d43aa652bdfa426b...
2010-08-12 Chris BaconMerge remote branch 'upstream/master'
2010-08-12 Zoltan VargaSpeculatively revert 9b3b838d43aa652bdfa426b (BRANCH_CO...
2010-08-09 Zoltan VargaTurn off the monitor enter/exit trampolines under SGEN...
2010-08-09 Zoltan VargaRemove the few remaining compile time GC dependencies.
2010-08-09 Elijah TaylorAdd support to the x86 backend for generating code...
2010-08-08 Zoltan VargaUse faulting load for loading the vtable in CEE_LDELEMA.
2010-08-05 Zoltan VargaFix the box+brtrue optimization for LLVM, add a box...
2010-08-04 Zoltan VargaDisable box+brtrue optimization for LLVM for now.
2010-07-31 tgiphilMerge branch 'master' of github.com/mono/mono
2010-07-28 atsushienoMerge branch 'atsushi'
2010-07-28 Paolo MolaroMerge branch 'monitor-enter-bool-fix' into upstream...
2010-07-28 Paolo MolaroEnsure the Monitor.Enter() fastpath doesn't apply to...
2010-07-22 jbevainReduce the branch inlining cost from 100 to 10.
2010-07-20 Zoltan Varga2010-07-20 Zoltan Varga <vargaz@gmail.com>
2010-07-19 Zoltan Varga2010-07-20 Zoltan Varga <vargaz@gmail.com>
2010-07-11 Zoltan Varga2010-07-11 Zoltan Varga <vargaz@gmail.com>
2010-07-09 Zoltan Varga2010-07-09 Zoltan Varga <vargaz@gmail.com>
2010-07-09 Atsushi Eno2010-07-09 Atsushi Enomoto <atsushi@ximian.com>
2010-07-07 Zoltan Varga2010-07-07 Zoltan Varga <vargaz@gmail.com>
2010-07-05 Zoltan Varga2010-07-06 Zoltan Varga <vargaz@gmail.com>
2010-07-04 Zoltan VargaFix the build.
2010-07-04 Zoltan Varga2010-07-04 Zoltan Varga <vargaz@gmail.com>
2010-06-30 Marek SafarFixed.
2010-06-26 Zoltan Varga2010-06-26 Zoltan Varga <vargaz@gmail.com>
2010-06-25 Zoltan Varga2010-06-25 Zoltan Varga <vargaz@gmail.com>
2010-06-24 Miguel de Icaza2010-06-23 Miguel de Icaza <miguel@novell.com>
next