Merge pull request #637 from LogosBible/enetdown
[mono.git] / mono / mini / method-to-ir.c
2013-05-16 Alex Rønne PetersenMerge pull request #637 from LogosBible/enetdown
2013-05-15 Zoltan VargaShorten some gshared function names.
2013-05-08 Zoltan VargaFix support for ldtoken in AOTed non-shared generic...
2013-05-06 Zoltan VargaAdd a missing wbarrier to the gsharedvt code.
2013-04-30 Alex Rønne PetersenMerge pull request #624 from jbevain-forks/mimemapping
2013-04-30 Zoltan VargaFix support for reference types in unbox.any in gshared...
2013-04-27 Zoltan VargaIgnore requests to set breakpoints at il offsets belong...
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-09 Alex Rønne PetersenSupport disabling of the security subsystem (CAS/CoreCLR).
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-02 Alex Rønne Petersen`#ifndef` some variables out to silence warnings in...
2013-04-02 Miguel de IcazaMerge pull request #606 from sesef/master
2013-03-26 Alex Rønne PetersenMerge pull request #608 from metanest/bin_bash_spike
2013-03-26 Zoltan VargaDon't emulate idiv.un/irem.un on ARM in cases where...
2013-03-26 Zoltan VargaFix a typo in bc149a3814c33ee55eaa01fe49c52389d7b31bb2.
2013-03-25 Marek SafarMerge pull request #607 from maksimenko/master
2013-03-25 Rodrigo KumperaChange mono_gc_get_managed_array_allocator to receive...
2013-03-24 Zoltan VargaAvoid using an rgctx when making delegate invokes from...
2013-03-21 Elijah TaylorNaCl amd64 codegen fixes
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-07 Zoltan VargaMake begin-invoke/end-invoke wrappers for generic deleg...
2013-03-07 Marek SafarMerge pull request #596 from madewokherd/typefromclsid
2013-03-07 Zoltan VargaImplement Volatile.Read/Write<T> and Interlocked.Memory...
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-02-28 Zoltan VargaEmit an explicit null check for some calls made out...
2013-02-28 Rodrigo KumperaMerge branch 'mono-disable-remoting'
2013-02-28 Rodrigo KumperaRework castclass and isinst OPs to ignore transparent...
2013-02-28 Rodrigo KumperaDisable most remoting code under DISABLE_REMOTING.
2013-02-28 Rodrigo KumperaHide marshalbyref and contextbound properties under...
2013-02-28 Zoltan VargaFix gsharedvt delegate invokes from gsharedvt code.
2013-02-28 Rodrigo KumperaMerge pull request #537 from madewokherd/ccwmarshal
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-18 Rodrigo KumperaKill lots of code under DISABLE_JIT and DISABLE_VERIFIER.
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-13 Marek SafarMerge pull request #562 from grumpydev/TypeConverterFix
2013-02-13 Zoltan VargaAllow more constrained call cases when using gsharedvt...
2013-02-12 Marek SafarMerge pull request #558 from mkorkalo/master
2013-02-12 Zoltan VargaFix an assert in the gsharedvt code.
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 VargaAdd helper functions to avoid the if (cfg->generic_shar...
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 VargaRemove some debug spew.
2013-02-05 Zoltan VargaRevert an accidental change which enabled gsharedvt...
2013-02-05 Zoltan VargaFix the build.
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-02-04 Rodrigo KumperaMerge pull request #543 from knocte/master
2013-02-04 Zoltan VargaReset constrained_call in the gsharedvt code path as...
2013-02-03 Zoltan VargaFix an assert which can be hit in gsharedvt mode. Fix...
2013-02-03 Zoltan VargaImplement gsharedvt support for constrained calls to...
2013-02-01 Zoltan VargaEnable gsharedvt for newobj+valuetypes.
2013-01-30 Zoltan VargaRemove a gsharedvt check which is no longer needed.
2013-01-30 Zoltan VargaCompute the MonoGenericSharingContext from the caller...
2013-01-29 Zoltan VargaRemove a gsharedvt limitation when a non-virtual method...
2013-01-28 Zoltan VargaImplement support for virtual generic calls from gshare...
2013-01-26 Marek SafarMerge pull request #539 from pnewhook/master
2013-01-26 Zoltan VargaFix a regression introduced by 7ca90f152d8ee9f0f7b6e5a5...
2013-01-25 Zoltan VargaAvoid generating seq points in native-to-managed wrappe...
2013-01-25 Zoltan VargaRemove emit_gsharedvt_call (), use mono_emit_calli...
2013-01-25 Zoltan VargaRework the call handling code in mono_method_to_ir...
2013-01-24 Zoltan VargaFix the calculation of MONO_RGCTX_INFO_VALUE_SIZE for...
2013-01-21 Zoltan VargaFix an assert in mini_emit_stobj () when sgen+gsharedvt...
2013-01-20 Zoltan VargaImplement support for interface calls from gsharedvt...
2013-01-20 Zoltan VargaPrint methods which cannot be gsharedvt compiled when...
2013-01-20 Zoltan VargaAllow the usage CEE_MONO opcodes in gsharedvt code.
2013-01-20 Zoltan VargaAdd gsharedvt support to the JIT and to the trampoline...
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-12-04 Zoltan VargaOptimize the emission of dwarf line number info by...
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-19 Rodrigo KumperaFor some unknown reason sequence points on wrappers...
2012-11-17 Zoltan VargaFix the sizeof IL instruction for reference types....
2012-11-10 Marek SafarMerge pull request #499 from bh-whd/master
next