summaryrefslogtreecommitdiff
path: root/src/vm/gchelpers.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-20/+0
2017-06-26Replace array type handle with method table in arguments of array allocation ...Ruben Ayrapetyan1-16/+34
2017-03-25Typo correction (#10482)Ofer Zelig1-1/+1
2017-03-16[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...Sean Gillespie1-7/+117
2017-03-09Improve span copy of pointers and structs containing pointers (#9999)Koundinya Veluri1-80/+5
2017-03-01Merge pull request #9770 from adityamandaleeka/card_bundles_unix_2Aditya Mandaleeka1-7/+63
2017-02-28Implement card bundles for non-Windows platforms.Aditya Mandaleeka1-7/+63
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