Merge pull request #3247 from lateralusX/jlorenss/win-x64-lmf-exception
[mono.git] / mono /
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[runtime] Remove the 'The wrapper info for the wrapper...
2016-07-08 Zoltan Varga[jit] Emit memory barriers for volatile STFLD opcodes...
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 Rodrigo KumperaMerge pull request #3250 from jbevain/cli-flags
2016-07-07 Jb Evain[runtime] Fix the CLI_FLAGS_PREFERRED32BIT value
2016-07-07 Jb Evain[runtime] Fix the CLI Header flags check
2016-07-07 Bennjamin BlastModify the configuration loader so that (#2758)
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 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 Andi McClureSwitch Android GC bridge default from new-bridge to...
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.
2016-06-16 Bernhard UrbanMerge pull request #3163 from alexanderkyte/fast_contex...
2016-06-16 Marek SafarMerge pull request #3175 from marek-safar/cas-cleanup
2016-06-16 Alexander Kyte[runtime] Return early so mono_value_box_checked doesn...
2016-06-16 Alexander Kyte[runtime] Store abremoval context statuses seperately...
2016-06-16 João MatosMerge pull request #3176 from lateralusX/jlorenss/win...
2016-06-16 lateralusXUpdate to tests config file reflecting changed libtest...
2016-06-15 Zoltan Varga[llvm] Enable support for Selector.GetHandle (). Enable...
2016-06-15 Alexander KyteMerge pull request #3173 from alexanderkyte/jay_build_p...
2016-06-15 Zoltan Varga[llvm] Add suport for OP_OBJC_GET_SELECTOR, not enabled...
2016-06-15 monojenkinsMerge pull request #3169 from lambdageek/fix-regression...
2016-06-15 Alexander KyteMerge pull request #3171 from alexanderkyte/net_4x_mdoc...
next