summaryrefslogtreecommitdiff
path: root/src/vm/gchelpers.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-5/+0
2017-01-06[Local GC] Move Software Write Watch's write barrier updates to GCToEEInterfa...Sean Gillespie1-9/+90
2016-11-29Disable CER feature as it is not used (#8218)John Chen1-0/+2
2016-10-07Return null on allocation failure due to OOM instead of throwing a exception ...Sean Gillespie1-0/+55
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-16/+16
2016-05-03Revert "Fix array allocation bounds checking."Aditya Mandaleeka1-17/+2
2016-05-02Fix array allocation bounds checking.Aditya Mandaleeka1-2/+17
2016-04-12Implement software write watch and make concurrent GC functional outside WindowsKoundinya Veluri1-1/+30
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-21Enable checked builds of CoreCLR.Eugene Rozenfeld1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1334