summaryrefslogtreecommitdiff
path: root/src/gc/sample/GCSample.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-20ensure process-wide fence when updating GC write barrier on ARM64 (#25130)Vladimir Sadov1-1/+1
2019-02-07Fix GCSample bit rot (#22462)Jan Kotas1-8/+0
2017-10-27[Local GC] Implement loader protocol for a standalone GC (#14663)Sean Gillespie1-2/+2
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie1-1/+1
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie1-0/+2
2017-04-13Rename IGCHandleTable to IGCHandleManager.Aditya Mandaleeka1-4/+4
2017-04-10Move handle destruction code to IGCHandleTable.Aditya Mandaleeka1-1/+1
2017-04-07Add creation of special handle types to IGCHandleTable.Aditya Mandaleeka1-2/+2
2017-03-31Change how VM calls ObjectFromHandle.Aditya Mandaleeka1-5/+5
2017-03-29Create a GCHandleTable interface with Init/Shutdown.Aditya Mandaleeka1-7/+8
2017-02-24[Local GC] Move workstation GC DAC globals to a struct shared between GC and ...Sean Gillespie1-2/+5
2017-01-06[Local GC] Move Software Write Watch's write barrier updates to GCToEEInterfa...Sean Gillespie1-8/+5
2016-12-10Local GC: Decouple write barrier operations between the GC and EE (#8568)Sean Gillespie1-3/+3
2016-09-15Update the GC from CoreRT (#7207)Sean Gillespie1-1/+1
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-2/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-24GC OS interface refactoringJan Vorlicek1-3/+6
2015-12-08Update GC from CoreRTJan Kotas1-4/+4
2015-12-04Update GC from CoreRTJan Kotas1-1/+1
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-5/+5
2015-10-31Fix build breaks in GCSampleJan Kotas1-1/+1
2015-10-15Cleanup GC-EE InterfaceJan Kotas1-1/+1
2015-09-13Initial port of GC sample to LinuxJan Kotas1-0/+2
2015-09-12Move sample GC environment to separate directoryJan Kotas1-1/+2
2015-09-12Use NULL for consistencyJan Kotas1-6/+6
2015-02-26Add more comments to GCSampleJan Kotas1-1/+9
2015-02-25fix indentingLucas Meijer1-9/+9
2015-02-25use two CGCDescSeries, and fix incorrect sizeLucas Meijer1-10/+17
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+222