summaryrefslogtreecommitdiff
path: root/src/gc/env
AgeCommit message (Expand)AuthorFilesLines
2017-01-23Port GC fixes from CoreRT (#9078)Jan Kotas1-19/+0
2017-01-23[Local GC] Add three finalization-related operations to GCToEEInterface (#9029)Sean Gillespie1-0/+2
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek1-1/+1
2016-12-10Local GC: Decouple write barrier operations between the GC and EE (#8568)Sean Gillespie1-0/+1
2016-11-22This is to separate the diagnostics code out from gc.cpp (exceptMaoni01-0/+9
2016-11-16Enable GCToOSInterface to be defined on the GC side of the GC interface (#8121)Sean Gillespie1-2/+1
2016-10-07Return null on allocation failure due to OOM instead of throwing a exception ...Sean Gillespie1-0/+2
2016-10-06Restore some changes lost in a merge conflict (#7512)Sean Gillespie1-26/+1
2016-09-28Add option to measure time spent inside calls to the CLR. (#7357)Peter Kukol1-1/+26
2016-09-26Introduce "IGCToCLR" and use it within the GC to interface with the EE (#7295)Sean Gillespie1-26/+1
2016-09-15Update the GC from CoreRT (#7207)Sean Gillespie1-1/+1
2016-09-08Merge pull request #6764 from swgillespie/gc-interface-3Sean Gillespie1-2/+3
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-2/+3
2016-08-30GC update from CoreRT (#6984)Jan Kotas1-1/+1
2016-07-27GC update from CoreRT (#6487)Jan Kotas1-2/+2
2016-07-23GC update from CoreRT (#6429)Jan Kotas1-0/+23
2016-07-21Refactor GC background thread creation (#6384)Jan Vorlicek2-9/+1
2016-07-09Fix exceptions in GC (#6192)Jan Vorlicek1-4/+5
2016-06-23Build the GC as part of its own CMake target (#5932)Sean Gillespie1-1/+3
2016-06-20Fix GC background thread start in OOM (#5840)Jan Vorlicek1-1/+3
2016-06-19Update GC from CoreRT (#5859)Jan Kotas1-38/+0
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 Kotas2-1/+2
2016-05-17Move notion of restricted physical memory behind the GCToOSInterface (#5007)Jan Kotas2-29/+19
2016-05-16Update GC from CoreRTJan Kotas1-1/+4
2016-04-22Update GC from CoreRTJan Kotas2-2/+2
2016-04-12Implement software write watch and make concurrent GC functional outside WindowsKoundinya Veluri1-2/+4
2016-03-02Integrate GC changes from full frameworkMaoni Stephens1-0/+18
2016-02-24Update GC from CoreRTJan Kotas1-1/+0
2016-02-03Integrate changes from full .NET FrameworkJan Kotas1-13/+0
2016-01-27Update license headersdotnet-bot11-44/+33
2016-01-26Update GC from CoreRTJan Kotas5-50/+42
2016-01-12Fix few details in the GCJan Vorlicek1-1/+1
2016-01-08Fix building of GCSample on x86 via the standalone VS projectJan Kotas1-1/+1
2015-12-29Incorporate PR feedbackGaurav Khanna (CLR)1-1/+1
2015-12-28Arm64 build fixesGaurav Khanna (CLR)1-1/+11
2015-12-24Fix build breaks in internal x86 and arm buildsJan Kotas1-0/+16
2015-12-24GC OS interface refactoringJan Vorlicek11-1179/+790
2015-12-08Update GC from CoreRTJan Kotas1-6/+5
2015-12-04Update GC from CoreRTJan Kotas1-2/+2
2015-12-03Update GC from CoreRTJan Kotas2-63/+93
2015-11-20Fix build breaks after GC updateJan Kotas1-7/+7
2015-11-19Update GC from CoreRTJan Kotas3-207/+176
2015-11-20Fix few missing castsJan Vorlicek1-2/+3
2015-11-19Replaced remaining typesJan Vorlicek3-14/+7
2015-11-19Changed LONG and ULONGJan Vorlicek3-18/+18
2015-11-18Replace most windows style types by c++ typesJan Vorlicek4-53/+30
2015-10-31Fix build breaks in GCSampleJan Kotas2-14/+10
2015-10-15Cleanup GC-EE InterfaceJan Kotas5-588/+408
2015-10-08Code changes for firing etw events when a pdb is dynamically loaded. This cor...dotnet-bot1-0/+1