Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / mini /
2017-10-05 Zoltan Varga[aot] Don't error out if a method fails to JIT in full...
2017-10-05 Zoltan Varga[jit] In native-to-managed wrappers, emit the initlocal...
2017-10-04 Johan LorenssonMerge pull request #5693 from lateralusX/lateralusX...
2017-10-04 Zoltan Varga[coverage-profiler] Collect coverage data at IL seq...
2017-10-04 Johan LorenssonMerge pull request #5664 from lateralusX/lateralusX...
2017-10-03 Vlad BrezaeMerge pull request #5636 from BrzVlad/fix-xmm-scan
2017-10-03 lateralusXDisable none-working stack overflow implementation...
2017-10-03 Johan LorenssonMerge pull request #5656 from lateralusX/lateralusX...
2017-10-03 Bernhard Urban[interp] fix using conv.u with string
2017-10-03 Rodrigo Kumpera[jit] Fix using conv.u with string.
2017-10-03 lateralusXFix libmini targets and filters.
2017-10-03 lateralusXRestructure of mono.sln and build properties to better...
2017-10-02 Rodrigo KumperaMerge pull request #5668 from kumpera/wasm-work-p4
2017-10-02 Uri Simchoni[profiler] log profiler: limit method instrumentation...
2017-10-02 Zoltan Varga[jit] Fix the saving of the 'cfg->ret_var_set' flag...
2017-09-29 Rodrigo KumperaMerge pull request #5659 from kumpera/fix_59824
2017-09-29 Rodrigo Kumpera[wasm] Add new missing signature.
2017-09-29 Rodrigo Kumpera[wasm] Disable test that doesn't work with WASM
2017-09-28 Rodrigo KumperaMerge pull request #5560 from kumpera/wasm-work-p3
2017-09-28 Rodrigo KumperaMerge pull request #5567 from kumpera/fix_59334
2017-09-28 Rodrigo Kumpera[mini] Fix test compiling when running !MOBILE
2017-09-27 Vlad Brezae[runtime] Avoid indirection when building MonoContext...
2017-09-27 Vlad Brezae[arm64] Add the full neon regs to the context
2017-09-27 Zoltan Varga[jit] Add support for unlimited size/number of argument...
2017-09-26 Rodrigo Kumpera[mini] Add my test suite to the list of magic type...
2017-09-26 Rodrigo Kumpera[mini] Adjust some test suites to work under mobile.
2017-09-26 Johan LorenssonMerge pull request #5433 from lateralusX/lateralusX...
2017-09-26 Rodrigo Kumpera[wasm] Disable test due to emcc bug.
2017-09-26 Rodrigo Kumpera[wasm] Fix test_0_conv_i under interp.
2017-09-25 Rodrigo Kumpera[mini] Fix bug categories.
2017-09-25 Rodrigo Kumpera[wasm] Add ff signature
2017-09-25 Rodrigo Kumpera[interp] Don't inline empty calls that take vt arguments.
2017-09-25 Aleksey Kliger[class] Mark mono_class_from_generic_parameter external...
2017-09-25 Rodrigo Kumpera[runtime] Handle RuntimeWrappedException and dynamic...
2017-09-25 Bernhard Urban[ppc64] add instructions needed for builtin types
2017-09-25 Bernhard Urban[ppc] add native type support for float
2017-09-25 Bernhard Urban[ppc] add native type support for integer
2017-09-22 Zoltan Varga[jit] Fix constrained calls from gsharedvt methods...
2017-09-22 Vlad BrezaeMerge pull request #5594 from BrzVlad/fix-domain-abort...
2017-09-22 Vlad Brezae[runtime] Don't terminate application on unhandled...
2017-09-22 Vlad Brezae[runtime] Ignore ResetAbort when the current appdomain...
2017-09-21 Alexis ChristoforidesMerge pull request #5608 from mono/xcode9_bockbuild_fix
2017-09-21 Alex Rønne PetersenMerge pull request #5614 from alexrp/master
2017-09-21 Armin HasitzkaUnlock `mini-trampolines.c`: (#5597)
2017-09-20 Alex Rønne Petersen[runtime] Fix shared-only build.
2017-09-19 Alex Rønne PetersenMerge pull request #5528 from rodrmoya/fix-mono-profile...
2017-09-19 Johan LorenssonMerge pull request #5573 from lateralusX/lateralusX...
2017-09-19 Marek SafarMerge pull request #5589 from marek-safar/tests
2017-09-16 Zoltan Varga[llvm] Map byref types to the same type as the this...
2017-09-13 Alex Rønne PetersenMerge pull request #5562 from alexrp/master
2017-09-12 Rodrigo Kumpera[wasm] Disable tests that crashes the runtime for now
2017-09-12 Rodrigo Kumpera[wasm] Don't try mini_get_delegate_arg if the interpret...
2017-09-12 Rodrigo Kumpera[wasm] Add one more wasm_invoke entry.
2017-09-12 Rodrigo Kumpera[interp] Add some error handling to the interpreter
2017-09-12 Rodrigo Kumpera[mini] Add MONO_ prefix to RETURN_ADDRESS macro.
2017-09-11 Jonathan ChambersImplement stack overflow handling on Win64. Call _reset...
2017-09-11 Armin Hasitzka[TSan] Interlock and unlock MonoJitStats (#5437)
2017-09-11 Niklas TherningMerge pull request #5504 from ntherning/wait-for-native...
2017-09-08 Rodrigo KumperaMerge pull request #5428 from kumpera/wasm-support-p2
2017-09-08 Armin Hasitzka[TSan] Tackle MonoPerfCounters (#5413)
2017-09-07 Armin Hasitzka[TSan] Reorganise / clean up counters logic in mini...
2017-09-06 Alex Rønne PetersenMerge pull request #5512 from rodrmoya/fix-mono-profile...
2017-09-06 Bernhard Urban[amd64] fix tailcall insn size (#5483)
2017-09-06 Zoltan Varga[sdb] Don't set tls->context when interrupting a thread...
2017-09-06 Neale FergusonAdd z14 support and extend z13 support
2017-09-04 cheruskerFix racy counter and unify the styles
2017-09-01 Rodrigo Kumpera[wasm] Move RETURN_ADDRESS macros to mini.h, use them...
2017-09-01 Rodrigo KumperaMerge pull request #5486 from kumpera/fix_array_dispatc...
2017-09-01 Ludovic Henry[mini] Remove never defined MONO_ARCH_STACK_GROWS_UP...
2017-09-01 Rodrigo Kumpera[mini] Handle magic interfaces in common_trampoline...
2017-09-01 Egor BogatovMerge pull request #5444 from hifi/fix-tds-inputoutput
2017-08-31 Marek SafarMerge pull request #5479 from marek-safar/cecil-bump
2017-08-31 Zoltan Varga[llvm] Add support for building with more recent versio...
2017-08-31 Zoltan Varga[sdb] Fix support for async debugging in optimized...
2017-08-29 Marek SafarMerge pull request #5469 from marek-safar/ilasm
2017-08-29 Alexander KöplingerRevert "[llvm] Add support for building with more recen...
2017-08-29 Zoltan Varga[llvm] Add support for building with more recent versio...
2017-08-28 Zoltan Varga[amd64] Make code patching smp safe for the case where...
2017-08-26 Zoltan Varga[jit] Assert that the trampoline code is called in...
2017-08-26 Uri Simchoni[amd64] silence compiler warning (#5435)
2017-08-25 Jonathan ChambersRetrieve thread lazily and avoid special case for defer...
2017-08-25 Jonathan ChambersEnsure exception out argument is initialized to NULL...
2017-08-24 Rodrigo KumperaMerge pull request #5420 from nealef/z13v5
2017-08-24 Alex Rønne PetersenMerge pull request #5438 from cherusker/cherusker-2017...
2017-08-24 Alex Rønne PetersenMerge pull request #5439 from alexrp/master
2017-08-24 Alex Rønne Petersen[profiler] Add a missing method_leave event for the...
2017-08-24 Alex Rønne Petersen[profiler] Add a missing method_tail_call event when...
2017-08-23 Rodrigo Kumpera[wasm] Add basic interpreter support for WebAssembly.
2017-08-23 Rodrigo Kumpera[mini] Add skeleton WebAssembly mini backend. It's...
2017-08-23 Rodrigo Kumpera[wasm] Add MONO_AOT_MODE_INTERP_LLVMONLY to MonoAotMode...
2017-08-23 Rodrigo KumperaMerge pull request #5415 from kumpera/wasm-support
2017-08-23 Neale FergusonRemove unnecessary ifdefed code
2017-08-23 Neale FergusonSkip load if same register
2017-08-23 Neale FergusonAdd support for z13 processor
2017-08-23 Armin Hasitzka[TSan] Unlocking MonoStats, GCStats and JITGCStats...
2017-08-21 Rodrigo KumperaMerge pull request #5406 from kumpera/fix_12157
2017-08-21 Rodrigo KumperaMerge pull request #5407 from kumpera/fix_31225
2017-08-19 Jonathan ChambersAdd null check for target to optimized delegate constru...
2017-08-18 Rodrigo KumperaMerge pull request #5396 from kumpera/fix_11696
2017-08-18 Rodrigo KumperaMerge pull request #5397 from kumpera/fix_41279
next