mono.git
2017-01-04 Vladimir Kargov[jit] Remove the meaningless lokup loop in mono_merge_b...
2016-12-28 David KarlašMerge pull request #4193 from DavidKarlas/stepinSpeedup
2016-12-28 David Karlaš[Debugger] Fixed bug where we loop randomly long(+1...
2016-12-28 Zoltan Varga[simd] Enable simd support when 32 bit floats are enabled.
2016-12-28 Zoltan Varga[llvm] Fix compilation/working with recent llvm version...
2016-12-27 Zoltan VargaFix a warning.
2016-12-27 Aleksey Kliger... [reflection] Use handles for several more icalls (...
2016-12-27 Aleksey Kliger[threadpool] Restore handle stack mark after a worker...
2016-12-27 Aleksey Kliger[sgen] Assert that skipped threads have empty an Handle...
2016-12-27 Aleksey Kliger[coop handles] Add mono_handle_stack_is_empty
2016-12-27 Aleksey Kliger[coop handles] Add MONO_HANDLE_TRACK_OWNER mode.
2016-12-22 Alexander Köplinger[System] Fix basic/build profile build
2016-12-22 Zoltan Varga[runtime] Add a few missing object offsets for arm.
2016-12-22 Neale Ferguson[jit] Fix a test which fails on big endian.
2016-12-22 Marek Safar[System] Remove duplicated sources info
2016-12-22 Marek Safar[System] remove unused file
2016-12-22 Alexander Köplingerconfigure.ac: set CSC variable to mcs.exe when using...
2016-12-22 Aleksey Kliger... Pump hazard pointer queue in unregister_thread while...
2016-12-22 faulpeltzFix MonoBtlsX509StoreManager machine store paths (...
2016-12-22 Zoltan VargaFix a regression introduced by 98d7ad045e6661e4c2e428fe...
2016-12-22 Marek Safar[build] More mcs hacking
2016-12-22 Marek Safar[build] install csc aot images from aot folder
2016-12-22 Marek Safar[System.Xml] Disable more failing tests on old xslt...
2016-12-22 Marek Safar[System.Xml] Disable failing tests on old xslt implemen...
2016-12-22 Zoltan Varga[build] Pass --aot-path to the runtime when building...
2016-12-22 Zoltan Varga[build] Generate all aot images for csc into the profil...
2016-12-22 Zoltan VargaFix warnings.
2016-12-22 Zoltan Varga[runtime] Remove some dead code.
2016-12-22 Zoltan Varga[aot] Cleanup the AOT loading code a bit. Add a --aot...
2016-12-22 Alexander Köplinger[bcl] Clean up old run-test.bat and *.csproj files
2016-12-21 Bernhard Urban[exceptions] unregister SIGILL handler before calling...
2016-12-21 Bernhard Urban[exceptions] only do SIGSEGV related actions for SIGSEG...
2016-12-21 Michael DeRoyDo not free marshaled string conversion buffer on win32...
2016-12-21 Alexander KöplingerInclude Open.snk in tarball
2016-12-21 Marek SafarMerge pull request #4187 from rolfbjarne/dynamic-method-ios
2016-12-21 Marek Safar[System.IO.Compression.ZipFile] Switch to corefx implem...
2016-12-21 Henric MüllerRenamed profile to winaot (#4190)
2016-12-21 Rolf Bjarne... [test] Use FULL_AOT_RUNTIME instead of MONOTOUCH.
2016-12-21 Marek SafarMerge pull request #4188 from Unity-Technologies/missin...
2016-12-21 Marek Safar[build] Update runtime test tools to use correct path
2016-12-21 Marek Safar[ilasm] Don't break arguments compatiblity
2016-12-21 Marek Safar[ilasm] Clenup warnings
2016-12-21 Vlad BrezaeMerge pull request #4185 from BrzVlad/fix-arm64-finally...
2016-12-21 Tautvydas ŽilysAdd missing InternalsVisibleTo attributes on mscorlib.
2016-12-21 Alexander KöplingerMerge pull request #4159 from akoeplinger/aot-only...
2016-12-21 Rolf Bjarne... [test] DynamicMethod isn't available on iOS.
2016-12-21 Alexander Kyte[runtime] Always expire a non-resolved hostname's cache
2016-12-21 Marek SafarMerge pull request #4184 from madewokherd/roslynaot
2016-12-21 Marek Safar[System.Core] LINQ from corefx
2016-12-21 Vlad Brezae[arm64] Fix finally abort
2016-12-21 Zoltan Varga[amd64] Disable boehm on osx64.
2016-12-20 Vincent PovirkFix roslyn install with AOT disabled.
2016-12-20 João MatosMerge pull request #4118 from petertiedemann/fix-bug...
2016-12-20 Alexander Köplinger[System.Xml] Fix casing of System.dll reference in...
2016-12-20 Zoltan Varga[jit] Allow simple TLS accesses in gsharedvt methods...
2016-12-20 Zoltan Varga[aot] AOT System.Numerics.Vectors when running make...
2016-12-20 Jo Shields[mkbundle] Don't use Path.GetDirectoryName on `director...
2016-12-20 Alexander KöplingerAdd test profiles as a list on configure.ac summary
2016-12-20 Alexander Köplinger[bcl] Rename aot_hybrid profile to testing_aot_hybrid
2016-12-20 Alexander Köplinger[bcl] Rename aot_only profile to testing_aot_full
2016-12-20 Zoltan Varga[runtime] Add an assert to mono_class_setup_vtable_gene...
2016-12-20 Ludovic Henry[build] Fix warning (#4177)
2016-12-20 Bernhard Urban[coop] switch to GC unsafe state in SIGINT handler...
2016-12-20 Bernhard Urban[coop] switch to GC unsafe state in SIGFPE handler...
2016-12-20 Rodrigo KumperaMerge pull request #3981 from kumpera/fix_symbolificati...
2016-12-20 Marek Safar[System.Xml] Add support for msxsl format functions...
2016-12-20 Marek Safar[System.Xml] Enable more tests
2016-12-20 Neale FergusonImplement fast tls for s390x (#4161)
2016-12-20 Marek Safar[sn] Improve signing error message
2016-12-20 Marek Safar[System.ValueTuple] Don't emit debug symbols
2016-12-20 Niklas TherningMerge pull request #4178 from ntherning/fix-broken...
2016-12-20 Niklas TherningFix broken Windows build due to missing mini-exceptions...
2016-12-20 Marek Safar[Facades] Removes duplicate signing info
2016-12-19 Bernhard Urban[exception] remove dynamic loading of libunwind/libcork...
2016-12-19 Bernhard Urban[external] remove libunwind headers
2016-12-19 Zoltan Varga[arm] Fix llvm support for HFA arguments.
2016-12-19 Rodrigo Kumpera[mono-symbolificate] Add test for nested type arguments...
2016-12-19 Rodrigo Kumpera[mono-symbolificate] Add support for runtime generated...
2016-12-19 Zoltan Varga[bockbuild] Disable boehm on osx64.
2016-12-19 Rodrigo Kumpera[mini] Implement callback that gives metadata access...
2016-12-19 Rodrigo Kumpera[runtime] Include seqpoints, mvid and aotid on runtime...
2016-12-19 Rodrigo Kumpera[runtime] Extract mono_runtime_get_aotid from the icall...
2016-12-19 Rodrigo Kumpera[runtime] Use commas for array rank instead of a number...
2016-12-19 Marek Safar[Facades] Add missing reference
2016-12-19 Alexander Köplinger[Facades] Use the Open.snk key for the System.ValueTupl...
2016-12-19 Marek Safar[build] Add new profile
2016-12-19 Bernhard Urban[exception] print process map when crashing on Linux
2016-12-19 Bernhard Urban[unwinding] set DUMPABLE, so debuggerd can ptrace us
2016-12-19 Marek Safar[System.Core] SLE from CoreFX including interpreter
2016-12-19 Vlad BrezaeMerge pull request #4155 from BrzVlad/fix-tls-lmf-addr
2016-12-19 monojenkins[msvc] Update csproj files (#4163)
2016-12-18 Neale Ferguson.NET allows each finalizer thread up to 2 seconds to...
2016-12-18 Sergei Trofimovichconfigure.ac: import makedev() and friends from <sys...
2016-12-17 Ludovic Henry[test-runner] Try to dump threads on timeout with lldb...
2016-12-17 Ludovic Henry[mini] Inline only use of mono_runtime_syscall_fork
2016-12-17 Ludovic Henry[mini] Factor duplicates mono_gdb_render_native_backtraces
2016-12-17 Ludovic Henry[threadpool] Remove assertion on RequestWorkerThread...
2016-12-17 Ludovic Henry[threadpool] Use threadpool->threads instead of threadp...
2016-12-17 Zoltan Varga[jit] Enable tests for the Vector<T> intrinsics. (...
2016-12-17 Zoltan Varga[llvm] Fix the mapping of simd types to llvm types...
next