Reapply the fast v4 monitor enter IL. AOT and LLVM are possibly broken.
[mono.git] / mono / mini /
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-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-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-12 Rodrigo KumperaMerge pull request #96 from ualtinok/master
2011-05-12 Veerapuram VaradhanMerge pull request #99 from IgorTkachev/master
2011-05-11 Rodrigo KumperaImplement thread dump using new machinery.
2011-05-10 Rodrigo Kumperawork around full aot not working
2011-05-10 Rodrigo KumperaRemove dead variable
2011-05-10 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-05-10 Neale FergusonAdd MONO_ARCH_HAVE_CONTEXT_SET_INT_REG for s390x
2011-05-10 Rodrigo KumperaPass mono_install_handler_block_guard in the eh callbac...
2011-05-10 Rodrigo KumperaEnable async invoke on x86.
2011-05-06 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-05-06 Neale FergusonImplement soft debugger for s390x and fix context macro...
2011-05-03 Rodrigo KumperaAdd define to conditionally compile code using mono...
2011-05-03 Martin BauligAdd socket timeouts to the soft debugger.
2011-05-03 Rodrigo KumperaAdd regression test for #691057
2011-05-03 Rodrigo KumperaFix a couple of issues on Mono.Simd.
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-04-29 Geoff NortonAvoid a needless buffer copy that is susceptible to...
2011-04-28 Zoltan VargaFix loading from volatile base addresses in the LLVM...
2011-04-28 Rodrigo KumperaFix small buglets
2011-04-27 Marek HabersackMerged pull request #88 from skolima/msbuild-merge.
2011-04-27 Rodrigo KumperaMerged pull request #58 from XTZGZoReX/master.
2011-04-27 Rodrigo KumperaMake mono_install_handler_block_guard work with an...
2011-04-27 Zoltan VargaRemove a needless define.
2011-04-26 Jeffrey StedfastMake sure everything that links with eglib also links...
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-21 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-21 Geoff NortonWe support hard breakpoints on arm, not sure why this...
2011-04-21 Zoltan VargaRemove support for older LLVM versions.
2011-04-20 Jeffrey StedfastVarious parts of mono use g_convert() which rely on...
2011-04-19 Zoltan VargaAllow storing managed pointers into 'native int' in...
2011-04-19 Zoltan VargaMove the mono_ia64_context_get_... functions to mono...
2011-04-17 Damien DiederenMIPS: Make sure callee-saved registers end up on word...
2011-04-17 Damien DiederenMIPS: Do not lower {LOAD,STORE}*_MEMBASE ops which...
2011-04-17 Damien DiederenMIPS: Adjust offset by alloc2_size to support split...
2011-04-15 Zoltan VargaHandle a new dwarf CFA op generated by newer LLVM versions.
2011-04-14 Rodrigo KumperaInitial drop of the new suspend machinery.
2011-04-13 Martin BauligOooops, it's supposed to be 'if (!strcmp (...))' !
2011-04-13 Rodrigo KumperaImplement the JIT side of the new mono-threads callbacks.
2011-04-12 Martin BauligOoops, also enable explicit nulls.
2011-04-11 Rodrigo KumperaHandle attached threads correctly on windows.
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-11 Zoltan VargaAdd some comments to the LLVM backend.
2011-04-11 Zoltan VargaFix the build.
2011-04-11 Martin BauligAdd "soft breakpoint" support for ARM.
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Neale FergusonTwo vararg related fixes: force placing fpr on stack...
2011-04-07 Rodrigo KumperaHandle constrained. with dynamic methods.
2011-04-07 Zoltan VargaRevert "Disable SMP on arm until #683409 is fixed."
2011-04-07 Zoltan VargaTransition most JIT stats to the mono_counters infrastr...
2011-04-06 Zoltan VargaDisable SMP on arm until #683409 is fixed.
2011-04-05 Zoltan VargaPut back a check removed by mistake.
2011-04-05 Zoltan VargaEnable LLVM compilation of runtime invoke wrappers.
2011-04-05 Zoltan VargaRe-enable OP_SQRT support in llvm, the llvm bug which...
2011-04-05 Zoltan VargaAdd llvm support for OP_RELAXED_NOP.
2011-04-03 Zoltan VargaFix warnings.
2011-03-30 Neale FergusonFix big endian issue with cardtable and add code for...
2011-03-28 Zoltan VargaDefine MONO_ARCH_HAVE_SIGCTX_TO_MONOCTX for arm.
2011-03-27 Zoltan VargaMake mono_arch_context_get_int_reg () return an mgreg_t.
2011-03-27 Zoltan VargaImplement mono_arch_context_set_int_reg () for arm.
2011-03-26 Zoltan VargaImplement mono_arch_context_set_int_reg () for x86.
2011-03-25 Zoltan VargaAdd support for reading/writing variables in registers...
2011-03-25 Zoltan VargaAdd a mono_arch_context_set_int_reg () function, amd64...
2011-03-25 Zoltan VargaAdd an unwind option to enable collection of register...
2011-03-25 Vincent PovirkReplace ENABLE_COREE with a runtime switch.
2011-03-23 Gonzalo Paniagua... --version shows kqueue now.
2011-03-22 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-22 Neale FergusonAdd call to mono_jit_thread_attach in prolog when wrapp...
2011-03-22 Geoff NortonSet SO_REUSEADDR on listening sockets
2011-03-21 Neale FergusonAdd s390x support to mono-context
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-21 Zoltan VargaFix the length of 'break' on ppc.
2011-03-21 Zoltan VargaImplement improved support for tail-calls on ppc. Fixes...
2011-03-21 Sebastien PouliotAdd missing coreclr check on JIT optimization
2011-03-19 Damien DiederenMIPS: Do not use mips_call when the call site is to...
2011-03-19 Damien DiederenMIPS: Take operand size into account when inverting...
2011-03-19 Damien DiederenMIPS: Sanity check stack unwinding progress using frame...
2011-03-19 Damien DiederenMIPS: Remove unused variables in mono_arch_find_jit_info
2011-03-19 Damien DiederenMIPS: Delete unused function glist_to_array
2011-03-19 Damien DiederenMIPS: Switch from register to on-stack arguments before...
2011-03-19 Damien DiederenMIPS: Fix IMT thunk size computation
2011-03-19 Damien DiederenMove MonoContext to mono-context for mips
2011-03-18 Mark SciabicaFix exception handling on windows x64.
2011-03-18 Zoltan VargaFix some warnings.
next