[mini] Fix test compiling when running !MOBILE
[mono.git] / mono /
2017-09-28 Rodrigo Kumpera[mini] Fix test compiling when running !MOBILE
2017-09-28 Rodrigo Kumpera[wasm] Implement GC support. Embedder must provide...
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 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-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[wasm] Don't use capture_context fast path that require...
2017-09-12 Rodrigo Kumpera[mini] Add MONO_ prefix to RETURN_ADDRESS macro.
2017-09-12 cheruskerMark operations on `shutting_down` as known and accepte...
2017-09-12 Aleksey Kliger[coop handles] Record backtrace when allocating handles...
2017-09-12 Aleksey Kliger[appdomain] Catch exceptions when invoking AppDomain...
2017-09-12 Aleksey Kliger[test] Regression test for #58950
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 Ludovic Henry[threads] Fix "[threads] Fix leaking threads: SGen...
2017-09-08 Armin Hasitzka[TSan] Tackle MonoPerfCounters (#5413)
2017-09-07 Armin HasitzkaUse `Unlocked* ()` to mark racy counters (#5500)
2017-09-07 Armin Hasitzka[threads] Fix leaking threads: SGen Worker and Finalize...
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 Armin HasitzkaInterlock `inflated_signatures_size`, `memberref_sig_ca...
2017-09-06 Zoltan Varga[bcl] Use RuntimeHelpers.GetHashCode () for getting...
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-05 Rodrigo Kumpera[utils] Fix inet_pton fallback.
2017-09-05 Niklas TherningWait for the native thread to die in Thread.Join()...
2017-09-04 cheruskerUse `Unlocked* ()` for operations on `joinable_thread_c...
2017-09-04 cheruskerFix racy counter and unify the styles
2017-09-01 Rodrigo Kumpera[wasm][sgen] Introduce DEFAULT_SWEEP_MODE, move DEFAULT...
2017-09-01 Rodrigo Kumpera[wasm] Wasm actually has inet_pton but configure doesn...
2017-09-01 Rodrigo Kumpera[wasm] Make sure we don't use the posix dl backend...
2017-09-01 Rodrigo Kumpera[wasm] Disable posix threading backend and fix wasm's.
2017-09-01 Rodrigo Kumpera[wasm] Move RETURN_ADDRESS macros to mini.h, use them...
2017-09-01 Rodrigo Kumpera[runtime] Replace a mono_class_vtable with mono_class_v...
2017-09-01 Rodrigo Kumpera[wasm] Fix eglib issues with WASM.
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 Armin HasitzkaImprove `class.c` for TSan instrumentation: (#5485)
2017-09-01 Egor BogatovMerge pull request #5444 from hifi/fix-tds-inputoutput
2017-08-31 Aleksey Kliger[w32file] Add 'kbfuse' filesystem type to known drive...
2017-08-31 Ludovic Henry[socket] Reduce handle manipulations in native (#5378)
2017-08-31 Marek SafarMerge pull request #5479 from marek-safar/cecil-bump
2017-08-31 Aleksey Kliger[cominterop] Get function ptr from interface before...
2017-08-31 Aleksey Kliger[marshal] Don't use a wrapper for mono_marshal_set_last...
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-30 Joshua PetersonCall `g_utf8_to_utf16` with a proper argument (#5470)
2017-08-29 Marek SafarMerge pull request #5469 from marek-safar/ilasm
2017-08-29 Alexander KöplingerRevert "[runtime] Wait for the thread to really exit...
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-29 Zoltan Varga[runtime] Wait for the thread to really exit in Thread...
2017-08-29 Zoltan Varga[sgen] Move the mono_gchandle_ functions to sgen-mono...
2017-08-28 Zoltan Varga[amd64] Make code patching smp safe for the case where...
2017-08-28 Bernhard Urban[gc counters] avoid using Interlocked*64 functions...
2017-08-27 Alex Rønne PetersenMerge pull request #5459 from HinTak/patch-5
2017-08-27 HinTakMore informative g_error message
2017-08-27 Zoltan Varga[runtime] Use the AC_FUNC_STRERROR_R() autoconf macro...
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 Alex Rønne Petersen[profiler] Correct the description of the 'legacy'...
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 Martin Baulig[System]: Cleanup internal TLS APIs in preparation...
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-24 cheruskerComplete the function prototype
2017-08-24 Zoltan VargaRevert "[runtime] Fix a warning."
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 Rodrigo Kumpera[utils] Fix mono_valloc and mono_valloc_aligned malloc...
2017-08-23 Rodrigo Kumpera[wasm] Add wasm stubs for object-offsets and sgen-archdep.
2017-08-23 Rodrigo Kumpera[wasm] Add wasm strings to mono-config.c
2017-08-23 Rodrigo Kumpera[wasm] Add comments explaining the magic strings in...
2017-08-23 Rodrigo Kumpera[wasm] Add threading, dl and hwcap support for wasm.
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-23 Marek Safar[threadpool] Reduce logging verbosity level. Fixes...
2017-08-23 Alexander KöplingerMerge pull request #5423 from vargaz/workaround-58901
2017-08-22 Zoltan VargaRevert "Disable pinvoke2.exe test on OSX i386 for now...
2017-08-22 Zoltan Varga[runtime] Disable a test which asserts because of an...
2017-08-21 Rodrigo Kumpera[utils] Fix atomic fallout implementation function...
next