Merge pull request #1857 from slluis/fix-assembly-resolver
[mono.git] / mono / metadata / sgen-mono.c
2015-06-05 Ankit JainMerge pull request #1857 from slluis/fix-assembly-resolver
2015-06-04 Rodrigo KumperaMerge pull request #1849 from esdrubal/rfix
2015-06-02 Marek SafarMerge pull request #1847 from alexanderkyte/left_shift_...
2015-06-02 Alex Rønne PetersenMerge pull request #1846 from BillSeurer/master
2015-06-02 João MatosMerge pull request #1848 from tritao/complex_math
2015-06-01 BrzVladMerge pull request #1841 from BrzVlad/fix-managed-alloc
2015-06-01 Vlad Brezae[sgen] The normal managed allocator receives only one...
2015-05-30 Marek SafarMerge pull request #1816 from esdrubal/getdaylight
2015-05-26 Zoltan Varga[sgen] Use mono_class_has_finalizer () instead of klass...
2015-05-21 Alex Rønne PetersenMerge pull request #1826 from alexanderkyte/remove_all_...
2015-05-18 Alex Rønne PetersenMerge pull request #1626 from iainx/add-coverage-to...
2015-05-17 Rodrigo KumperaMerge pull request #1809 from kumpera/double_loading_fix
2015-05-16 Zoltan Varga[runtime] Reduce the number of gc ifdefs in gc.c a...
2015-05-16 Zoltan Varga[runtime] Remove compile time null gc dependencies...
2015-05-15 Alex Rønne PetersenMerge pull request #1801 from alexrp/profiler-allocs
2015-05-15 Rodrigo KumperaMerge pull request #1654 from alexanderkyte/xunit-fixes
2015-05-15 Alex Rønne Petersen[runtime] Use slow path managed allocators when profili...
2015-05-15 Alex Rønne PetersenMerge pull request #1656 from alexanderkyte/webservice_...
2015-05-15 Alex Rønne Petersen[runtime] Move profiler allocation reporting to GC...
2015-05-14 Miguel de IcazaMerge pull request #1793 from rolfbjarne/subminute...
2015-05-14 Ludovic Henry[threads] Revert part of e05ba2a2fb4c6402c656024020599f...
2015-05-13 Ludovic Henry[threads] Remove thread_exit callback as the logic...
2015-05-13 Ludovic Henry[threads] Remove dead code
2015-05-13 Ludovic Henry[sgen] Remove unnecessary #define
2015-05-13 Ludovic Henry[threads] Remove useless indirection for thread creatio...
2015-05-13 Alex Rønne PetersenMerge pull request #1784 from alexrp/profiler-init
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-08 Atsushi EnoMerge pull request #1778 from JetBrains/xbuild_do_not_s...
2015-05-07 Alex Rønne PetersenMerge pull request #1777 from alexrp/sgen-separation
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-05 Mark Probst[sgen] Fix logging format specifiers. `t` modifier...
2015-05-05 Alex Rønne PetersenMerge pull request #1766 from alexrp/sgen-separation
2015-05-04 Alex Rønne Petersen[sgen] Move the independent parts of SGen to a separate...
2015-05-04 Marcos HenrichMerge pull request #1752 from esdrubal/strefactor
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-04-30 Alex Rønne PetersenMerge pull request #1753 from schani/feature-yet-more...
2015-04-29 Mark Probst[sgen] Binary protocol entry for stack scanning.
2015-04-29 Mark Probst[sgen] For object copies, check whether we can use...
2015-04-29 Mark ProbstMerge pull request #1648 from schani/sgen-independence
2015-04-29 Mark Probst[sgen] Client debug function for checking whether class...
2015-04-29 Mark Probst[sgen] Remove dead code and data and make things static.
2015-04-29 Mark Probst[sgen] Call `mono_gc_register_thread()` from Mono clien...
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] 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] Make SGen compile without Mono.
2015-04-29 Mark Probst[sgen] `sgen_os_init()` must be called from Mono client...
2015-04-29 Mark Probst[sgen] Client function for registering worker threads.
2015-04-29 Mark Probst[sgen] Do domain-specific finalizer and weak link stuff...
2015-04-29 Mark Probst[sgen] Handle `no-managed-allocator` debug option in...
2015-04-29 Mark Probst[sgen] Move thread info to Mono client code.
2015-04-29 Mark Probst[sgen] Remove dependency on `gc-internal.h`.
2015-04-29 Mark Probst[sgen] Make bridge processing a client issue.
2015-04-29 Mark Probst[sgen] Remove dependency on `mono-gc.h`.
2015-04-29 Mark Probst[sgen] Move `gc_callbacks` to Mono client code.
2015-04-29 Mark Probst[sgen] Move `runtime_data` to Mono client code.
2015-04-29 Mark Probst[sgen] Move thread context to Mono client code.
2015-04-29 Mark Probst[sgen] Move stack limits to client code.
2015-04-29 Mark Probst[sgen] Move `gc_disabled` to Mono-specific code.
2015-04-29 Mark Probst[sgen] Move `skip` and `in_critical_region` to Mono...
2015-04-29 Mark Probst[sgen] Move stack scanning to client code.
2015-04-29 Mark Probst[sgen] Moved `stopped_ip` and `stopped_domain` to Mono...
2015-04-29 Mark Probst[sgen] Move remaining logging to Mono-specific code.
2015-04-29 Mark Probst[sgen] Move counters to client code.
2015-04-29 Mark Probst[sgen] Move all profiler calls to Mono-specific code.
2015-04-29 Mark Probst[sgen] Move DTrace stuff into the client header.
2015-04-29 Mark Probst[sgen] Move moved-object profiler event to Mono-specifi...
2015-04-29 Mark Probst[sgen] Make STW part of the client code.
2015-04-29 Mark Probst[sgen] Move DTrace support to Mono-specific code.
2015-04-29 Mark Probst[sgen] Move some thread stuff to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move more random small stuff to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move managed write barrier to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move some small callbacks to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move heap walking into `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Omit unnecessary casts.
2015-04-29 Mark Probst[sgen] `GCObject` and `GCVTable` instead of `MonoObject...
2015-04-29 Mark Probst[sgen] Move root profiling to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move `sgen_safe_name()` to client code.
2015-04-29 Mark Probst[sgen] Use write barrier for fields to set array refere...
2015-04-29 Mark Probst[sgen] Moved object size calculation to client code.
2015-04-29 Mark Probst[sgen] Move `mono_gc_set_string_length()` to `sgen...
2015-04-29 Mark Probst[sgen] Move array and string allocation to client code.
2015-04-29 Mark Probst[sgen] Move some array filling stuff into client code.
2015-04-29 Mark Probst[sgen] Moved Mono-specific cardtable scanning to client...
2015-04-29 Mark Probst[sgen] Trivial prettification of `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move TLS emit macros to Mono-specific file.
next