Merge pull request #347 from JamesB7/master
[mono.git] / mono / mini / aot-compiler.c
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-19 Martin BauligMerge pull request #325 from adbre/iss5464
2012-06-14 Marek SafarMerge pull request #324 from adbre/master
2012-06-12 Zoltan VargaMerge remote-tracking branch 'raof/aot-cpu-safety'
2012-06-12 Zoltan VargaRevert "Merge pull request #321 from RAOF/aot-cpu-safety"
2012-06-12 Zoltan VargaRevert "Revert "Refuse to load AOT images using unsuppo...
2012-06-11 Christopher James... Refuse to load AOT images using unsupported SIMD instru...
2012-06-11 Zoltan VargaRevert "Refuse to load AOT images using unsupported...
2012-06-11 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-11 Zoltan VargaMerge pull request #321 from RAOF/aot-cpu-safety
2012-06-11 Christopher James... Refuse to load AOT images using unsupported SIMD instru...
2012-05-31 Miguel de IcazaMerge pull request #306 from robwilkens/master
2012-05-30 Marek SafarMerge pull request #307 from crazyjncsu/master
2012-05-29 Zoltan VargaAdd fields in generic instances too when AOTing. Fixes...
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 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-05-18 Zoltan VargaImplement full-aot support for ftnptr->delegate convers...
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 IcazaMerge pull request #248 from pcc/toolstrip-flow
2012-03-19 Zoltan VargaRework the way synchronized wrappers recursion avoidanc...
2012-03-17 Zoltan VargaFix llvm+direct icalls. Fixes #3925.
2012-03-14 Gonzalo Paniagua... Merge pull request #241 from viniciusjarina/fix2843
2012-03-13 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-03-12 Rodrigo KumperaUnder full-aot process the types of method arguments...
2012-03-08 Marek HabersackMerge pull request #234 from kripper/master
2012-03-08 Zoltan VargaAdd AOT support for calling icalls directly without...
2012-03-07 Jonathan ChambersMerge remote-tracking branch 'local/msvc-updates' into...
2012-03-05 Marek SafarMerge pull request #238 from knocte/master
2012-03-05 Marek SafarMerge pull request #237 from knocte/master
2012-03-03 Zoltan VargaFix an aot assertion if the monitor fast path wrapper...
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-26 Zoltan VargaLoad JIT AOT info eagerly when running under sdb, since...
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-30 Rolf Bjarne KvingeAOT: add support for calling pinvoke methods directly...
2012-01-28 Zoltan VargaAdd precise location info for this/rgctx in gshared...
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2011-12-14 Zoltan VargaRework how wrappers are encoded in AOT, instead of...
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-12 Marek SafarMerge pull request #200 from ch5oh/master
2011-12-12 Zoltan VargaAdd logging for the AOT generics resolution process.
2011-12-09 Zoltan VargaFix various AOT limitations uncovered by the mcs test...
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-12-05 Zoltan VargaGet rid of MONO_ARCH_HAVE_STATIC_RGCTX_TRAMPOLINE,...
2011-12-05 Zoltan VargaFix infinite recursion introduced by the previous patch.
2011-12-05 Zoltan VargaAOT the cctor of generic classes which are referenced...
2011-11-26 Zoltan VargaSave the stack space used by arguments into MonoJitInfo...
2011-10-09 Zoltan VargaFix a windows warning
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-06 Zoltan VargaMerge pull request #169 from madewokherd/master
2011-09-06 Vincent PovirkUse guint instead of uint.
2011-09-05 Zoltan VargaOptimize AOT generics data structures a bit more.
2011-09-04 Zoltan VargaRework the encoding of classes in AOT to save space...
2011-09-04 Zoltan VargaCompute and print the space used by the GOT entry info...
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
2011-08-29 Zoltan VargaAOT the v4.0 monitor enter fastpath, not the unused...
2011-08-29 Zoltan VargaEliminate the by-name encoding for all wrapper methods...
2011-08-28 Zoltan VargaChange the way unbox trampolines are handled in AOT...
2011-08-25 Zoltan VargaMake the plt symbols used by llvm+aot code more descrip...
2011-08-23 Marek SafarMerge pull request #162 from garuma/tpl-dataflow-blocks
2011-08-22 Zoltan VargaDisable some failing LLVM passes. Should fix bxc #280.
2011-08-17 Sebastien PouliotProvide an error message if an instance method is decor...
2011-08-17 Miguel de Icazaupdate copyrights
2011-08-13 Marek SafarMerge pull request #156 from garuma/tpl-dataflow-tasks
2011-08-13 Chris Toshokforce has_finalize to be initialized before we write...
2011-08-11 Zoltan VargaEscape characters in LLVM symbol names
2011-08-09 Zoltan VargaAdd support for reference instances of Interlocked...
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 #141 from LogosBible/surrogtate
2011-08-04 Atsushi EnoMerge pull request #146 from flutos/207ce0bccceec3ff786...
2011-08-03 Rodrigo KumperaImplement fail tramp support on arm for full-aot imt...
2011-08-02 Atsushi EnoMerge pull request #143 from mistoll/master
2011-08-02 Rolf Bjarne Kvinge[aot-compiler] Replace assert with descriptive error...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-11 Zoltan VargaGet rid of the 'ut_e_' symbols in AOT, use the normal...
2011-07-08 Marek SafarMerge pull request #131 from txdv/master
2011-07-06 Rodrigo KumperaMerge pull request #128 from paszczi/master
2011-07-06 Zoltan VargaAvoid calling add_method () twice.
2011-07-06 Zoltan VargaAdd an ExportSymbol property to MonoPInvokeCallbackAttr...
2011-06-27 Marek HabersackMerge pull request #112 from skolima/master
2011-06-27 Paolo MolaroAdd an aot option to override the value of readonly...
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-04 Zoltan VargaUpdate LLVM backend to latest LLVM code.
2011-05-25 Zoltan VargaImplement AOT support for the new Monitor.Enter ()...
2011-05-23 Zoltan VargaFix warnings.
2011-05-23 Marek HabersackRevert "Fix some warnings."
2011-05-21 Zoltan VargaFix some warnings.
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-29 Geoff NortonAvoid a needless buffer copy that is susceptible to...
2011-04-25 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-22 Zoltan VargaFix AOT support for isinst_with_cache wrappers. Fixes...
2011-04-03 Zoltan VargaFix warnings.
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-16 Zoltan VargaAdd local symbols for imt/trampolines etc. in AOT.
next