[sdb] Keep the exception object alive during debugger suspensions. Fixes #12494.
[mono.git] / mono / mini / mini.c
2013-05-30 Zoltan VargaMove the adding of unbox trampolines to mini_add_method...
2013-05-29 Zoltan VargaUse a different function for emitting write barriers...
2013-05-29 Zoltan VargaAdd support for constrained calls to Object.Equals...
2013-05-27 Marek HabersackMerge pull request #647 from knocte/aspnet_lru
2013-05-25 Marek SafarMerge pull request #648 from DavidKarlas/defaultDependc...
2013-05-24 Zoltan VargaMerge some Nacl/ARM changes from https://github.com...
2013-05-22 Miguel de IcazaMerge pull request #629 from pruiz/syswebrouting-fixes2
2013-05-22 Miguel de IcazaMerge pull request #644 from knocte/connstrings
2013-05-21 Marek SafarMerge pull request #645 from knocte/nitpicks
2013-05-16 Alex Rønne PetersenRevert "Replace (f)printf with g_print(err) in method...
2013-05-16 Alex Rønne PetersenReplace (f)printf with g_print(err) in method-to-ir...
2013-05-16 Alex Rønne PetersenMerge pull request #637 from LogosBible/enetdown
2013-05-15 Zoltan VargaEnable partial generic sharing by default.
2013-05-15 Zoltan VargaShorten some gshared function names.
2013-05-15 Zoltan VargaAdd partial sharing support to AOT.
2013-05-15 Zoltan VargaClean up the partial generic sharing code a bit.
2013-05-08 Zoltan VargaFix support for ldtoken in AOTed non-shared generic...
2013-04-27 Zoltan VargaIgnore requests to set breakpoints at il offsets belong...
2013-04-26 Miguel de IcazaMerge pull request #615 from nealef/master
2013-04-26 Miguel de IcazaMerge pull request #620 from knocte/monoservice_playground
2013-04-26 Miguel de IcazaMerge pull request #618 from knocte/aspnet_lru
2013-04-24 Zoltan VargaFix gsharedvt support for gsharedvt methods on shared...
2013-04-24 Alex Rønne PetersenMerge pull request #610 from metanest/tests_gc_descript...
2013-04-22 Alex Rønne PetersenSupport a MONO_ARCH_HAVE_TLS_INIT variable.
2013-04-22 Marek SafarMerge pull request #617 from knocte/httpwebrequest_play...
2013-04-21 Zoltan VargaAdd a freelist around the code chunk allocator to avoid...
2013-04-19 Alex Rønne PetersenMerge pull request #555 from jack-pappas/sigaltstack...
2013-04-17 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-09 Alex Rønne PetersenSupport disabling of the security subsystem (CAS/CoreCLR).
2013-04-08 Rodrigo KumperaFix llvm loading when calling through a symlink.
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-07 Elijah TaylorNaCl runtime fixes
2013-04-02 Alex Rønne PetersenFix some warnings caused by casts.
2013-04-02 Miguel de IcazaMerge pull request #606 from sesef/master
2013-03-25 Marek SafarMerge pull request #607 from maksimenko/master
2013-03-25 Zoltan VargaFix the hashing of MonoJumpInfo structures, previously...
2013-03-24 Zoltan VargaMove the 'Created object count' stat to the GC section...
2013-03-21 Elijah TaylorNaCl GC improvements
2013-03-12 Rodrigo KumperaMerge pull request #505 from roji/shutdown_flow
2013-03-08 Miguel de IcazaMerge pull request #595 from UCIS/master
2013-03-06 Zoltan VargaMake the JIT icall wrappers for opcode emulation jit...
2013-03-06 Zoltan VargaModify the way calls to icalls are made from the icall...
2013-03-04 Miguel de IcazaMerge pull request #577 from UCIS/patch-2
2013-03-04 Miguel de IcazaMerge pull request #588 from Daniel15/bug-10872
2013-03-01 Rodrigo KumperaRevert "Fix object::GetType when remoting is enabled."
2013-03-01 Rodrigo KumperaFix object::GetType when remoting is enabled.
2013-03-01 Marek SafarMerge pull request #581 from TalAloni/master
2013-03-01 Marek SafarMerge pull request #579 from LogosBible/bug10788
2013-03-01 Zoltan VargaImplement a fast version of mono_get_lmf_addr () on...
2013-03-01 Zoltan VargaAdd some support for calling JIT icalls directly in...
2013-02-28 Rodrigo KumperaMerge branch 'mono-disable-remoting'
2013-02-28 Zoltan VargaRemove an unused argument from mini_add_method_trampoli...
2013-02-28 Rodrigo KumperaThe runtime no longer need the remoting types under...
2013-02-28 Rodrigo KumperaDisable most remoting code under DISABLE_REMOTING.
2013-02-28 Rodrigo KumperaHide marshalbyref and contextbound properties under...
2013-02-28 Rodrigo KumperaMerge pull request #537 from madewokherd/ccwmarshal
2013-02-26 Zoltan VargaRevert "Add beginnings of support for calling JIT icall...
2013-02-25 Zoltan VargaFix the DISABLE_JIT build.
2013-02-25 Zoltan VargaAdd beginnings of support for calling JIT icalls direct...
2013-02-25 Zoltan VargaMerge pull request #571 from igotti-google/jt2
2013-02-25 Nikolay IgottiMoved all jumptables code to mini/ directory.
2013-02-22 Miguel de IcazaMerge pull request #554 from deplinenoise/ppc_fixes
2013-02-22 Miguel de IcazaMerge pull request #556 from jack-pappas/ipproto-patch
2013-02-22 Miguel de IcazaMerge pull request #557 from jack-pappas/gacutil-patch
2013-02-22 Miguel de IcazaMerge pull request #560 from duboisj/master
2013-02-22 Miguel de IcazaMerge pull request #561 from akoeplinger/bufferless-fix
2013-02-22 Marek SafarMerge pull request #569 from knocte/fix_cairo_profile_v...
2013-02-21 Nikolay IgottiGeneric jumptables support (needed for ARM NaCl port),
2013-02-19 Rodrigo KumperaFix DISABLE_JIT for unstripped builds.
2013-02-19 Zoltan VargaFix non-aot support for gsharedvt.
2013-02-18 Rodrigo KumperaKill lots of code under DISABLE_JIT and DISABLE_VERIFIER.
2013-02-16 Zoltan VargaMake full-aot uses mixed vt/ref instances when full...
2013-02-15 Zoltan VargaAdd full-aot support for 4 dimensional arrays. Fixes...
2013-02-15 Zoltan VargaImplement gsharedvt support for constrained calls to...
2013-02-14 Zoltan VargaFix mono_patch_info_equal () for MONO_PATCH_INFO_GSHARE...
2013-02-13 Marek SafarMerge pull request #562 from grumpydev/TypeConverterFix
2013-02-13 Zoltan VargaMove the creation of gsharedvt wrappers/trampolines...
2013-02-12 Marek SafarMerge pull request #558 from mkorkalo/master
2013-02-12 Zoltan VargaFix support for MONO_PATCH_INFO_GSHAREDVT_CALL in mono_...
2013-02-09 Miguel de IcazaMerge pull request #475 from pruiz/xamarin-bug-7408
2013-02-09 Miguel de IcazaMerge pull request #524 from pruiz/mvc-allowhtml-fix
2013-02-09 Miguel de IcazaMerge pull request #546 from QuickJack/master
2013-02-09 Miguel de IcazaMerge pull request #547 from jack-pappas/patch-1
2013-02-09 Zoltan VargaPass the original call signature too to the code handli...
2013-02-08 Marek SafarMerge pull request #550 from knocte/master
2013-02-07 Marek SafarMerge pull request #472 from MelanieT/spmanager_fix
2013-02-06 Zoltan VargaFix the build.
2013-02-05 Zoltan VargaAdd support for the calli opcode in gsharedvt methods...
2013-02-05 Rodrigo KumperaRevert "Lift the input/output match restriction as...
2013-02-05 Rodrigo KumperaLift the input/output match restriction as we now prope...
2013-02-05 Zoltan VargaFix the non-gsharedvt build.
2013-02-04 Rodrigo KumperaMerge pull request #543 from knocte/master
2013-02-03 Zoltan VargaImplement gsharedvt support for constrained calls to...
2013-02-02 Zoltan VargaEmit a separate copy of the gsharedvt trampoline in...
2013-01-29 Zoltan VargaEmit proper unwind info for the gsharedvt trampoline...
2013-01-20 Zoltan VargaFix the DISABLE_JIT build on ARM.
2013-01-20 Zoltan VargaFix the setting of gsharedvt_supported when using the...
2013-01-20 Zoltan VargaDisable LLVM for gsharedvt methods.
2013-01-20 Zoltan VargaFix the DISABLE_JIT build.
2013-01-20 Zoltan VargaAdd gsharedvt support to the JIT and to the trampoline...
next