[mini] Do not use the ELF writer when hosting on Windows.
[mono.git] / mono /
2015-05-06 João Matos[mini] Do not use the ELF writer when hosting on Windows.
2015-05-06 Zoltan Varga[runtime] Fix support for callvirt delegates with a...
2015-05-05 Mark Probst[sgen] Fix logging format specifiers. `t` modifier...
2015-05-05 Ludovic Henry[threadpool-ms] Disable cleanup
2015-05-05 Ludovic Henry[delegate] Replace multicast delegate implementation
2015-05-05 Alex Rønne PetersenMerge pull request #1766 from alexrp/sgen-separation
2015-05-05 Marek Safar[runtime] Add more 3.0 fx assemblies to remapping table...
2015-05-05 Zoltan Varga[runtime] Remove more unused CAS code.
2015-05-05 Zoltan Varga[arm] Use the OP_TAILCALL code on ios as well.
2015-05-05 Zoltan Varga[sdb] Substract 1 from the ip in the soft breakpoint...
2015-05-05 Zoltan Varga[jit] Disable the binary writer on arm, dlopen () can...
2015-05-05 Zoltan VargaMerge pull request #1768 from StephenMcConnel/bug-29724
2015-05-05 Zoltan Varga[arm] Use gcc --shared for linking aot images.
2015-05-04 Zoltan VargaFix a warning.
2015-05-04 Zoltan Varga[arm] Fix the DISABLE_JIT build.
2015-05-04 Zoltan Varga[jit] Remove unfinished regalloc2.
2015-05-04 Zoltan Varga[runtime] Remove CAS stuff from configure.
2015-05-04 Zoltan Varga[runtime] Remove CAS tests.
2015-05-04 Zoltan Varga[corlib] Remove unused CAS icalls.
2015-05-04 Zoltan Varga[runtime] Remove --security=smcs-temporary-hack and...
2015-05-04 Alex Rønne PetersenMerge pull request #1767 from alexanderkyte/err_namespa...
2015-05-04 Alexander Kyte[runtime] Use correct namespace for FileNotFoundException
2015-05-04 Alex Rønne Petersen[sgen] Move the independent parts of SGen to a separate...
2015-05-04 João Matos[runtime] Fixed SeqPointInfo objects to also work under...
2015-05-04 João Matos[runtime] Re-organized object offsets into shared and...
2015-05-04 João Matos[runtime] Improve readability on nested preprocessor...
2015-05-04 João Matos[runtime] Move x86_64 offsets next to the x86 ones.
2015-05-04 Marcos HenrichMerge pull request #1752 from esdrubal/strefactor
2015-05-04 Zoltan Varga[jit] Remove the changes to mono-codeman in 62d46b469b5...
2015-05-03 Zoltan Varga[arm] Fix the build.
2015-05-03 Zoltan Varga[x86] Fix the build.
2015-05-03 Zoltan VargaMerge pull request #1765 from akoeplinger/fix-sgen...
2015-05-03 Alexander Köplinger[sgen] Fix Windows build
2015-05-03 Alex Rønne PetersenMerge pull request #1763 from JetBrains/empty_appdomain...
2015-05-03 Zoltan Varga[arm] Implement the mono_arch_patch_code_new () function.
2015-05-03 Zoltan Varga[x86] Implement the mono_arch_patch_code_new () function.
2015-05-03 Zoltan Varga[jit] Add a new version of the mono_arch_patch_code...
2015-05-03 Zoltan Varga[jit] Remove unused 'dyn_code_mp' argument from mono_ar...
2015-05-03 Zoltan Varga[arm] Fix the build.
2015-05-03 Zoltan Varga[arm] Remove some obsolete comments and code. Emit...
2015-05-03 Zoltan Varga[arm] Refactor handle_thunk () to avoid locking and...
2015-05-03 Zoltan Varga[arm] Use the thunks area emitted next to method code...
2015-05-03 Zoltan Varga[jit] Pass a MonoCompile argument to mono_arch_patch_co...
2015-05-03 Zoltan Varga[arm] Use the thunks area after the method code to...
2015-05-03 Zoltan Varga[runtime] Add some missing icalls referenced by the...
2015-05-03 Zoltan Varga[sdb] Fix saving the state in the debugger_agent_breakp...
2015-05-03 Zoltan Varga[arm] Transition the arm backend to use the mini_get_si...
2015-05-02 Leonid ShalupovDo not fail on empty or too short AppDomainSetup.Config...
2015-05-02 Zoltan Varga[jit] Fix the DISABLE_JIT build.
2015-05-02 Zoltan Varga[runtime] Fix the cross compiler build.
2015-05-01 Mark ProbstMerge pull request #1760 from evincarofautumn/object...
2015-05-01 Jon Purdy[sgen] Record object provenances in binary protocol.
2015-05-01 Ludovic Henry[runtime] Ensure mono-rand is opened once and only...
2015-05-01 Ludovic Henry[threadpool] Refactor begin/end invoke runtime support
2015-05-01 Zoltan Varga[jit] Put back some code removed by d2e184bbf7f82d83d76...
2015-05-01 Zoltan Varga[jit] Allocate the thunks area next to the method code...
2015-05-01 Mark Probst[sgen] Fix heavy binary protocol.
2015-05-01 Zoltan Varga[jit] Merge regalloc.c into mini-codegen.c.
2015-05-01 Zoltan Varga[jit] Print out floating point arguments as well in...
2015-05-01 Zoltan VargaRevert "[jit] Remove unused regalloc.c file."
2015-05-01 Zoltan Varga[runtime] Remove unused wrapper dir.
2015-05-01 Zoltan Varga[jit] Remove unused regalloc.c file.
2015-05-01 Zoltan Varga[runtime] Remove --wapi option which depends on the...
2015-05-01 Zoltan Varga[jit] Remove unmaintained ssapre.c/h file.
2015-04-30 Zoltan Varga[arm] Reorganize the argument passing code, implement...
2015-04-30 Alex Rønne PetersenMerge pull request #1753 from schani/feature-yet-more...
2015-04-30 Alex Rønne PetersenRevert "[runtime] Introduce versioning of the profiler...
2015-04-30 Zoltan Varga[arm] Use the generic method for passing the IMT argume...
2015-04-29 Mark Probst[sgen] Add the stopping thread to the world stopping...
2015-04-29 Mark Probst[sgen] Binary protocol entry for stack scanning.
2015-04-29 Mark Probst[sgen] SGEN_UPDATE_REFERENCE was used where it shouldn...
2015-04-29 Mark Probst[sgen] For object copies, check whether we can use...
2015-04-29 Mark Probst[sgen] Make `mono_gc_scan_for_specific_ref()` also...
2015-04-29 Mark ProbstMerge pull request #1648 from schani/sgen-independence
2015-04-29 Mark Probst[sgen] Always invoke the world restarting protocol...
2015-04-29 Mark Probst[sgen] Fix warnings on Linux.
2015-04-29 Mark Probst[sgen] Missing include for independent compilation.
2015-04-29 Mark Probst[sgen] Fix warnings.
2015-04-29 Mark Probst[sgen] Write barrier prototypes in `sgen-gc.h`.
2015-04-29 Mark Probst[sgen] Fix headers for independent compilation.
2015-04-29 Mark Probst[sgen] Client debug function for checking whether class...
2015-04-29 Mark Probst[sgen] `SGEN_TV_ELAPSED` returns a `long`.
2015-04-29 Mark Probst[sgen] Remove dead code and data and make things static.
2015-04-29 Mark Probst[sgen] More client interface documentation.
2015-04-29 Mark Probst[sgen] Call `mono_gc_register_thread()` from Mono clien...
2015-04-29 Mark Probst[sgen] Make hazard pointer stuff work without Mono...
2015-04-29 Mark Probst[sgen] Get rid of `sgen_client_vtable_has_references()`.
2015-04-29 Mark Probst[sgen] Document the client interface header a bit.
2015-04-29 Mark Probst[sgen] Don't use `sgen_client_vtable_get_namespace...
2015-04-29 Mark Probst[sgen] Don't return a pointer from the out-of-memory...
2015-04-29 Mark Probst[sgen] Rename the total heap size reporting client...
2015-04-29 Mark Probst[sgen] Get rid of `sgen_client_object_register_finalize...
2015-04-29 Mark Probst[sgen] Get rid of `sgen_client_object_is_array_fill()`.
2015-04-29 Mark Probst[sgen] Get rid of `sgen_client_vtable_get_instance_size()`.
2015-04-29 Mark Probst[sgen] Put `sgen_thread_attach()` in Mono client code.
2015-04-29 Mark Probst[sgen] Don't return unused thread count from stop/start...
2015-04-29 Mark Probst[sgen] Remove `sgen_client_object_safe_name()`.
2015-04-29 Mark Probst[sgen] Move POSIX STW thread info stuff to Mono client...
2015-04-29 Mark Probst[sgen] Move global stop count variable to Mono client...
2015-04-29 Mark Probst[sgen] Fix warnings and remove dead code.
next