Add beginnings of support for calling JIT icalls directly in full-aot mode.
[mono.git] / mono / metadata / icall.c
2013-02-25 Zoltan VargaAdd beginnings of support for calling JIT icalls direct...
2013-02-25 Zoltan VargaMerge pull request #571 from igotti-google/jt2
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 Sebastien PouliotUse an internal call (to an existing function) so it...
2013-02-09 Miguel de IcazaMerge pull request #475 from pruiz/xamarin-bug-7408
2013-02-07 Marek SafarMerge pull request #472 from MelanieT/spmanager_fix
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-18 Zoltan VargaCheck for nullref exceptions in ves_icall_System_Buffer...
2012-11-06 Nicolas RaoulMerge remote-tracking branch 'upstream/master' into...
2012-11-05 Rodrigo KumperaRemove SRE.UnmanagedMarshal dependency from System...
2012-10-29 Marek SafarMerge pull request #485 from mtausig/master
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-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-16 Miguel de IcazaMerge pull request #323 from crazyjncsu/master
2012-06-27 Marek SafarMerge pull request #358 from adbre/iss3333
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-19 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-19 Martin BauligMerge pull request #325 from adbre/iss5464
2012-06-13 Adam BrengesjöPadding character(s) must be at end of string.
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-03-19 Miguel de IcazaUpdate some copyrights
2012-03-14 Gonzalo Paniagua... Merge pull request #241 from viniciusjarina/fix2843
2012-03-11 Zoltan VargaMake mono_lookup_internal_call () return ves_icall_Syst...
2012-03-09 Zoltan VargaFix the previous change.
2012-03-09 Zoltan VargaAllow mono_lookup_internal_call () to return the dynami...
2012-03-08 Zoltan VargaAdd a configure option to make all icalls non-static...
2012-03-08 Marek HabersackMerge pull request #234 from kripper/master
2012-03-08 Zoltan VargaAdd AOT support for calling icalls directly without...
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-02 Zoltan VargaMerge pull request #203 from Jester01/jester/mmap
2011-12-17 Zoltan VargaTreat the 'bounds' array as int32[] in ves_icall_System...
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-12 Marek SafarMerge pull request #200 from ch5oh/master
2011-12-09 Jeffrey Stedfast[GetTimeZoneData icall] Fixed logic for zones where...
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-12-02 Zoltan VargaOngoing MIPS work. Fix varargs, implement delegate...
2011-11-17 Zoltan VargaAdd a allow_ctors argument to mono_class_get_methods_by...
2011-11-08 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2011-11-06 alexrpDon't allow invoking methods that return by-ref types...
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-18 Rodrigo KumperaExtract mono_class_get_methods_by_name from ves_icall_T...
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-13 Miguel de IcazaUpdate copyrights
2011-09-06 Zoltan VargaMerge pull request #169 from madewokherd/master
2011-09-06 Rodrigo KumperaImprove exception message.
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-08-05 Miguel de IcazaMerge pull request #147 from flutos/master
2011-08-05 Miguel de IcazaMerge pull request #141 from LogosBible/surrogtate
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-25 Damien Diederen[480178] Fix handling of surrogate characters.
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-18 Zoltan VargaImplement support for Debugger.Log ()/ IsLogging (...
2011-05-23 Rodrigo KumperaBetter handle broken types when loading default value.
2011-05-20 Miguel de IcazaMerge pull request #102 from konrad-kruczynski/fix_bug_...
2011-05-19 Rodrigo KumperaUse new mono_gc_(memmove|bzero) in places messing with...
2011-05-16 Atsushi EnoMerge pull request #101 from occ/master
2011-05-15 Zoltan VargaAvoid a crash in Field:GetRawConstantValue () if the...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-04-27 Marek HabersackMerged pull request #88 from skolima/msbuild-merge.
2011-04-27 Rodrigo KumperaMerged pull request #58 from XTZGZoReX/master.
2011-04-27 Rodrigo Kumperax86 pushes vararg arguments unaligned
2011-04-25 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-22 Zoltan VargaFix processing of double vararg arguments on 32 bit...
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-07 Marek Habersack[runtime] Linux support for statfs and improved drive...
2011-03-30 Zoltan VargaAdd some checks to the ActivationServices:AllocateUnini...
2011-03-23 Gonzalo Paniagua... Avoid warnigs.
2011-03-23 Marek Habersack[runtime] Fix compilation
2011-03-23 Miguel de IcazaOSX, Win32: Implements support for DriveInfo
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-07 Zoltan VargaUse mono_method_get_vtable_slot () instead of accessing...
2011-02-02 Zoltan VargaAdd support for --debug=casts to Array:SetValue ()...
2011-01-31 Marek Habersack[runtime] Use IOAMP-aware method of looking for domain...
2011-01-28 Geoff NortonEnsure we setup the vtable before accessing it
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-18 Zoltan VargaDisable some of the FastCopy fast paths since they...
2011-01-18 Zoltan VargaAllow only primitive types/enums in RuntimeHelpers...
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-03 Miguel de Icaza[mscorlib] inside mscorlib Platform's value will be...
2010-11-27 Zoltan VargaThrow an exception if a custom attr cannot be decoded...
next