[aot] Don't hardcode the nursery size in aot write barriers
[mono.git] / mono / mini / aot-runtime.c
2015-11-09 Vlad Brezae[aot] Don't hardcode the nursery size in aot write...
2015-11-09 Andi McClureMerge pull request #2200 from xmcclure/image-audit...
2015-11-06 Martin BauligMerge pull request #2102 from AdamBurgess/master
2015-11-06 Zoltan Varga[aot] Reduce the code duplication in the wrapper encodi...
2015-11-05 Zoltan Varga[runtime] Save the nursery bits used to create wbarrier...
2015-11-05 Mark ProbstMerge pull request #2197 from mono/feature-disable...
2015-11-05 Marek SafarMerge pull request #2199 from mhutch/pcl46
2015-11-04 Zoltan Varga[aot] Fix a crash introduced by 51c4e47f2 when the...
2015-11-02 Vlad BrezaeMerge pull request #2081 from BrzVlad/feature-concurren...
2015-10-30 Jonathan PryorMerge pull request #2152 from joelmartinez/mdoc-preserver
2015-10-28 Ludovic Henry[threads] Use runtime flag to enable cooperative suspend
2015-10-27 Andi McClureMerge pull request #2163 from xmcclure/image-audit
2015-10-27 João Matos[runtime] Normalize include style.
2015-10-27 Andi McClureMerge pull request #2175 from xmcclure/pre-image-audit
2015-10-26 Zoltan Varga[llvmonly] Fix the computation of the generic context...
2015-10-22 "Andi McClure ext... Cleanup in preparation for mempool reference auditing...
2015-10-22 João MatosMerge pull request #2154 from BrennanConroy/bug_30018
2015-10-19 Marcos HenrichMerge pull request #2136 from esdrubal/uridotsegment
2015-10-17 Marcos HenrichMerge pull request #2139 from akoeplinger/symbolicate...
2015-10-16 Alexander KöplingerMerge pull request #2143 from akoeplinger/refactor...
2015-10-16 João MatosMerge pull request #2141 from akoeplinger/fix-wrong...
2015-10-16 Alexander Köplinger[runtime] Rename DISABLE_AOT_COMPILER back to DISABLE_AOT
2015-10-16 Zoltan Varga[aot] Create constrained gparams using the same mini_ge...
2015-10-15 Rodrigo KumperaMerge pull request #2113 from ludovic-henry/coop-socket...
2015-10-15 Rodrigo KumperaMerge pull request #2123 from kumpera/verifier-fix
2015-10-15 Miguel de IcazaMerge pull request #2127 from joelmartinez/mdoc-multias...
2015-10-15 Alexander KöplingerMerge pull request #2134 from akoeplinger/bug-34334
2015-10-14 João MatosMerge pull request #2106 from lambdageek/dev/bug-29108...
2015-10-14 Zoltan Varga[llvmonly] Fix the build.
2015-10-14 Zoltan Varga[aot] Rework the handling of preinitialized got slots...
2015-10-14 Zoltan Varga[llvmonly] Skip initalization of methods if they only...
2015-10-12 Marek SafarMerge pull request #2119 from lambdageek/dev/bug-17571
2015-10-12 Rodrigo KumperaMerge pull request #2101 from tritao/stack-coop-gc
2015-10-09 Zoltan VargaMerge remote-tracking branch 'origin/bitcode-premerge'
2015-10-09 Zoltan VargaAvoid passing the ex_tag around when throwing exception...
2015-10-09 Zoltan VargaMake parts of the jit c++ clean.
2015-10-09 Zoltan VargaImplement mono_raise_exception () for LLVM.
2015-10-09 Zoltan VargaFix the matching of exceptions in llvmonly mode. Add...
2015-10-09 Zoltan VargaFix llvmonly support in mono_arch_create_specific_tramp...
2015-10-09 Zoltan VargaCheck for missing methods in llvmonly mode in mini...
2015-10-09 Zoltan Varga[runtime] Merge origin/kyte/llvmonly-exceptions-pr.
2015-10-09 Zoltan VargaRemove the REALLY_LLVONLY flag, enable it by default...
2015-10-09 Zoltan VargaFix the REALLY_LLVMONY mode.
2015-10-09 Zoltan VargaVarious hacks to make hello world run with only llvm...
2015-10-09 Zoltan VargaFix interface calls on a null receiver and virtual...
2015-10-09 Zoltan VargaFix the build.
2015-10-09 Zoltan VargaA bunch of hacks to compile llvm code using clang inste...
2015-10-09 Zoltan VargaPass the rgctx argument to gshared methods explicitly...
2015-10-09 Zoltan VargaAvoid creating plt entries for empty plt sections.
2015-10-09 Zoltan VargaProperly inflate methods called from llvm code without...
2015-10-09 Zoltan VargaImplement virtual/interface calls by calling a jit...
2015-10-09 Zoltan VargaImplement unbox trampolines for llvm compiled methods...
2015-10-09 Zoltan VargaMove the lookup of llvm compiled methods into a generat...
2015-10-09 Zoltan VargaImplement rgctx fetches by calling a JIT icall.
2015-10-09 Zoltan VargaImplement support for self-initialization in methods...
2015-10-09 Zoltan VargaAdd a GOT entry pointing to the AOT module.
2015-10-09 Zoltan VargaAdd 'llvmonly' aot option and a corresponding --llvmonl...
2015-10-08 Alexis ChristoforidesMerge pull request #1949 from lewurm/fixtype
2015-10-01 Miguel de IcazaMerge pull request #1921 from mattzink/master
2015-10-01 Miguel de IcazaMerge pull request #2025 from sawachika-kenji/patch-1
2015-09-30 Marcos HenrichMerge pull request #2045 from BillSeurer/timezone
2015-09-27 João MatosMerge pull request #2057 from directhex/monolite-on...
2015-09-23 Miguel de IcazaMerge pull request #1843 from info-lvsys/patch-1
2015-09-23 Miguel de IcazaMerge pull request #1325 from madrang/CryptoToolsCtorCheck
2015-09-23 Miguel de IcazaMerge pull request #757 from mlintner/master
2015-09-23 Miguel de IcazaMerge pull request #1218 from AndreyAkinshin/master
2015-09-23 Miguel de IcazaMerge pull request #1225 from strawd/bug22307
2015-09-23 Miguel de IcazaMerge pull request #853 from echampet/onclick
2015-09-23 Miguel de IcazaMerge pull request #704 from jgagnon/master
2015-09-23 Miguel de IcazaMerge pull request #463 from strawd/concurrent-requests
2015-09-23 Miguel de IcazaMerge pull request #1971 from angeloc/master
2015-09-23 Miguel de IcazaMerge pull request #2020 from tomjepp/master
2015-09-19 Zoltan VargaMerge pull request #2029 from madewokherd/winformstests
2015-09-18 Atsushi EnoMerge pull request #1899 from saper/resgencond
2015-09-17 Marcos HenrichMerge pull request #2047 from esdrubal/socketreuse
2015-09-12 Zoltan VargaMerge pull request #2014 from BillSeurer/master
2015-09-11 Zoltan VargaRevert "[aot] Update the llvm frame decoding code for...
2015-09-11 Zoltan Varga[aot] Update the llvm frame decoding code for llvm...
2015-09-11 Alex Rønne PetersenMerge pull request #2040 from esdrubal/monoman
2015-09-11 Alex Rønne PetersenMerge pull request #2042 from evincarofautumn/remove...
2015-09-10 Zoltan Varga[aot] Remove some arm special cases which are no longer...
2015-09-08 Alex Rønne PetersenMerge pull request #2028 from alexrp/master
2015-09-08 Mark ProbstMerge pull request #1457 from evincarofautumn/weak...
2015-09-08 Mark ProbstMerge pull request #2013 from BrzVlad/feature-concurren...
2015-09-08 Marek SafarMerge pull request #2032 from directhex/parallel_automa...
2015-09-05 Marcos HenrichMerge pull request #2031 from esdrubal/uriworkaround
2015-09-05 Zoltan VargaMerge pull request #2033 from tritao/zip-empty
2015-09-05 Miguel de IcazaMerge pull request #2035 from joelmartinez/mdoc-memberr...
2015-09-04 Zoltan Varga[aot] Avoid an assert in mono_aot_jit_info_table_find...
2015-08-29 Marcos HenrichMerge pull request #1936 from esdrubal/DotNetRelativeOr...
2015-08-28 Marcos HenrichMerge pull request #2003 from esdrubal/seq_test_fix2
2015-08-27 Marcos HenrichMerge pull request #1991 from esdrubal/seq_test_fix
2015-08-17 João MatosMerge pull request #1967 from D-POWER/master
2015-08-17 Rodrigo KumperaMerge pull request #1870 from saper/langinfo_h
2015-08-14 Marcos HenrichMerge pull request #1972 from esdrubal/proc_pidpath
2015-08-11 Zoltan Varga[aot] Fix the calculate of the llvm code range for...
2015-08-11 Marcos HenrichMerge pull request #1952 from esdrubal/proc_name
2015-08-03 Zoltan Varga[jit] Remove monitor enter/exit trampolines, their...
2015-08-03 Rodrigo KumperaMerge pull request #1912 from ludovic-henry/threadpool...
2015-08-03 Zoltan VargaMerge pull request #1959 from alexrp/master
next