[threads] Fix crash on unknown policy (#4264)
[mono.git] / mono / mini /
2017-01-19 Ludovic Henry[io-layer] Extract socket (#4241)
2017-01-19 Rodrigo Kumpera[mini] Add new JIT flag JIT_FLAG_DISCARD_RESULTS to...
2017-01-18 Bernhard Urban[mini-posix] close file stream before exec'ing into...
2017-01-18 Bernhard Urban[mini-posix] fix indent
2017-01-18 Bernhard Urban[exception] retain stack trace when an exception is...
2017-01-18 Rodrigo KumperaMerge pull request #4234 from kumpera/katia-flavia
2017-01-17 Bernhard Urban[interpreter] fix castclass and isinst instruction
2017-01-17 Zoltan Varga[lldb] Embed the actual entry in the jit descriptor...
2017-01-16 Alexander Kyte[runtime] Enable unwind_backtrace on ARM/linux (#4230)
2017-01-16 Zoltan Varga[jit] Optimize constrained calls to Enum.GetHasCode...
2017-01-15 Zoltan Varga[jit] Fix a regression introduced by the addition of...
2017-01-13 Ludovic Henry[hybrid] Enable gsharedvt trampoline on amd64
2017-01-13 Ludovic Henry[hybrid] Ensure gsharedvt isn't disabled once it's...
2017-01-13 Ludovic Henry[hybrid] Enable logging for methods not found with...
2017-01-12 Rodrigo KumperaMerge pull request #4198 from vkargov/vk-prevbb
2017-01-12 Rodrigo KumperaMerge pull request #4212 from BrzVlad/fix-ephemeron...
2017-01-12 Aleksey Kliger[runtime] Use mono_{object,class}_is_transparent_proxy...
2017-01-12 Aleksey Kliger[mini] Initialize profiler in mini_init
2017-01-12 Bernhard Urban[unwind] respect link register on ppc and use right...
2017-01-12 Rodrigo KumperaMerge pull request #3563 from lewurm/interpreter
2017-01-12 Marek SafarMerge pull request #4235 from grendello/android_dns_servers
2017-01-12 Zoltan Varga[aot] Add 'profile-only' argument to only aot methods...
2017-01-12 Zoltan Varga[aot] Add a 'verbose' argument to the aot compiler...
2017-01-12 Zoltan Varga[aot] Add support for loading multiple profile files.
2017-01-11 Zoltan Varga[lldb] Avoid a crash in mono_lldb_remove_method ()...
2017-01-11 Zoltan Varga[lldb] Use mono_unwind_get_cie_program () instead of...
2017-01-11 Alexander KöplingerMerge pull request #4224 from akoeplinger/fix-46602
2017-01-11 Zoltan VargaLldb support code for mono (#4225)
2017-01-11 Marek SafarMerge pull request #4219 from marek-safar/corert-bump
2017-01-11 Zoltan Varga[jit] Extends an array in mono_spill_global_vars (...
2017-01-11 Marek SafarMerge pull request #4222 from alexanderkyte/fix_mismatc...
2017-01-09 Zoltan Varga[aot] Rewrite the AOT profiler. (#4176)
2017-01-09 Bernhard Urban[amd64/tramp] hide interpreter specific trampoline...
2017-01-09 Bernhard Urban[interpreter] fix warnings in trampoline and remove...
2017-01-09 Bernhard Urban[interpreter] get rid of ugly copy/paste hack and inclu...
2017-01-09 Bernhard Urban[interpreter] fix compiler warnings
2017-01-09 Bernhard Urban[interpreter] remove basic-simd.exe from richeck target
2017-01-09 Bernhard Urban[interpreter] guard some debug messages with DEBUG_INTERP
2017-01-09 Bernhard Urban[interpreter] initialize tls subsystem
2017-01-09 Bernhard Urban[interpreter] remove CALLINT opcode, go through wrapper...
2017-01-09 Bernhard Urban[interpreter] support conversion of internal pointer...
2017-01-09 Bernhard Urban[interpreter] master rebase fixups
2017-01-09 Bernhard Urban[interpreter] remove FIXME
2017-01-09 Bernhard Urban[interpreter] implement CEE_MONO_LDPTR_INT_REQ_FLAG
2017-01-09 Bernhard Urban[interpreter] factor out CALL transformation
2017-01-09 Bernhard Urban[interpreter] add MINT_ICALL_V_P opcode
2017-01-09 Bernhard Urban[interpreter] allow up to three arguments in interprete...
2017-01-09 Bernhard Urban[interpreter] fix multicast delegates
2017-01-09 Bernhard Urban[interpreter] properly clean up the error in get_virtua...
2017-01-09 Bernhard Urban[interpreter] fix interface method lookup
2017-01-09 Bernhard Urban[interpreter] fix ves_array_set
2017-01-09 Bernhard Urban[interpreter] support return vals in interpreter->nativ...
2017-01-09 Bernhard Urban[interpreter] do proper unboxing according to its type
2017-01-09 Bernhard Urban[interpreter] add filter to regression harness
2017-01-09 Bernhard Urban[interpreter] remove wrong error trap
2017-01-09 Bernhard Urban[interpreter] fix vtable lookup
2017-01-09 Bernhard Urban[interpreter] implement UNBOX_ANY with UNBOX (ignoring...
2017-01-09 Bernhard Urban[interpreter] register missing callback
2017-01-09 Bernhard Urban[interpreter] improve --regression flag wrt exceptions
2017-01-09 Bernhard Urban[interpreter] first version of trampoline for interpret...
2017-01-09 Bernhard Urban[interpreter] more asserts and debug info
2017-01-09 Bernhard Urban[interpreter] run more regression tests
2017-01-09 Bernhard Urban[mini] update .gitignore
2017-01-09 Bernhard Urban[interpreter] add configure flag and `--regression...
2017-01-09 Bernhard Urban[interpreter] make stacktraces partially work
2017-01-09 Bernhard Urban[interpreter] throw overflow exception for div instruction
2017-01-09 Bernhard Urban[interpreter] add `--regression` feature for basic...
2017-01-09 Bernhard Urban[interpreter] print instruction as string
2017-01-09 Bernhard Urban[interpreter] output thread addr as hex
2017-01-09 Bernhard Urban[interpreter] fix build
2017-01-09 Bernhard Urban[interpreter] revive mono interpreter
2017-01-09 Johan LorenssonMerge pull request #4195 from lateralusX/jlorenss/win...
2017-01-07 Jonathan ChambersAdd code manager callbacks so JIT can track memory...
2017-01-06 Marek Safar[build] Update mini tests tools to use correct path
2017-01-06 Zoltan Varga[aot] Avoid a crash in the aot compiler if a delegate...
2017-01-06 Zoltan Varga[jit] Fix the check for calling mono_get_vtable_var...
2017-01-05 Zoltan Varga[aot] Aot System.Numerics.dll as well for the make...
2017-01-04 Marek SafarMerge pull request #4202 from marek-safar/compression
2017-01-04 Alexander Kyte[llvmonly] Use right IMT slow path for lazy array inter...
2017-01-04 David KarlašMerge pull request #4196 from DavidKarlas/stepAndCatchE...
2017-01-04 Vladimir Kargov[jit] Remove the meaningless lokup loop in mono_merge_b...
2017-01-03 Vlad BrezaeMerge pull request #4152 from BrzVlad/misc-gc-altstack
2017-01-02 Marek SafarMerge pull request #4194 from DavidKarlas/bug44974
2016-12-28 David Karlaš[Debugger] Fixed step-in and step-out in case of except...
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-22 Neale Ferguson[jit] Fix a test which fails on big endian.
2016-12-22 Zoltan VargaFix a regression introduced by 98d7ad045e6661e4c2e428fe...
2016-12-22 Zoltan VargaFix warnings.
2016-12-22 Zoltan Varga[aot] Cleanup the AOT loading code a bit. Add a --aot...
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 Marek SafarMerge pull request #4187 from rolfbjarne/dynamic-method-ios
2016-12-21 Marek SafarMerge pull request #4188 from Unity-Technologies/missin...
2016-12-21 Vlad BrezaeMerge pull request #4185 from BrzVlad/fix-arm64-finally...
2016-12-21 Alexander KöplingerMerge pull request #4159 from akoeplinger/aot-only...
2016-12-21 Vlad Brezae[arm64] Fix finally abort
2016-12-20 João MatosMerge pull request #4118 from petertiedemann/fix-bug...
next