Merge pull request #505 from roji/shutdown_flow
[mono.git] / mono / mini / mini.c
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...
2013-01-20 Zoltan VargaAdd gsharedvt support functions to the generic sharing...
2012-12-07 Miguel de IcazaMerge pull request #487 from mayerwin/patch-1
2012-12-07 Miguel de IcazaMerge pull request #496 from nicolas-raoul/unit-test...
2012-12-07 Miguel de IcazaMerge pull request #495 from nicolas-raoul/fix-for...
2012-11-30 Rodrigo KumperaMerge pull request #513 from pruiz/xamarin-bug-8565-v2
2012-11-30 Marek HabersackMerge pull request #498 from Unroll-Me/master
2012-11-30 Marek SafarMerge pull request #515 from pruiz/syswebrouting-fixes
2012-11-28 Zoltan VargaRemove the setup_jit_tls_data () call from mini_init...
2012-11-24 Zoltan VargaUpdate URL for the 'Unmanaged code called delegate...
2012-11-23 Atsushi EnoMerge pull request #409 from Alkarex/patch-1
2012-11-18 Shay RojanskyFixes threadpool+ProcessExit problem
2012-11-15 Zoltan VargaMake the 'Attempting to JIT compile method' message...
2012-11-15 Rodrigo KumperaMonoDroid needs a way to inform the debugger of possibl...
2012-11-10 Marek SafarMerge pull request #499 from bh-whd/master
2012-11-09 Rodrigo KumperaImplement the runtime side of disabling performance...
2012-10-29 Marek SafarMerge pull request #485 from mtausig/master
2012-10-25 Jonathan Pryor[Mono.Posix] Add Syscall.getgrouplist().
2012-10-10 Rodrigo KumperaMerge remote-tracking branch 'joncham/sgen-msvc2'
2012-10-10 Rodrigo KumperaMerge pull request #438 from mattleibow/master
2012-09-29 Marek SafarMerge pull request #470 from clcrutch/SystemIcons
2012-09-28 Mark ProbstMerge branch 'feature-dtrace'
2012-09-28 Mark Probst[dtrace] Remove our duplicates of DTrace probe defines.
2012-09-16 Marek SafarMerge pull request #461 from knocte/xbuild_improvements
2012-09-13 Marek SafarMerge pull request #456 from strawd/bug7079
2012-09-13 Konrad M. KruczynskiMerge branch 'master' of https://github.com/mono/mono...
2012-09-13 Marek SafarMerge pull request #453 from daub815/master
2012-09-12 Marek SafarMerge pull request #457 from strawd/aspnetwebstack...
2012-09-10 Rolf Bjarne KvingeAdd an unhandled exception hook embedders can use to...
2012-09-10 Jérémie LavalMerge pull request #439 from mono-soc-2012/garyb/iconfix
2012-09-04 Zoltan VargaTransition the minor/major GC stats to the counters...
2012-09-03 Ankit JainMerge pull request #444 from knocte/xbuild_improvements
2012-09-02 Miguel de IcazaMerge pull request #446 from UCIS/master
2012-08-28 Zoltan VargaAdd a gsctx argument to mono_arch_get_argument_info ().
2012-08-28 Zoltan VargaShorten some type/functions names in the generic sharin...
2012-08-28 Zoltan VargaAdd mono_debug_count () helper function to aid in runti...
2012-08-11 Gonzalo Paniagua... Merge pull request #408 from strawd/master
2012-08-06 Atsushi EnoMerge pull request #411 from Alkarex/patch-2
2012-08-01 Zoltan VargaPut the cas flags in MonoJitInfo into a separate struct...
next