Merge pull request #669 from LogosBible/Uri_TryCreate
[mono.git] / mono / mini / mini.h
2013-06-24 Zoltan VargaStore AOT method indexes in the Mono EH frame instead...
2013-06-17 Zoltan VargaFetch TLS offsets from GOT slots when using AOT instead...
2013-06-15 Zoltan VargaUnify the tail call handling code with the normal call...
2013-06-14 Zoltan VargaSmall llvm+gsharedvt changes.
2013-06-12 Gonzalo Paniagua... Merge pull request #631 from kebby/master
2013-06-12 Zoltan VargaAdd support for nullables to box/unbox in gsharedvt...
2013-06-11 Zoltan VargaOptimize generated gsharedvt code: Load information...
2013-06-10 Zoltan VargaEliminate the use of localloc in gsharedvt methods...
2013-06-09 Zoltan VargaRework the gsharedvt code to add support for vtypes...
2013-05-30 Zoltan VargaMove the adding of unbox trampolines to mini_add_method...
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 Zoltan VargaEnable partial sharing only in full-aot mode, it slows...
2013-05-21 Marek SafarMerge pull request #645 from knocte/nitpicks
2013-05-16 Alex Rønne PetersenRemap printf to g_print in the Mini code on Android.
2013-05-16 Alex Rønne PetersenMerge pull request #637 from LogosBible/enetdown
2013-05-15 Zoltan VargaShorten some gshared function names.
2013-05-11 Zoltan VargaBump the AOT file format version because of ad141a8b7bd...
2013-05-09 Zoltan VargaAvoid using a different layout for the MonoAotFileInfo...
2013-05-03 Zoltan VargaImplement division/remainder in hardware when using...
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 Alex Rønne PetersenMerge pull request #610 from metanest/tests_gc_descript...
2013-04-22 Marek SafarMerge pull request #617 from knocte/httpwebrequest_play...
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-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-07 Elijah TaylorNaCl runtime fixes
2013-04-02 Miguel de IcazaMerge pull request #606 from sesef/master
2013-03-28 Zoltan VargaMove atomic.h/atomic.h to utils/.
2013-03-26 Jonathan PryorMerge pull request #221 from steffen-kiess/master
2013-03-26 Paolo MolaroExport a few functions needed by llvm.
2013-03-25 Marek SafarMerge pull request #607 from maksimenko/master
2013-03-25 Zoltan VargaAdd a mono_print_ji () helper function to print a MonoJ...
2013-03-21 Zoltan VargaFix full-aot support for generic async methods by treat...
2013-03-13 Zoltan VargaFix some DISABLE_JIT problems.
2013-03-12 Rodrigo KumperaMerge pull request #505 from roji/shutdown_flow
2013-03-11 Zoltan VargaExport inst_is_gsharedvt_sharable () so it is usable...
2013-03-08 Miguel de IcazaMerge pull request #595 from UCIS/master
2013-03-08 Zoltan VargaFix the encoding of runtime-invoke wrappers in AOT...
2013-03-04 Miguel de IcazaMerge pull request #577 from UCIS/patch-2
2013-03-04 Miguel de IcazaMerge pull request #585 from mk8/master
2013-03-04 Miguel de IcazaMerge pull request #588 from Daniel15/bug-10872
2013-03-01 Rodrigo KumperaFix cross compilation under DISABLE_REMOTING
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 KumperaDisable most remoting code under DISABLE_REMOTING.
2013-02-28 Zoltan VargaFix gsharedvt delegate invokes from gsharedvt code.
2013-02-28 Rodrigo KumperaMerge pull request #537 from madewokherd/ccwmarshal
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 Zoltan VargaAvoid deadce on OP_INEG since it sets the condition...
2013-02-18 Zoltan VargaGet rid of mono_aot_wrapper_name (), it is no longer...
2013-02-17 Zoltan VargaImplement a general version of the rgctx fetch trampoli...
2013-02-13 Marek SafarMerge pull request #562 from grumpydev/TypeConverterFix
2013-02-13 Zoltan VargaMove the creation of gsharedvt wrappers/trampolines...
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-08 Marek SafarMerge pull request #544 from svick/missing-awaits
2013-02-07 Marek SafarMerge pull request #472 from MelanieT/spmanager_fix
2013-02-06 Zoltan VargaAdd AOT support for generic delegate-invoke wrappers.
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 VargaPass signatures instead of methods to mono_arch_get_gsh...
2013-01-30 Zoltan VargaPass the caller method address to mono_class_fill_runti...
2013-01-30 Zoltan VargaCompute the MonoGenericSharingContext from the caller...
2013-01-29 Zoltan VargaEmit proper unwind info for the gsharedvt trampoline...
2013-01-20 Zoltan VargaImplement support for interface calls from gsharedvt...
2013-01-20 Zoltan VargaAdd AOT support for gsharedvt.
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...
2013-01-20 Zoltan VargaAdd a few new rgctx info types.
2013-01-10 Rodrigo KumperaMerge pull request #517 from getsometoast/master
2013-01-03 Rolf Bjarne KvingeAdd API to get more data from a managed exception's...
2013-01-03 Zoltan VargaFix support for AOT modules with more than 240 assembly...
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 Marek HabersackMerge pull request #498 from Unroll-Me/master
2012-11-23 Atsushi EnoMerge pull request #409 from Alkarex/patch-1
2012-11-23 Zoltan VargaMark mono_arch_create_llvm_native_thunk () as MONO_LLVM...
2012-11-23 Zoltan VargaAdd a thunk for calls from LLVM code to native function...
2012-11-15 Rolf Bjarne KvingeAOT: Add more MONOTOUCH ifdefs to not break M4A
2012-11-15 Rolf Bjarne KvingeAOT: Use direct method addresses instead of calculating...
2012-10-29 Marek SafarMerge pull request #485 from mtausig/master
next