[xbuild] Use files referenced by resx for dependency check.
[mono.git] / mono / mini /
2010-09-15 Chris Toshokbuilt a separate libmonoruntime for moonlight, so we...
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-13 Geoff NortonThe tid is passed around internally as a unsigned value.
2010-09-13 Zoltan VargaFix a problem in mono_arch_get_argument_info () introdu...
2010-09-10 Geoff NortonForward port this change for MonoVS
2010-09-10 Geoff Nortonfix typo
2010-09-10 Geoff Norton2009-12-14 Geoff Norton <gnorton@novell.com>
2010-09-10 Marek SafarMerge branch 'marek'
2010-09-09 Zoltan VargaFix x86 trace support after the callconv changes.
2010-09-09 Chris Toshokmove the call to mono_gc_base_init into mono_debug_init
2010-09-02 Rodrigo KumperaDuring inlining, verify the method before producing...
2010-09-02 Zoltan VargaAdd some comments about the current state of the precis...
2010-09-01 Geoff NortonFix build of mono-basic on ppc64
2010-08-31 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-08-31 Zoltan VargaAlign structures on the stack to 4/8 bytes on ppc.
2010-08-31 Rodrigo KumperaFix AOT under x86.
2010-08-31 Zoltan VargaAdd AOT support for GC inline write barriers.
2010-08-30 Zoltan VargaFix the ppc build.
2010-08-30 Zoltan VargaFix the order of the arguments to the ppc_store macros.
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-30 Zoltan VargaAvoid loading the LLVM backend if llvm is not requested...
2010-08-29 Zoltan VargaRemove obsolete LLVM passes.
2010-08-28 Zoltan VargaGet rid of MONO_ARCH_HAVE_THROW_CORLIB_EXCEPTION.
2010-08-28 Zoltan VargaAvoid the loading of metadata for IMT calls from AOT...
2010-08-28 Zoltan VargaReorganize the vtable slot patching code a bit.
2010-08-28 Zoltan VargaRemove a redundant if ().
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-24 Rodrigo KumperaFix EH handling corner case.
2010-08-24 Zoltan VargaDo some refactoring in the local register allocator.
2010-08-24 Zoltan VargaFix a problem introduced by the last CAS regalloc change.
2010-08-24 Zoltan VargaFix the generation of debug information in AOT files...
2010-08-23 Zoltan VargaMore CAS regalloc fixes.
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 Zoltan VargaAnother attempt at fixing the CAS regalloc problems.
2010-08-23 Rodrigo KumperaFix some loader error leaks.
2010-08-23 Zoltan VargaAdd support for --debug=casts to the mono_object_castcl...
2010-08-23 Robert NagyCast void *sigctx to ucontext_t * to avoid compile
2010-08-23 Robert NagyCast void *sigctx to ucontext_t * to avoid compile
2010-08-21 Mark Probst[mini] Write barrier liveness fix.
2010-08-21 Zoltan VargaAvoid accessing rs->vassign [ins->dreg] if the instruct...
2010-08-21 Zoltan VargaFix invoking of gshared methods in marshalbyref objects...
2010-08-20 Zoltan VargaAn attempt to fix the register allocation problems...
2010-08-20 Zoltan VargaFix the reading of uninitialized data in the SSA code.
2010-08-20 Zoltan VargaCleanup generic sharing data structures correctly.
2010-08-20 Zoltan VargaFree rgctx_lazy_fetch_trampoline_hash at shutdown.
2010-08-19 Zoltan VargaFix some AOT memory leaks.
2010-08-19 Zoltan VargaFix a bunch of shutdown leaks in the JIT+LLVM backend.
2010-08-19 Zoltan VargaHandle some members of mono_jit_stats using the counter...
2010-08-19 Zoltan VargaAllow LLVM compiled AOT code to be loaded into a non...
2010-08-19 Zoltan VargaAdd more trampoline stats.
2010-08-19 Zoltan VargaCompute methods_with_llvm/without_llvm correctly even...
2010-08-18 Mark MasonSupport for large stackframes on MIPS.
2010-08-18 Mark MasonMake long_branch a runtime switch. Factor mips_call...
2010-08-18 Mark MasonFix codegen for LOAD*_MEMBASE, add assert to catch...
2010-08-18 Zoltan VargaFix building with MSVC.
2010-08-18 Zoltan VargaFix building with MSVC.
2010-08-18 Zoltan VargaAdd an assert to protect against the altstack clobberin...
2010-08-17 Zoltan VargaDisable the InternalAllocateStr optimization when in...
2010-08-17 Zoltan VargaEnable support for --break-at-bb on x86 too.
2010-08-16 Rodrigo KumperaMerge branch 'mono_class_field_lazy_loading'
2010-08-16 Zoltan VargaFix storer4/r8_memindex opcode metadata.
2010-08-16 Zoltan VargaCall generic class init trampolines before calling...
2010-08-16 Zoltan VargaFix running with stock LLVM.
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 VargaAvoid passing uninitialized memory to get_call_info...
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-12 Chris BaconMerge remote branch 'upstream/master'
2010-08-12 Zoltan VargaAdd a FIXME to abcrem.
2010-08-10 Zoltan VargaRemove some debug stuff.
2010-08-10 Zoltan Varga[llvm] Do a zero extension for bool/char too when loadi...
2010-08-09 Zoltan VargaTurn off the monitor enter/exit trampolines under SGEN...
2010-08-09 Zoltan VargaEmit boxed versions of primitive types in xdebug.
2010-08-09 Zoltan VargaGenerate xdebug info for monitor enter/exit trampolines.
2010-08-09 Zoltan VargaRemove the few remaining compile time GC dependencies.
2010-08-09 Zoltan VargaFix a typo.
2010-08-09 Zoltan VargaIgnore mono_use_llvm when JITting in a runtime compiled...
2010-08-09 Zoltan VargaUpdate the comments for mono_use_llvm.
2010-08-09 Gonzalo Paniagua... Ignore a few more files.
2010-08-09 Elijah TaylorAdd a test for running the regression tests in a full...
2010-08-09 Elijah TaylorAdd support to the x86 backend for generating code...
2010-08-09 Zoltan VargaDisable the elimination of MONO_INST_FAULT in ABCREM...
2010-08-08 Zoltan VargaUse faulting load for loading the vtable in CEE_LDELEMA.
2010-08-07 Miguel de IcazaMerge branch 'master' of github.com:mono/mono
2010-08-07 Zoltan VargaAvoid loading AOT images compiled against Boehm in...
2010-08-06 Mark MasonFinish implementation of OP_IMUL_OVF_UN.
2010-08-06 Mark MasonAdd missing memindex opcodes. Implement IMT thunks...
2010-08-06 Mark MasonImplement this as first argument to function calls.
2010-08-06 Mark MasonInitial IMT for MIPS. Fix the first arg to trampoline...
next