Rework the call handling code in mono_method_to_ir () to remove some code duplication.
[mono.git] / mono / mini / method-to-ir.c
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
2012-11-09 Rodrigo KumperaReplace a g_assert with a g_error.
2012-10-29 Marek SafarMerge pull request #485 from mtausig/master
2012-10-26 Marek SafarMerge pull request #484 from roji/transactions_pspe
2012-10-25 Jonathan Pryor[Mono.Posix] Add Syscall.getgrouplist().
2012-10-17 Zoltan VargaFix a problem with 9adc7023e66a04f162efa041ff2452222a85...
2012-10-16 Zoltan VargaTreat the 'this' parameter slot as a managed pointer...
2012-10-10 Rodrigo KumperaMerge remote-tracking branch 'joncham/sgen-msvc2'
2012-10-10 Rodrigo KumperaMerge pull request #438 from mattleibow/master
2012-10-10 Rodrigo KumperaMake sure that the unsafe array store intrinsics emit...
2012-10-05 Zoltan VargaRevert "Allow inlining of methods which consist of...
2012-10-05 Zoltan VargaRevert "Fix the previous commit."
2012-10-05 Zoltan VargaFix a warning.
2012-10-05 Zoltan VargaFix the previous commit.
2012-10-05 Zoltan VargaAllow inlining of methods which consist of only a call.
2012-10-03 Zoltan VargaImplement constrained calls to iface methods correctly...
2012-10-03 Marek SafarMerge pull request #474 from knocte/master
2012-10-03 Zoltan VargaAdd more information about inline failures to the verbo...
2012-10-02 Rodrigo KumperaDisable the type check on reference type array stores.
2012-10-01 Rodrigo KumperaImplement Array.UnsafeLoad and Array.UnsafeStore. Both...
2012-10-01 Rodrigo KumperaExtract the array store code to separare function.
2012-09-29 Marek SafarMerge pull request #470 from clcrutch/SystemIcons
2012-09-29 Zoltan VargaFix some sign extension issues in the 2 dimensional...
2012-09-17 Zoltan VargaImplement mono_arch_emit_inst_for_method () for LLVM.
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-12 Marek SafarMerge pull request #457 from strawd/aspnetwebstack...
2012-09-10 Jérémie LavalMerge pull request #439 from mono-soc-2012/garyb/iconfix
2012-09-08 Zoltan VargaAvoid converting OP_IMUL to OP_IMUL_IMM if multiplicati...
2012-09-07 Zoltan VargaEmit a seq point for endfinally opcodes even if the...
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-29 Zoltan VargaGet rid of the debug_count () functions in various...
2012-07-25 Martin BauligMerge pull request #392 from baulig/master
2012-07-23 Atsushi EnoMerge pull request #398 from xcrash/feature/wcf.mex...
2012-07-21 Miguel de IcazaMerge pull request #303 from ermshiperete/5278
2012-07-21 Miguel de IcazaMerge pull request #309 from i59/patch-1
2012-07-21 Miguel de IcazaMerge pull request #335 from robwilkens/DataGridBugs1
2012-07-21 Miguel de IcazaMerge pull request #337 from robwilkens/IdleThreadsFixes
2012-07-21 Miguel de IcazaMerge pull request #350 from robwilkens/bug1089
2012-07-18 Zoltan VargaMerge pull request #396 from directhex/master
2012-07-17 Zoltan VargaMerge pull request #394 from directhex/master
2012-07-16 Miguel de IcazaMerge pull request #323 from crazyjncsu/master
2012-07-16 Miguel de IcazaMerge pull request #388 from strawd/master
2012-07-16 Marek SafarMerge pull request #390 from baulig/master
2012-07-16 Jérémie LavalMerge pull request #364 from directhex/master
2012-07-13 Rodrigo KumperaReplace an assertion with an UNVERIFIED call in the...
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-19 Martin BauligMerge pull request #325 from adbre/iss5464
2012-06-18 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-15 Zoltan VargaImplement column number support in sdb.
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Miguel de IcazaMerge pull request #283 from robwilkens/master
2012-05-24 Miguel de IcazaMerge pull request #289 from alaendle/master
2012-05-24 Miguel de IcazaMerge pull request #298 from ermshiperete/4921
2012-05-24 Miguel de IcazaMerge pull request #297 from ermshiperete/4959
2012-05-24 Miguel de IcazaMerge pull request #296 from ermshiperete/5116
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-05-23 Zoltan VargaImprove type load errors thrown by the JIT a bit.
2012-05-14 Zoltan VargaCheck return type compatibility for inlined methods...
2012-05-02 Zoltan VargaMerge pull request #285 from joncham/eglib-fixes
2012-04-30 Gonzalo Paniagua... Merge pull request #281 from JamesB7/master
2012-04-28 Zoltan VargaInsert sequence points based on the debug info emitted...
2012-04-26 Zoltan VargaEmit seq points after all call which return a value.
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-04 Rodrigo KumperaFix the IR class of OP_NEWARR to be of the array type...
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-03-19 Miguel de IcazaMerge pull request #248 from pcc/toolstrip-flow
2012-03-19 Zoltan VargaRework the way synchronized wrappers recursion avoidanc...
2012-03-15 Zoltan VargaFix the previous change again.
2012-03-15 Zoltan VargaFix build on platforms without MONO_ARCH_HAVE_TLS_GET...
2012-03-14 Gonzalo Paniagua... Merge pull request #241 from viniciusjarina/fix2843
2012-03-11 Zoltan VargaFix the previous patch.
2012-03-11 Zoltan Varga Move the thread attach code for native-to-managed...
2012-03-07 Jonathan ChambersMerge remote-tracking branch 'local/msvc-updates' into...
2012-03-06 Zoltan VargaRevert "Move the thread attach code for native-to-manag...
2012-03-05 Marek SafarMerge pull request #238 from knocte/master
2012-03-05 Marek SafarMerge pull request #237 from knocte/master
2012-03-05 Marek SafarMerge pull request #235 from plobsing/cs0656-bug
2012-03-04 Zoltan VargaMove the thread attach code for native-to-managed wrapp...
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-19 Gonzalo Paniagua... Merge pull request #226 from petejohanson/uri-templates...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
next