Merge pull request #642 from Ventero/CleanCopyLocal
[mono.git] / mono / mini / mini-generic-sharing.c
2013-06-28 Michael HutchinsonMerge pull request #642 from Ventero/CleanCopyLocal
2013-06-26 Rodrigo KumperaMerge pull request #654 from alesliehughes/master
2013-06-13 Zoltan VargaFix more warnings/unitialized memory errors.
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-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-22 Zoltan VargaAvoid the class name check in is_async_state_machine_cl...
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 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-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-02 Miguel de IcazaMerge pull request #606 from sesef/master
2013-03-31 Zoltan VargaDon't disable sharing for open generic async methods...
2013-03-22 Marek SafarMerge pull request #605 from AerisG222/system.web.http...
2013-03-22 Atsushi Enoremove extra printf.
2013-03-22 Zoltan VargaFix the checks in is_async_method ().
2013-03-21 Zoltan VargaFix full-aot support for generic async methods by treat...
2013-03-12 Rodrigo KumperaMerge pull request #505 from roji/shutdown_flow
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-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-28 Zoltan VargaAdd static rgctx trampolines in calls from gshared...
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 Marek SafarMerge pull request #569 from knocte/fix_cairo_profile_v...
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-07 Zoltan VargaFix the handling of non-virtual calls made out of gshar...
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-02-04 Zoltan VargaAdd some support for wrappers which are generic instances.
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-24 Zoltan VargaFix the calculation of MONO_RGCTX_INFO_VALUE_SIZE for...
2013-01-24 Zoltan VargaInclude the -gsharedvt.c files when MONO_EXTENSIONS...
2013-01-20 Zoltan VargaLoad the -gshared.c files from the mono-extensions...
2013-01-20 Zoltan VargaImplement support for interface calls from gsharedvt...
2013-01-20 Zoltan VargaAdd AOT support for gsharedvt.
2013-01-20 Zoltan VargaFix the 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...
2013-01-20 Zoltan VargaAdd a few new rgctx info types.
2012-11-23 Atsushi EnoMerge pull request #409 from Alkarex/patch-1
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 pull request #438 from mattleibow/master
2012-09-16 Marek SafarMerge pull request #461 from knocte/xbuild_improvements
2012-09-13 Konrad M. KruczynskiMerge branch 'master' of https://github.com/mono/mono...
2012-09-10 Jérémie LavalMerge pull request #439 from mono-soc-2012/garyb/iconfix
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 VargaSimplify mono_class_get_runtime_generic_context_templat...
2012-08-28 Zoltan VargaShorten some type/functions names in the generic sharin...
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2012-01-09 Gonzalo Paniagua... Merge pull request #211 from symform/master
2012-01-05 Rodrigo KumperaProperly initialize a rgctx template. Fixes bxc #1147.
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-10-28 Alex Rønne PetersenMerge pull request #186 from QuickJack/master
2011-10-22 Gonzalo Paniagua... Merge pull request #185 from QuickJack/master
2011-10-13 Gonzalo Paniagua... Merge pull request #180 from QuickJack/master
2011-10-12 Zoltan VargaMove generic sharing definitions to mini.h, define...
2011-08-17 Miguel de IcazaMore updates
next