[mobile_static] Move PLATFORM_AOT_SUFFIX into configure.ac
[mono.git] / mono / mini /
2016-07-18 Alexander Kyte[mobile_static] Configure mini fullaot tests to work...
2016-07-18 Alexander Kyte[mobile_static] Use mobile_static paths in mono/mini...
2016-07-18 Zoltan Varga[llvm] Fix the DISABLE_JIT build.
2016-07-18 Zoltan Varga[aot] Add a gen-seq-points-file deprecated option.
2016-07-18 Marcos HenrichMerge pull request #3264 from esdrubal/tzi_dst
2016-07-15 Aleksey Kliger ... Merge pull request #3286 from lambdageek/dev/refl-to...
2016-07-15 Zoltan Varga[jit] Fix some alignment issues in mono_unwind_ops_enco...
2016-07-15 Johan LorenssonMerge pull request #3285 from lateralusX/jlorenss/win...
2016-07-15 Zoltan Varga[llvm] Add generic IR implementations of some SIMD...
2016-07-15 Marek SafarMerge pull request #3274 from Unity-Technologies/fix...
2016-07-15 lateralusXSmaller formatting adjustments based on feedback.
2016-07-15 Zoltan VargaMerge pull request #3287 from JustArchi/patch-1
2016-07-15 Łukasz DomeradzkiFix compilation of AOT-less Mono
2016-07-14 Zoltan Varga[llvm] Fix an enable debug info generation for llvm
2016-07-14 lateralusXPInvoke methods using SetLastError get dropped on Windo...
2016-07-14 Zoltan Varga[llvm] Delete some dead code.
2016-07-14 Zoltan Varga[llvm] Delete unused intrinsics.
2016-07-14 Zoltan Varga[sdb] Pass a MonoError* to mono_class_get_methods_by_na...
2016-07-14 lateralusXAdd gsharedvt support for changed Windows x64 value...
2016-07-14 lateralusXRewrite of Windows x64 value type ABI to support Direct...
2016-07-14 Andi McClureMerge pull request #3279 from xmcclure/tarjan-crash-2
2016-07-14 Zoltan Varga[llvm] Implement some SIMD opcodes using LLVM IR instea...
2016-07-14 Aleksey Kliger ... Merge pull request #3281 from lambdageek/dev/g-ptr...
2016-07-14 Marcos HenrichMerge pull request #3276 from esdrubal/access_token_move
2016-07-13 Zoltan VargaMerge pull request #3240 from alexanderkyte/aot_compile...
2016-07-13 Marcos HenrichMerge pull request #3248 from esdrubal/web_request_abort
2016-07-13 Marcos HenrichMerge pull request #3268 from esdrubal/mono-sym-enable
2016-07-13 Marcos Henrich[runtime] Added gen-seq-points-file= deprecated option
2016-07-13 Marcos Henrich[runtime] Enable compact seq point by default
2016-07-12 Ludovic HenryMerge pull request #3224 from ludovic-henry/iolayer...
2016-07-12 João Matos[aot] Fixes strip tool invocation in to wrap paths...
2016-07-12 Aleksey KligerFix windows build after 162f843968caf500ab09ea7176691e6...
2016-07-12 Andi McClureMerge pull request #3265 from xmcclure/tarjan-crash
2016-07-12 Zoltan Varga[amd64] Reorganize add_valuetype () to make it easier...
2016-07-08 Marcos HenrichMerge pull request #3192 from esdrubal/sym-spec
2016-07-08 Andi McClureMerge pull request #3252 from xmcclure/tarjan-opt-basic
2016-07-08 Marcos Henrich[corlib] Lowercase and no '-' in metadata guids.
2016-07-08 Marcos Henrich[runtime] AOTID is now properly stored.
2016-07-08 Marcos Henrich[runtime] Added aot=msym-dir=<DIR>
2016-07-08 Marcos Henrich[runtime] aot-compiler.c now stores AOTID in image
2016-07-08 Marcos Henrich[runtime] Adds AOTID
2016-07-08 Rodrigo KumperaMerge pull request #3258 from lindenlab/mono4-continuat...
2016-07-08 Kelly WashingtonMerge branch 'master' into mono4-continuations_fix
2016-07-08 Johan LorenssonMerge pull request #3247 from lateralusX/jlorenss/win...
2016-07-08 Zoltan Varga[llvmonly] Fix support for synchronized methods.
2016-07-08 Zoltan Varga[jit] Emit memory barriers for volatile STFLD opcodes...
2016-07-07 Kelly WashingtonMerge branch 'continuations-test' into mono4-continuati...
2016-07-07 Zoltan Varga[aot] Fix the llc flags when using hardfp on arm.
2016-07-07 Zoltan Varga[aot] Allow the loading of llvm compiled code into...
2016-07-07 Alexander Kyte[runtime] Free rgctx_lazy_fetch_trampoline info
2016-07-07 Alexander Kyte[runtime] Free temporary aot buffer
2016-07-07 Alexander Kyte[runtime] Free info_offsets used by emit_extra_methods
2016-07-07 Alexander Kyte[runtime] Free last buf used by emit_extra_methods
2016-07-07 Alexander Kyte[runtime] Free temporary table
2016-07-07 Alexander Kyte[runtime] Free patches list
2016-07-07 Alexander Kyte[runtime] Free temporary trampoline emitter buffer
2016-07-07 Alexander Kyte[runtime] Free temporary class name table
2016-07-07 Alexander Kyte[runtime] Free leaked buffer
2016-07-07 Alexander Kyte[runtime] Free temporary pointer array
2016-07-07 Alexander Kyte[runtime] Free temporary attr structure
2016-07-07 Alexander Kyte[runtime] Don't leak a runtime invoke method builder
2016-07-07 Alexander Kyte[runtime] Don't leak short-lived header
2016-07-07 Alexander Kyte[runtime] Free leaked temporary parse
2016-07-07 Alexander Kyte[runtime] Prevent leak by copying list with no other...
2016-07-07 Alexander Kyte[runtime] Free vars in linear_scan2
2016-07-07 Alexander Kyte[runtime] Free register info
2016-07-07 lateralusXFix crash in mono mini exceptions.exe regression test...
2016-07-07 Marek SafarMerge pull request #3244 from henricm/fix-for-synchroni...
2016-07-07 Zoltan Varga[llvm] Enable atomic load/store support when using...
2016-07-07 Zoltan Varga[llvm] Use a custom memory managed for llvm master...
2016-07-07 Zoltan Varga[llvm] Fix some problems when using llvm Check the...
2016-07-06 Andi McClureMerge pull request #3239 from xmcclure/default-tarjan
2016-07-06 Alexander Kyte[runtime] Free patches array in aot compiler
2016-07-06 Alexander Kyte[runtime] Move mempools up, don't free methodheaders...
2016-07-06 Alexander Kyte[runtime] Don't leak method header (significant leak...
2016-07-06 Alexander Kyte[runtime] Defer destruction of MonoCompile until patche...
2016-07-06 Alexander Kyte[runtime] Always free method header in method_to_ir
2016-07-06 Alexander Kyte[runtime] Clean up method_to_callers table for llvm
2016-07-06 Alexander Kyte[runtime] Don't leak temporary jump info struct
2016-07-06 Alexander Kyte[runtime] Prevent leaking temporary
2016-07-06 Alexander Kyte[runtime] Free LLVM failure message
2016-07-06 Alexander Kyte[runtime] Fix minor leak
2016-07-06 Alexander Kyte[runtime] Don't leak LLVM IR Builders
2016-07-06 Zoltan Varga[llvm] Fix JIT support with llvm master.
2016-07-06 Johan LorenssonMultiple fixes for Windows x86 p/invoke test failures...
2016-07-06 Zoltan Varga[llvm] Fix aot when using llvm master.
2016-07-05 Alexander KöplingerMerge pull request #3091 from alexanderkyte/mobile_stat...
2016-07-05 Alexander KöplingerMerge pull request #3236 from kumpera/coreclr-testsuite...
2016-07-05 Marcos HenrichMerge pull request #3226 from esdrubal/soap_headers_fix
2016-07-05 Marcos HenrichMerge pull request #3210 from esdrubal/connectasyncUHE
2016-07-04 Rodrigo KumperaMerge pull request #2958 from kumpera/visibility
2016-07-04 Rodrigo Kumpera[jit] Set vret_var when emiting a jmp call.
2016-07-04 João MatosMerge pull request #3234 from tritao/zip_non_seekable_s...
2016-07-03 Alexander Kyte[runtime] Implement TLS_OP_GET_REG on linux (#3227)
2016-07-02 Rodrigo Kumpera[jit] Add fixme to AA.
2016-07-02 Rodrigo Kumpera[mini] Ensure that an endfinally outside of a finally...
2016-07-02 Rodrigo Kumpera[jit] Remove silly debug spew.
2016-07-02 Rodrigo Kumpera[amd64] The prolog stack probe code sequence is 11...
2016-07-02 Rodrigo Kumpera[jit] Return NULL on zero sized localloc. Fixes coreclr...
2016-07-01 Vlad BrezaeMerge pull request #3211 from BrzVlad/fix-finalizer...
next