Call mono_create_jit_trampoline_in_domain () in mono_resolve_patch_target () so share...
[mono.git] / mono / mini / mini.c
2012-01-06 Zoltan VargaCall mono_create_jit_trampoline_in_domain () in mono_re...
2012-01-02 Zoltan VargaMerge pull request #203 from Jester01/jester/mmap
2011-12-17 Zoltan VargaAdd more options to mono_jit_parse_options ().
2011-12-16 Zoltan VargaMove mono_break_on_exc to MonoDebugOptions.
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-12 Marek SafarMerge pull request #200 from ch5oh/master
2011-12-09 Zoltan VargaFix various AOT limitations uncovered by the mcs test...
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-11-26 Zoltan VargaSave the stack space used by arguments into MonoJitInfo...
2011-11-23 Rodrigo KumperaFix a theoretical deadlock found by valgrind. It was...
2011-11-20 Zoltan VargaFree debug info for dynamic methods by storing it in...
2011-10-28 Zoltan VargaAvoid duplicate successor entries in the seq point...
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-06 Zoltan VargaRemove some unused arguments from mono_arch_handle_exce...
2011-08-17 Miguel de Icazaupdate copyrights
2011-08-13 Marek SafarMerge pull request #156 from garuma/tpl-dataflow-tasks
2011-08-10 Zoltan VargaGet rid of the macros in mono-tls.h to fix many warnings.
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-08-05 Miguel de IcazaMerge pull request #141 from LogosBible/surrogtate
2011-08-02 Atsushi EnoMerge pull request #143 from mistoll/master
2011-07-28 Rodrigo KumperaHandle a race on thread cleanup.
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-22 Atsushi EnoMerge pull request #137 from eisnerd/bug-xpath-reverse...
2011-07-22 Mark ProbstRemove io-layer Windows API TLS emulation code.
2011-07-15 Rodrigo KumperaIf a thread abort is fatal, print the exception before...
2011-06-27 Marek HabersackMerge pull request #112 from skolima/master
2011-06-27 Paolo MolaroRemove the data field from MonoVTable to reduce memory...
2011-06-24 Gonzalo Paniagua... Merge pull request #122 from rabink/master
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-23 Zoltan VargaFix a warning if MONO_FAST_TLS_DECLARE is not defined.
2011-06-18 Zoltan VargaImplement support for Debugger.Log ()/ IsLogging (...
2011-06-18 Zoltan VargaImplement support for routing System.Diagnostics.Debugg...
2011-05-21 Zoltan VargaAdd an assert.
2011-05-20 Miguel de IcazaMerge pull request #102 from konrad-kruczynski/fix_bug_...
2011-05-13 Zoltan VargaMerge pull request #100 from Unity-Technologies/master...
2011-05-13 Tak[Fix] Don't leak function descriptors on ia64 and ppc64.
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-04-13 Rodrigo KumperaImplement the JIT side of the new mono-threads callbacks.
2011-04-11 Martin BauligAdd "soft breakpoint" support for ARM.
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-07 Zoltan VargaTransition most JIT stats to the mono_counters infrastr...
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
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-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
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-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
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'
next