summaryrefslogtreecommitdiff
path: root/src/gc/sample
AgeCommit message (Expand)AuthorFilesLines
2016-10-21Port GC changes from CoreRT (#7764)Jan Kotas1-2/+0
2016-10-06Restore some changes lost in a merge conflict (#7512)Sean Gillespie2-2/+8
2016-09-28Add option to measure time spent inside calls to the CLR. (#7357)Peter Kukol2-8/+2
2016-09-26Introduce "IGCToCLR" and use it within the GC to interface with the EE (#7295)Sean Gillespie2-2/+8
2016-09-15Update the GC from CoreRT (#7207)Sean Gillespie2-3/+3
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie3-5/+8
2016-07-27GC update from CoreRT (#6487)Jan Kotas1-13/+9
2016-07-23GC update from CoreRT (#6429)Jan Kotas1-434/+1
2016-07-21Refactor GC background thread creation (#6384)Jan Vorlicek3-27/+2
2016-07-17GC update from CoreRT (#6305)Jan Kotas1-4/+4
2016-07-09Fix exceptions in GC (#6192)Jan Vorlicek1-4/+12
2016-06-20Fix GC background thread start in OOM (#5840)Jan Vorlicek1-12/+6
2016-06-19Update GC from CoreRT (#5859)Jan Kotas1-0/+38
2016-06-14My last fix of checking whether the runtime was suspended was incomplete.Maoni01-1/+1
2016-06-07Update GC from CoreRT (#5522)Jan Kotas3-13/+5
2016-05-26Typo Fix: from preemtive GC to preemptive GC (#5237)Geunsik Lim1-1/+1
2016-05-17Move notion of restricted physical memory behind the GCToOSInterface (#5007)Jan Kotas1-20/+26
2016-04-22Update GC from CoreRTJan Kotas1-1/+1
2016-04-18enable build of cross target components.Rahul Kumar1-1/+1
2016-04-12Implement software write watch and make concurrent GC functional outside WindowsKoundinya Veluri3-2/+17
2016-03-02Integrate GC changes from full frameworkMaoni Stephens1-0/+20
2016-02-24Update GC from CoreRTJan Kotas1-3/+3
2016-01-27Update license headersdotnet-bot5-20/+15
2016-01-26Update GC from CoreRTJan Kotas5-24/+5
2016-01-12Fix few details in the GCJan Vorlicek2-153/+6
2016-01-08Fix building of GCSample on x86 via the standalone VS projectJan Kotas3-9/+15
2015-12-24GC OS interface refactoringJan Vorlicek9-200/+1379
2015-12-08Update GC from CoreRTJan Kotas3-11/+16
2015-12-04Update GC from CoreRTJan Kotas2-5/+15
2015-11-19Update GC from CoreRTJan Kotas1-6/+27
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-5/+5
2015-10-31Fix build breaks in GCSampleJan Kotas3-2/+15
2015-10-15Cleanup GC-EE InterfaceJan Kotas5-8/+295
2015-09-13Initial port of GC sample to LinuxJan Kotas2-0/+34
2015-09-12Move sample GC environment to separate directoryJan Kotas7-2103/+7
2015-09-12Use NULL for consistencyJan Kotas2-8/+8
2015-09-11Upgrade GCSample project to VS2015Jan Kotas1-3/+3
2015-05-28Fix GCSampleJan Kotas2-1/+39
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-31Fix build breaks in GC sample projectJan Kotas2-0/+17
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot8-0/+2432