[sgen] Make pinning stats operational again.
[mono.git] / mono /
2015-05-12 Mark Probst[sgen] Make pinning stats operational again.
2015-05-12 Mark Probst[sgen] `mono_gc_printf` should not append newlines.
2015-05-12 Mark Probst[sgen] Simplify `sgen_conservatively_pin_objects_from()`.
2015-05-12 Mark ProbstMerge pull request #1796 from evincarofautumn/fix-heavy...
2015-05-12 Jon Purdy[sgen] Actually fix heavy stats.
2015-05-12 Mark ProbstMerge pull request #1795 from evincarofautumn/fix-heavy...
2015-05-12 Jon Purdy[sgen] Fix heavy statistics.
2015-05-12 Rodrigo KumperaMerge pull request #1668 from alexanderkyte/bug1856
2015-05-12 Alexis Christoforides[runtime] Fixed typo in previous commit, added sleep
2015-05-12 Alexis Christoforides[runtime] When attaching a tools thread, spin-wait...
2015-05-11 Rodrigo KumperaMerge pull request #1783 from alexanderkyte/thread_tran...
2015-05-11 Alexis Christoforides[runtime] Add a couple of asserts to thread attach...
2015-05-11 Ludovic Henry[threadpool-ms] Remove thread waiting and memory cleanup
2015-05-11 Ludovic Henry[threadpool-ms] Fix assertion error "threadpool-ms...
2015-05-11 Zoltan Varga[runtime] Implement support for locals info for portabl...
2015-05-10 Zoltan Varga[runtime] Finish support for sequence point info for...
2015-05-10 Zoltan Varga[runtime] Fix some FIXMEs in mono_ppdb_get_seq_points ().
2015-05-10 Zoltan Varga[runtime] Add mono_ppdb_get_seq_points () function...
2015-05-10 Zoltan Varga[runtime] Add a mono_debug_get_seq_points () function...
2015-05-10 Zoltan Varga[runtime] Rename mono_debug_symfile_get_line_numbers_fu...
2015-05-10 Zoltan Varga[runtime] Remove more unused debugger code.
2015-05-09 Zoltan Varga[jit] Avoid an assertion in the virtual delegate optimi...
2015-05-09 Zoltan Varga[runtime] Add beginnings of support for Portable PDB...
2015-05-09 Zoltan Varga[runtime] Add support for the new metadata tables used...
2015-05-09 Zoltan Varga[runtime] Add support for loading metadata images witho...
2015-05-08 Zoltan Varga[runtime] Use a condvar for waiting for the finalizer...
2015-05-08 Zoltan Varga[runtime] Add a mono_cond_timedwait_ms () function...
2015-05-08 Zoltan Varga[runtime] Add a FIXME to mono_cond_timedwait () on...
2015-05-08 Mark Probst[sgen] Only flush binary protocol buffers when world...
2015-05-08 Alexander Kyte[runtime] Make thread abort synchronous
2015-05-08 Ludovic Henry[threadpool-ms] Revert part of fd0ff7bff9132c37a1db2b5a...
2015-05-08 Alex Rønne PetersenMerge pull request #1781 from alexrp/master
2015-05-08 Alex Rønne PetersenMerge pull request #1782 from alexrp/profiler-symbol-fix
2015-05-08 Ludovic Henry[threadpool-ms] Reenable threadpool cleanup
2015-05-08 Ludovic Henry[threadpool-ms] Refactor worker creation and domain...
2015-05-08 Ludovic Henry[threadpool-ms] Ensure monitor thread does not start...
2015-05-08 Ludovic Henry[threadpool-ms] Fix potential bug on monitor thread...
2015-05-08 Ludovic Henry[threadpool-ms] Refactor lock for working and parked...
2015-05-08 Ludovic Henry[threadpool-ms] Guarantee icall parameter size
2015-05-08 Alex Rønne Petersen[utils] Export concurrent hash table and lock free...
2015-05-08 Alex Rønne Petersen[runtime] Improve context static LocalDataStoreSlot...
2015-05-08 Zoltan VargaFix the build.
2015-05-08 Zoltan Varga[sdb] Remove the usage of WaitForSingleObject (), use...
2015-05-08 Zoltan Varga[runtime] Implement support for condition variables...
2015-05-08 Zoltan Varga[runtime] Fix the windows build.
2015-05-08 Alex Rønne Petersen[runtime] Update LocalDataStoreSlot code to the new...
2015-05-08 Atsushi EnoMerge pull request #1778 from JetBrains/xbuild_do_not_s...
2015-05-08 Zoltan Varga[runtime] Disable the broken code which aligns small...
2015-05-08 Zoltan VargaMerge pull request #1780 from alexrp/master
2015-05-08 Alex Rønne Petersen[runtime] Initialize contexts after the GC.
2015-05-07 Mark Probst[runtime] Fix a few warnings.
2015-05-07 Alex Rønne PetersenMerge pull request #1777 from alexrp/sgen-separation
2015-05-07 tritonRevert "[genmdesc] Improved unknown specifier error...
2015-05-07 Zoltan Varga[arm] Fix a problem introduced by 3469c138c67e4b7e0afcc...
2015-05-07 João Matos[genmdesc] Fixed generator to allow instructions length...
2015-05-07 Ludovic Henry[threadpool-ms] Change the meaning of ThreadPoolCounter...
2015-05-07 João Matos[arm] Fixed regression related to invalid specifier...
2015-05-07 João Matos[genmdesc] Improved unknown specifier error handling...
2015-05-07 João Matos[genmdesc] Improved instruction length error handling...
2015-05-07 João Matos[genmdesc] Improved instruction length error handling...
2015-05-07 Atsushi EnoMerge pull request #1773 from ztzg/sql-server-datetime2
2015-05-07 Atsushi EnoMerge pull request #1772 from ztzg/sql-server-variant
2015-05-07 Atsushi EnoMerge pull request #1771 from ztzg/sql-server-bulk...
2015-05-07 Alex Rønne Petersen[sgen] Move bridge debugging code out of the independen...
2015-05-06 Zoltan Varga[jit] Treat MONO_ARCH_IMT_REG as allways defined.
2015-05-06 Rodrigo Kumpera[threading] Fix a race during shutdown where a thread...
2015-05-06 Rodrigo Kumpera[runtime] Don't call managed code when OVF.
2015-05-06 Rodrigo Kumpera[coop] Fix marshal code of reset-abort calls to use...
2015-05-06 Rodrigo Kumpera[coop] Ensure the polling tramp has a wrapper.
2015-05-06 Alex Rønne PetersenMerge pull request #1750 from alexrp/precise-ctx-static...
2015-05-06 Alex Rønne PetersenMerge pull request #1742 from alexrp/symbol-renaming
2015-05-06 João MatosMerge pull request #1776 from evincarofautumn/fix-indep...
2015-05-06 Jon Purdy[sgen] Fix non-Mono SGen clients.
2015-05-06 Zoltan Varga[jit] Print out the numeric opcode name in mono_inst_na...
2015-05-06 João Matos[runtime] Fixed warning by including <winsock2.h> befor...
2015-05-06 João Matos[runtime] Fixed unused `count` variable warning by...
2015-05-06 João Matos[runtime] Fixed warning by including <winsock2.h> befor...
2015-05-06 João Matos[runtime] Fixed warning by only using #pragma warning...
2015-05-06 João Matos[mini] Do not try to set the usermode exception policy...
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-06 Alex Rønne Petersen[sgen] Fix an accidental symbol export in sgen-workers.c.
2015-05-06 Alex Rønne Petersen[mini] Rename machine description symbol names to avoid...
2015-05-06 Alex Rønne Petersen[utils] Rename JSON writer symbols to avoid global...
2015-05-06 Alex Rønne Petersen[mini] Rename image writer symbols to avoid global...
2015-05-06 Alex Rønne Petersen[runtime] Rename seq point symbols to avoid global...
2015-05-06 Alex Rønne Petersen[runtime] Remove unused _mono_debug_address_from_il_off...
2015-05-06 Alex Rønne Petersen[utils] Avoid symbol namespace pollution in iomap code.
2015-05-06 Alex Rønne Petersen[utils] Rename SHA-1 symbols to not pollute the global...
2015-05-06 Alex Rønne Petersen[runtime] Rename GCHandle_CheckCurrentDomain to not...
2015-05-06 Alex Rønne Petersen[wapi] Fix some symbol names to be remapped the same...
2015-05-05 Alex Rønne Petersen[runtime] Rework special static offset handling.
2015-05-05 Alex Rønne Petersen[runtime] Unify thread/context static field scanning...
2015-05-05 Alex Rønne Petersen[runtime] Rewrite TLS slot marking to use MonoBitSet.
2015-05-05 Alex Rønne Petersen[utils] Add MONO_BITSET_FOREACH macro.
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...
next