[xbuild] Evaluate Import with MSBuildThisFile* properties set.
[mono.git] / mono / mini / mini.c
2011-03-10 Rodrigo KumperaMove EH handler to mono_exceptions_init
2011-03-10 Zoltan VargaMark threads created when calling from native code...
2011-03-09 Rodrigo KumperaFirst pass removing the old unwinding code.
2011-03-08 Zoltan VargaGet rid of mono_allocate_stack_slots, since all callers...
2011-03-06 Zoltan VargaRefactor the LMF creation code into separate functions...
2011-03-06 Zoltan VargaDon't register emulation for CEE_ opcodes, its not...
2011-03-03 Rodrigo KumperaChecking if a type is a reference must be gsharing...
2011-03-01 Rodrigo KumperaImplement better semantics for unverifiable code.
2011-02-24 Zoltan VargaFlush stdout in mono_print_method_from_ip () to make...
2011-02-23 Rodrigo KumperaUse new shared code for darwin fast tls.
2011-02-21 Zoltan VargaFix arm thunk creation in dynamic methods. Fixes #673828.
2011-02-19 Zoltan VargaReorganize the way jump_target_hash is stored in the...
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-06 Zoltan VargaRemove a duplicate call to mini_gc_init ().
2011-02-03 Zoltan VargaPrint a normal stack trace on a hard stack overflow.
2011-02-02 Zoltan VargaAdd support for --debug=casts to Array:SetValue ()...
2011-01-31 Zoltan VargaWhen using xdebug, allocate all code from the code...
2011-01-30 Zoltan VargaImprove hashing of MONO_PATCH_INFO_TYPE_FROM_HANDLE.
2011-01-27 Zoltan VargaAdd AOT support for castclass_with_cache wrappers.
2011-01-26 Zoltan VargaAdd a 'suspend-on-unhandled' MONO_DEBUG option to help...
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-19 Gonzalo Paniagua... Happy new year.
2011-01-10 Zoltan VargaMark mono_print_method_from_ip () with __attribute__...
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
2011-01-07 Zoltan VargaFix the DISABLE_JIT build.
2011-01-06 Zoltan VargaMerge remote branch 'google-nacl/master'
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-05 Mark ProbstDon't assert in mono_get_lmf() if there is no LMF.
2011-01-05 Elijah TaylorReplace SIZEOF_REGISTER with sizeof(mgreg_t) for consis...
2011-01-04 Elijah Taylorfix IMT_REG assignments that got switched for non-nacl...
2011-01-03 Rodrigo KumperaFixes the Monitor.Enter race on x86.
2011-01-03 Zoltan VargaMerge branch 'precise-gc-maps'
2011-01-03 Zoltan VargaShare the log file between sgen and the stack marking...
2011-01-03 Zoltan VargaMake gshared variables GC tracked.
2011-01-03 Zoltan VargaAdd a new regbank for spill slots holding managed point...
2011-01-03 Zoltan VargaAdd support for GC tracking of some spill slots.
2011-01-03 Zoltan VargaAdd infrastructure for marking vregs as holding a GC...
2011-01-03 Zoltan VargaStore the liveness information in a two dimensional...
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...
2010-12-20 Elijah TaylorChanges to get NaCl builds working minimally
2010-12-17 Elijah TaylorMerged in rest of Native Client changes, untested
2010-12-13 Zoltan VargaAvoid registering sequence points in the per-domain...
2010-12-08 Rodrigo KumperaFix some memleaks under -v
2010-12-07 Zoltan VargaFix some small memory leaks.
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-05 Zoltan VargaCall mini_parse_debug_options () earlier.
2010-11-27 Rodrigo KumperaHandle fallthru to out of line blocks.
2010-11-26 Zoltan VargaDefine MONO_ARCH_INIT_TOP_LMF_ENTRY for all architectures.
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Rodrigo KumperaHandle dynamic methods inside the verifier.
2010-11-24 Zoltan VargaMake some changes to the stack overflow handling code...
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-21 Zoltan VargaFree the JIT tls data for the main thread.
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-18 Paolo MolaroProvide better coverage of jitted methods to the profiler.
2010-11-11 Zoltan VargaDefine mono_gc_get_card_table () for boehm/null gc...
2010-11-10 Rodrigo KumperaMerge branch 'gc_oom'
2010-11-10 Rodrigo KumperaHandle OOM with string interning.
2010-11-10 Geoff Norton[OSX] Prevent an invalid write to mono_lmf_addr
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Zoltan VargaEnlarge try-finally blocks preceeded by a Monitor.Enter...
2010-11-04 Geoff Norton[RUNTIME] Ensure that we initialize the cpu for every...
2010-11-01 Zoltan VargaInclude JIT time in --stats output.
2010-10-31 Zoltan VargaDon't save xdebug info during AOT compilation.
2010-10-30 Geoff NortonFix the build
2010-10-30 Koushik DuttaFix Android build. MINI_THREAD_VAR_OFFSET needs to...
2010-10-29 Zoltan VargaInt32.MinValue/-1 should throw OverflowException, not...
2010-10-28 Geoff Norton[OSX] Fix debug=casts on OSX (Bug: 639172)
2010-10-26 Rodrigo KumperaFix some counters under 32bits.
2010-10-19 Tak[Fix] Ensure that exceptions are propagated when embedding
2010-10-12 Zoltan VargaMove the helper signatures along with their init functi...
2010-10-07 Rodrigo KumperaAdd single entry cache to casts of types with variant...
2010-10-07 Zoltan VargaCentralize the setting of cfg->exception_type and the...
2010-09-27 Rodrigo KumperaRecord all trampolines to the jitmap.
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-21 Rodrigo KumperaAdd support for break on unverifiable for verifier...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-18 Zoltan VargaMove the setting of mono_lmf, mono_lmf_addr and mono_ji...
2010-09-18 Zoltan VargaMake MonoThreadCleanupFunc take an InternalThread inste...
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 VargaAdd AOT support for GC inline write barriers.
2010-08-30 Zoltan VargaAvoid loading the LLVM backend if llvm is not requested...
2010-08-28 Zoltan VargaGet rid of MONO_ARCH_HAVE_THROW_CORLIB_EXCEPTION.
2010-08-24 Rodrigo KumperaFix EH handling corner case.
2010-08-20 Zoltan VargaCleanup generic sharing data structures correctly.
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 VargaAdd more trampoline stats.
2010-08-19 Zoltan VargaCompute methods_with_llvm/without_llvm correctly even...
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 Elijah TaylorAdd support to the x86 backend for generating code...
2010-07-15 Miguel de Icaza2010-07-15 Miguel de Icaza <miguel@novell.com>
2010-07-14 Miguel de Icaza2010-07-13 Miguel de Icaza <miguel@novell.com>
2010-07-12 Rolf Bjarne KvingeIn man:
next