[aot] Fix the encoding/decoding of generic parameters after 835cc6eda9fb6edc6e5177444...
[mono.git] / mono / mini / aot-compiler.c
2015-12-07 Zoltan Varga[aot] Fix the encoding/decoding of generic parameters...
2015-12-07 Alexander KöplingerMerge pull request #2294 from akoeplinger/fix-cygwin
2015-12-07 Zoltan VargaMerge pull request #2237 from xmcclure/container-owner
2015-12-07 Aleksey Kliger ... Merge pull request #2247 from ivmai/match-ext-libgc-api
2015-12-07 Rodrigo KumperaRevert "Merge pull request #2237 from xmcclure/containe...
2015-12-07 Rodrigo KumperaMerge pull request #2237 from xmcclure/container-owner
2015-12-06 Rodrigo KumperaMerge pull request #2276 from lambdageek/dev/bug-36283
2015-12-03 Zoltan VargaRevert "[jit] Remove the partial sharing enabling code...
2015-12-03 Rodrigo KumperaMerge pull request #2260 from xmcclure/fix-testwaitany
2015-12-03 Zoltan Varga[aot] Fix the emission of EnumComparer instances, some...
2015-12-03 Marek SafarMerge pull request #2284 from akoeplinger/httpclient-fix
2015-12-02 Zoltan Varga[jit] Remove the partial sharing enabling code, its...
2015-12-02 Zoltan Varga[runtime] Get rid of LLVM_IMT_TRAMPOLINE, its no longer...
2015-12-02 Andi McClureMerge pull request #2279 from xmcclure/mono-posix-version
2015-12-02 Miguel de IcazaMerge pull request #2282 from joelmartinez/docs-multias...
2015-12-02 Marek SafarMerge pull request #2281 from lambdageek/dev/bug-36418
2015-12-02 Rodrigo KumperaMerge pull request #2231 from ludovic-henry/coop-sync...
2015-12-02 Alexander KöplingerMerge pull request #2278 from akoeplinger/remove-net...
2015-12-01 João MatosMerge pull request #2223 from lobrien/master
2015-12-01 Zoltan VargaFix a warning.
2015-12-01 Zoltan Varga[aot] Add instances of EnumEqualityCompater<T> for...
2015-12-01 João MatosMerge pull request #2275 from lewurm/httputilityfix
2015-12-01 Zoltan Varga[aot] Add instances of EnumEqualityComparer which is...
2015-12-01 João MatosMerge pull request #2256 from joelmartinez/docs-morenetdocs
2015-11-25 Andi McClureClarify ownership of generic param objects
2015-11-24 Alexander KöplingerMerge pull request #2208 from martinbooth/dataannotatio...
2015-11-24 Alexander KöplingerMerge pull request #2248 from barsgroup/bugfix/35980
2015-11-22 Alexander KöplingerMerge pull request #2255 from directhex/override-mono...
2015-11-21 Zoltan Varga[ji] Add a mini-llvm.h header file for the functions...
2015-11-21 Zoltan Varga[aot] Fix support for runtime invokes to array accessor...
2015-11-20 Zoltan Varga[aot] Add instances of LongEnumEqualityComparer which...
2015-11-19 Ludovic Henry[utils] Move mutex and semaphore to mono_os_*
2015-11-19 Jonathan PryorMerge pull request #2183 from joelmartinez/monodoc...
2015-11-17 Alexander KöplingerMerge pull request #2236 from akoeplinger/add-dataflow
2015-11-17 Rolf Bjarne KvingeMerge pull request #2201 from rolfbjarne/linker-better...
2015-11-17 Zoltan Varga[jit] Remove the nursery_bits from the wrapper info...
2015-11-17 Zoltan Varga[jit] Add a header file for aot-compiler.c.
2015-11-16 Andi McClureMerge pull request #2238 from xmcclure/interbals
2015-11-16 Andi McClureMinor: Style cleanup on internal headers
2015-11-13 Rodrigo KumperaMerge pull request #2227 from esdrubal/tzparse
2015-11-11 Mark ProbstMerge pull request #2198 from BrzVlad/feature-concurren...
2015-11-10 mhutchMerge pull request #2124 from mhutch/mono-api-info...
2015-11-10 Marcos HenrichMerge pull request #2209 from esdrubal/facades_subdirs
2015-11-10 Marek SafarMerge pull request #2210 from ystr/FromHtml-xxx
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] Merge the 'AllocatorWrapperInfo' structure...
2015-11-05 Zoltan Varga[runtime] Save the nursery bits used to create wbarrier...
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-28 Zoltan Varga[llvmonly] Add support for direct calls to icalls.
2015-10-27 Andi McClureMerge pull request #2175 from xmcclure/pre-image-audit
2015-10-26 Zoltan Varga[llvm] Fix support for asmonly+llvmonly by emitting...
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-16 Zoltan Varga[runtime] Add a new MonoGSharedGenericParam structure...
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-15 Zoltan Varga[llvmonly] Factor out the initialization code into...
2015-10-14 Zoltan Varga[llvmonly] Add more preinitialized got slots, refactor...
2015-10-14 João MatosMerge pull request #2106 from lambdageek/dev/bug-29108...
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 VargaFix regressions caused by the llvmonly changes so norma...
2015-10-09 Zoltan VargaMake parts of the jit c++ clean.
2015-10-09 Zoltan VargaFix the matching of exceptions in llvmonly mode. Add...
2015-10-09 Zoltan VargaFix the --aot=full support.
2015-10-09 Alexander Kyte[runtime-llvmonly] Added support for SSE instructions
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 VargaVarious hacks to make hello world run with only llvm...
2015-10-09 Zoltan VargaEnable explicit-null-checks in llvm-only mode by default.
2015-10-09 Zoltan VargaAdd support for delegates which call methods which...
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 VargaDisable the dyn call runtime invoke code in llvm-only...
2015-10-09 Zoltan VargaAvoid emitting symbols for jitted code if all methods...
2015-10-09 Zoltan VargaDon't put references to LLVM compiled methods into...
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 VargaTemporarily disable running opt.
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-10-01 Miguel de IcazaMerge pull request #2087 from joelmartinez/mdoc-membern...
2015-09-30 Marcos HenrichMerge pull request #2045 from BillSeurer/timezone
2015-09-27 João MatosMerge pull request #2057 from directhex/monolite-on...
next