[runtime] Free rgctx_lazy_fetch_trampoline info
[mono.git] / mono /
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-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 Aleksey Kliger ... [profiler] Actually link against libmono where necessar...
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-03 Zoltan Varga[runtime] Abort the finalizer thread first instead...
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 Rodrigo Kumpera[verifier] Do method visibility checks for virtual...
2016-07-01 Vlad BrezaeMerge pull request #3211 from BrzVlad/fix-finalizer...
2016-07-01 Aleksey Kliger ... [remoting] If remoting is disabled, don't assert lookin...
2016-07-01 Vlad Brezae[sgen] Make suspend_finalizers volatile
2016-07-01 João MatosMerge pull request #3225 from tritao/zip_stream_getters
2016-07-01 Zoltan Varga[llvmonly] Fix the name of a few llvmonly icalls.
2016-07-01 Zoltan Varga[llvmonly] Unwrap RuntimeWrapperExceptions if needed.
2016-07-01 Zoltan Varga[sgen] Avoid throwing exceptions from inside the critic...
2016-07-01 Zoltan Varga[tests] Probe for a different type than System.IO.Pipes...
2016-07-01 Zoltan Varga[llvmonly] Avoid asserting when caching non-open generi...
2016-07-01 Zoltan Varga[llvmonly] Emit gsharedvt wrappers for Nullable.Unbox...
2016-07-01 Zoltan Varga[llvmonly] Fix a case where an ftnptr was invoked as...
2016-06-30 Zoltan Varga[llvmonly] Fix invocation of string ctors. Emit Array...
2016-06-30 Zoltan Varga[jit] Avoid emitting seq points inside alloc wrappers...
2016-06-30 Andi McClureRestore NULL check which PR #3040/#3105 mistakenly...
2016-06-30 João MatosMerge pull request #3216 from tritao/zip_duplicate_entries
2016-06-30 Jon Purdy[runtime] Document MonoDomain.static_data_array. (...
2016-06-30 Alex Rønne PetersenMerge pull request #3220 from alexrp/master
2016-06-29 Alex Rønne PetersenRevert "[profiler] Don't build shared libraries under...
2016-06-29 Alex Rønne Petersen[profiler] Link profiler libraries against libmono...
2016-06-29 João MatosMerge pull request #3214 from tritao/zip_new_entries_writes
2016-06-28 Aleksey Kliger ... [remoting] Convert mono_load_remote_field_new_checked...
2016-06-28 Alexander KöplingerMerge pull request #3187 from akoeplinger/mstestsuite...
2016-06-27 monojenkinsMerge pull request #3204 from BrzVlad/fix-lock-free...
2016-06-27 Vlad Brezae[sgen] Use sgen_qsort instead of qsort (#3205)
2016-06-27 Alexander KöplingerMerge pull request #3202 from dlahoti/patch-1
2016-06-25 Vlad Brezae[sgen] Speed up domain finalization at shutdown
2016-06-24 João MatosMerge pull request #3209 from tritao/master
2016-06-24 Ludovic HenryMerge pull request #3208 from ludovic-henry/iolayer...
2016-06-24 Neale FergusonEnhanced logging - attempt 2.5 (#3191)
2016-06-24 Ludovic Henry[io-layer] Replace remaining pthread_cond_t by mono_cond_t
2016-06-24 Ludovic Henry[io-layer] Fix potential buffer overrun
2016-06-24 Ludovic Henry[io-layer] Remove _wapi_shared_layout
2016-06-23 Ludovic Henry[io-layer] Merge _WapiHandleShared type into _WapiHandl...
2016-06-23 Ludovic Henry[io-layer] Make shared and unshared handle have the...
2016-06-23 Ludovic Henry[io-layer] Remove mutex and namedmutex pid field
2016-06-23 Ludovic Henry[io-layer] Remove _wapi_handle_timedwait_signal
2016-06-23 dlahotimake monodis exit with value 1 on an error
2016-06-23 Vlad Brezae[utils] Fix retiring of live block for the lock free...
2016-06-22 Vlad Brezae[runtime] Bump corlib version for recent Thread layout...
2016-06-20 Neale FergusonUse thread priority at thread start time (#3123)
2016-06-20 Marek Safar[reflection] Improves 1a820fcdc09b8f72d12a0973e25db7acc...
2016-06-20 Alexander KöplingerMerge pull request #3179 from gttds/patch-2
2016-06-20 João MatosMerge pull request #3184 from tritao/zip_datetime
2016-06-20 Marek SafarMerge pull request #3183 from marek-safar/bug41874
2016-06-19 Zoltan Varga[llvm] Fix the allocation of vregs for the OP_MIN/MAX...
2016-06-18 Zoltan VargaRevert "[llvm] Fix the allocation of vregs for the...
2016-06-18 Alexander Kyte[runtime] Don't call ExecutionEngine constructor in...
2016-06-18 Zoltan Varga[aot] Add support for array accessor methods for multi...
2016-06-17 Zoltan Varga[llvm] Fix the allocation of vregs for the OP_MIN/MAX...
2016-06-17 Marek Safar[reflection] Properties always use name and signature...
2016-06-17 DunatiFix for x86 and amd64 continuations (#3182)
2016-06-16 Zoltan Varga[aot] Fix leaking a MonoError.
2016-06-16 Zoltan Varga[aot] Avoid asserting if loading a type fails.
next