summaryrefslogtreecommitdiff
path: root/src/gc/gcimpl.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-05[Local GC] Add TrapReturningThreads to the GC/EE interface (#12067)Sean Gillespie1-1/+1
2017-04-14[Local GC] Move operations on CLREventStatic to the EE interface (#10813)Sean Gillespie1-4/+3
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-21/+21
2017-03-23GetContainingObject is inconsistent with the lowest address it chooses. (#10438)Maoni Stephens1-1/+1
2017-03-21[Local GC] Forbid inclusion of gcscan.h from VM and DAC directories (#10332)Sean Gillespie1-0/+2
2017-03-16[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...Sean Gillespie1-2/+6
2017-01-06[Local GC] Move Software Write Watch's write barrier updates to GCToEEInterfa...Sean Gillespie1-1/+0
2016-11-22This is to separate the diagnostics code out from gc.cpp (exceptMaoni01-3/+15
2016-09-15Update the GC from CoreRT (#7207)Sean Gillespie1-2/+0
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-41/+11
2016-01-27Update license headersdotnet-bot1-4/+3
2015-11-19Changed LONG and ULONGJan Vorlicek1-1/+1
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-14/+14
2015-10-15Cleanup GC-EE InterfaceJan Kotas1-8/+7
2015-04-07Merge changes from parent branchdotnet-bot1-0/+1
2015-02-25Allow users to specify a no GC region (on behalf of maonis)Jan Kotas1-0/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+314