Merge pull request #664 from symform/xbuild-AssignProjectConfiguration
[mono.git] / mono / mini / aot-compiler.c
2013-07-02 Martin BauligMerge pull request #664 from symform/xbuild-AssignProje...
2013-07-02 Alex Rønne PetersenMerge pull request #649 from DavidS/feature/implement...
2013-07-02 Alex Rønne PetersenMerge pull request #572 from jack-pappas/sockets-ipproto
2013-06-29 Zoltan VargaFix more thumb+clang problems.
2013-06-29 Zoltan VargaEmit the thumb plt trampolines as binary since clang...
2013-06-28 Michael HutchinsonMerge pull request #642 from Ventero/CleanCopyLocal
2013-06-26 Rodrigo KumperaMerge pull request #654 from alesliehughes/master
2013-06-25 Marek SafarMerge pull request #669 from LogosBible/Uri_TryCreate
2013-06-25 Rodrigo Kumpera[aot]Clean the loader error after calling mini_method_c...
2013-06-25 Zoltan VargaAdd a workaround for an AOT crash in mt.
2013-06-25 Zoltan VargaMake the AOT compiler stats output a bit more compact.
2013-06-24 Zoltan VargaUse --relocation-model=pic for llvm on ios.
2013-06-24 Zoltan VargaStore AOT method indexes in the Mono EH frame instead...
2013-06-22 Zoltan VargaEmit dummy dwarf line number info for methods without...
2013-06-21 Zoltan VargaEmit dwarf line number info using .file/.loc assembler...
2013-06-17 Zoltan VargaFetch TLS offsets from GOT slots when using AOT instead...
2013-06-13 Zoltan VargaFix more warnings/unitialized memory errors.
2013-06-12 Zoltan VargaUse the same code for aot alignment checks in aot-compi...
2013-06-12 Gonzalo Paniagua... Merge pull request #631 from kebby/master
2013-06-12 Zoltan VargaAdd support for nullables to box/unbox in gsharedvt...
2013-06-11 Zoltan VargaOptimize generated gsharedvt code: Load information...
2013-06-09 Zoltan VargaRework the gsharedvt code to add support for vtypes...
2013-06-03 Zoltan VargaDisable partial sharing for now, it breaks some tests...
2013-05-30 Zoltan VargaUse gsharedvt for some generic instances in full-aot...
2013-05-29 Zoltan VargaAvoid calling alloc wrappers directly, sgen does some...
2013-05-29 Zoltan VargaRevert "Use gsharedvt for some generic instances in...
2013-05-29 Zoltan VargaUse gsharedvt for some generic instances in full-aot...
2013-05-27 Marek HabersackMerge pull request #647 from knocte/aspnet_lru
2013-05-22 Miguel de IcazaMerge pull request #629 from pruiz/syswebrouting-fixes2
2013-05-22 Miguel de IcazaMerge pull request #644 from knocte/connstrings
2013-05-21 Zoltan VargaEnable partial sharing only in full-aot mode, it slows...
2013-05-21 Marek SafarMerge pull request #645 from knocte/nitpicks
2013-05-16 Alex Rønne PetersenMerge pull request #637 from LogosBible/enetdown
2013-05-15 Zoltan VargaDisable the gsharedvt optimizatiom in AOT if it is...
2013-05-15 Zoltan VargaShorten some gshared function names.
2013-05-15 Zoltan VargaAdd partial sharing support to AOT.
2013-05-13 Zoltan VargaFix thumb support in 36b9052157da87809210eb3cb00b9c5a8a...
2013-05-13 Zoltan VargaRework the way AOT method addresses are obtained on...
2013-05-09 Zoltan VargaAvoid using a different layout for the MonoAotFileInfo...
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 Zoltan VargaFix alignment of unbox trampolines when using LLVM...
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-02 Miguel de IcazaMerge pull request #606 from sesef/master
2013-03-25 Marek SafarMerge pull request #607 from maksimenko/master
2013-03-25 Zoltan VargaFix the hashing of MonoJumpInfo structures, previously...
2013-03-24 Zoltan VargaAvoid AOTing PtrToStructure/StructureToPtr() wrappers...
2013-03-21 Zoltan VargaFix full-aot support for generic async methods by treat...
2013-03-12 Rodrigo KumperaMerge pull request #505 from roji/shutdown_flow
2013-03-11 Zoltan VargaAdd a 'dwarfdebug' AOT option to emit DWARF debug info...
2013-03-08 Miguel de IcazaMerge pull request #595 from UCIS/master
2013-03-08 Zoltan VargaAvoid a crash if the Volatile class is linked away.
2013-03-08 Zoltan VargaAdd full-aot support for Volatile.Read<T>/Write<T> ().
2013-03-08 Zoltan VargaFix the encoding of runtime-invoke wrappers in AOT...
2013-03-07 Zoltan VargaFix a typo introduced by c808ced1e2fa580762a8022754ded9...
2013-03-07 Marek SafarMerge pull request #596 from madewokherd/typefromclsid
2013-03-07 Zoltan VargaClean up the code which handles prepending _ to global...
2013-03-06 Zoltan VargaMake the JIT icall wrappers for opcode emulation jit...
2013-03-06 Zoltan VargaFix AOT on osx+amd64.
2013-03-04 Miguel de IcazaMerge pull request #577 from UCIS/patch-2
2013-03-04 Mark ProbstMerge pull request #586 from awinters-fvs/awinters...
2013-03-04 Miguel de IcazaMerge pull request #585 from mk8/master
2013-03-04 Miguel de IcazaMerge pull request #588 from Daniel15/bug-10872
2013-03-02 Zoltan VargaFix the generation of stelemref wrappers in full-aot...
2013-03-01 Rodrigo KumperaRevert "Fix object::GetType when remoting is enabled."
2013-03-01 Rodrigo KumperaFix object::GetType when remoting is enabled.
2013-03-01 Marek SafarMerge pull request #581 from TalAloni/master
2013-03-01 Marek SafarMerge pull request #579 from LogosBible/bug10788
2013-03-01 Zoltan VargaImplement a fast version of mono_get_lmf_addr () on...
2013-03-01 Zoltan VargaAdd some support for calling JIT icalls directly in...
2013-02-28 Rodrigo KumperaMerge branch 'mono-disable-remoting'
2013-02-28 Rodrigo KumperaHide marshalbyref and contextbound properties under...
2013-02-28 Rodrigo KumperaMerge pull request #537 from madewokherd/ccwmarshal
2013-02-26 Zoltan VargaRevert "Add beginnings of support for calling JIT icall...
2013-02-25 Zoltan VargaAdd beginnings of support for calling JIT icalls direct...
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-19 Zoltan VargaRework the gsharedvt trampoline code to use an ios...
2013-02-18 Zoltan VargaGet rid of mono_aot_wrapper_name (), it is no longer...
2013-02-17 Zoltan VargaImplement support for unlimited number of gsharedvt...
2013-02-17 Zoltan VargaImplement a general version of the rgctx fetch trampoli...
2013-02-16 Zoltan VargaMake full-aot uses mixed vt/ref instances when full...
2013-02-14 Zoltan VargaFix mono_patch_info_equal () for MONO_PATCH_INFO_GSHARE...
2013-02-13 Marek SafarMerge pull request #562 from grumpydev/TypeConverterFix
2013-02-13 Zoltan VargaAvoid AOT errors if gsharedvt is not enabled.
2013-02-12 Marek SafarMerge pull request #558 from mkorkalo/master
2013-02-12 Zoltan VargaUse direct method addresses in the unbox trampoline...
2013-02-11 Rolf Bjarne KvingePrefix aot symbols with something to prevent them from...
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
next