Fix race condition in static's inialization of mono_message_init.
[mono.git] / mono / metadata / sgen-major-copying.c
2012-06-28 Zoltan VargaFix warnings.
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-04-13 Rodrigo KumperaFix more formating warnings.
2012-04-09 Rodrigo KumperaMove the scan/copy fast functions to the nursery collec...
2012-04-09 Rodrigo KumperaDocument usages of sgen_nursery_is_to_space.
2012-04-09 Rodrigo KumperaFirst take on split nursery.
2012-04-09 Rodrigo KumperaIntroduce SgenObjectOperations that holds all copy...
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-04 Rodrigo KumperaUse a single name prefix for sgen symbols. All non...
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2011-10-04 Mark ProbstMerge branch 'sgen-windows'
2011-10-04 Mark Probst[sgen] Debug print fixes.
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-24 Mark Probst[sgen] Never directly pin objects on the M&S major...
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-19 Mark Probst[sgen] Include config.h in all of SGen's compilation...
2011-05-20 Mark Probst[sgen] Fix a compiler warning.
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-05-01 Mark ProbstMerge branch 'sgen-lock-free-alloc'
2011-05-01 Mark Probst[sgen] Use the lock free allocator as the internal...
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Rodrigo KumperaMove thread management from sgen to utils. Move smr...
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-02-16 Gonzalo Paniagua... Remove a bunch of warnings.
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-03 Mark ProbstMerge branch 'concurrent-sweep'
2010-12-03 Mark Probst[sgen] Compute allowance when sweeping is finished.
2010-12-02 Mark Probst[sgen] Handle forwarding in mono_gc_scan_for_specific_r...
2010-12-01 Zoltan VargaMove the DEBUG() macro to sgen-gc.h and resurrect debug...
2010-11-29 Mark Probst[sgen] Recompute heap boundaries at each major collection.
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-08-23 Mark ProbstMerge branch 'cardtable-inline-nofix'
2010-08-23 Rodrigo Kumpera[sgen] Direct card table implementation.
2010-08-08 Mark Probst[sgen] Fixed heap for Mark&Sweep.
2010-08-07 Mark ProbstMerge branch 'parallel-mark'
2010-08-07 Mark Probst[sgen] Make parallel vs non-parallel mark&sweep selectable.
2010-08-04 atsushienoMerge branch 'master' of github.com:mono/mono into...
2010-08-04 Mark ProbstMerge branch 'selectable-major'
2010-08-04 Mark Probst[sgen] Put all scan and copy functions into the major...
2010-08-04 Mark Probst[sgen] Put major_scan_object() into the major collectors.
2010-08-04 Mark Probst[sgen] Major collectors in their own compilation units.
2010-07-31 tgiphilMerge branch 'master' of github.com/mono/mono
2010-07-25 Carlos Alberto CortezMerge branch 'master' of git://github.com/mono/mono
2010-07-24 Mark ProbstMake the internal allocator fast.
2010-07-24 Mark ProbstFunctions for allocing fixed-size blocks in internal...
2010-07-24 Mark ProbstMake major copying allocator use the internal allocator...
2010-07-24 Mark ProbstSeparate internal allocator in its own C file.
2010-07-13 Mark Probst2010-07-13 Mark Probst <mark.probst@gmail.com>
2010-07-13 Mark Probst2010-07-13 Mark Probst <mark.probst@gmail.com>
2010-07-10 Mark Probst2010-07-10 Mark Probst <mark.probst@gmail.com>
2010-07-09 Mark Probst2010-07-10 Mark Probst <mark.probst@gmail.com>
2010-07-09 Mark Probst2010-07-10 Mark Probst <mark.probst@gmail.com>
2010-07-09 Atsushi Eno2010-07-09 Atsushi Enomoto <atsushi@ximian.com>
2010-07-09 Mark Probst2010-07-09 Mark Probst <mark.probst@gmail.com>
2010-06-05 Zoltan VargaMove the documentation to Documentation/en.
2010-06-05 Mark Probst2010-06-05 Mark Probst <mark.probst@gmail.com>
2010-06-05 Mark Probst2010-06-05 Mark Probst <mark.probst@gmail.com>
2010-05-05 Marek SafarNew tests.
2010-05-02 Mark Probst2010-05-02 Mark Probst <mark.probst@gmail.com>
2010-04-29 Marek SafarTurn eval test into normal test case
2010-04-28 Mark Probst2010-04-29 Mark Probst <mark.probst@gmail.com>
2010-04-28 Mark Probst2010-04-28 Mark Probst <mark.probst@gmail.com>
2010-04-27 Mark Probst2010-04-27 Mark Probst <mark.probst@gmail.com>
2010-04-27 Lluis Sanchez2010-04-27 Lluis Sanchez <lluis@novell.com>
2010-04-27 Marek SafarFlush (work in progress)
2010-04-27 Marek SafarNew tests.
2010-04-26 Mark Probst2010-04-27 Mark Probst <mark.probst@gmail.com>
2010-04-25 Mark Probst2010-04-25 Mark Probst <mark.probst@gmail.com>
2010-04-25 Mark Probst2010-04-25 Mark Probst <mark.probst@gmail.com>
2010-04-24 Mark Probst2010-04-24 Mark Probst <mark.probst@gmail.com>