Merge remote-tracking branch 'upstream/master'
[mono.git] / mono / mini / gshared.cs
2013-04-25 Gerardo García PeñaMerge remote-tracking branch 'upstream/master'
2013-04-24 Zoltan VargaFix gsharedvt support for gsharedvt methods on shared...
2013-04-19 Alex Rønne PetersenMerge pull request #555 from jack-pappas/sigaltstack...
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-08 Zoltan VargaFix the encoding of runtime-invoke wrappers in AOT...
2013-03-07 Zoltan VargaMake begin-invoke/end-invoke wrappers for generic deleg...
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 Zoltan VargaEmit an explicit null check for some calls made out...
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 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-16 Zoltan VargaMake full-aot uses mixed vt/ref instances when full...
2013-02-15 Zoltan VargaImplement gsharedvt support for constrained calls to...
2013-02-12 Marek SafarMerge pull request #558 from mkorkalo/master
2013-02-12 Zoltan VargaAdd gsharedvt support for unbox.any.
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-04 Rodrigo KumperaMerge pull request #543 from knocte/master
2013-02-03 Zoltan VargaImplement gsharedvt support for constrained calls to...
2013-02-01 Zoltan VargaEnable gsharedvt for newobj+valuetypes.
2013-01-30 Zoltan VargaCompute the MonoGenericSharingContext from the caller...
2013-01-28 Zoltan VargaImplement support for virtual generic calls from gshare...
2013-01-24 Zoltan VargaFix the calculation of MONO_RGCTX_INFO_VALUE_SIZE for...
2013-01-20 Zoltan VargaImplement support for interface calls from gsharedvt...
2013-01-20 Zoltan VargaAdd gsharedvt tests.