summaryrefslogtreecommitdiff
path: root/src/gc/gc.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie1-5/+0
2017-07-20[Local GC] Refactor usage of GC-internal functions in the DAC (#12458)Sean Gillespie1-0/+2
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-11/+0
2017-06-01[Local GC] Remove uses of g_SystemInfo from the GC (#11628)Sean Gillespie1-0/+1
2017-06-01[Local GC] Obtaining configuration information (#11379)Sean Gillespie1-0/+1
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie1-3/+4
2017-04-13Rename IGCHandleTable to IGCHandleManager.Aditya Mandaleeka1-3/+3
2017-04-09[Local GC] Move knowledge of the free object method table outside of the GC (...Sean Gillespie1-0/+1
2017-04-05[Local GC] Move Weak Reference finalization out of the GC (#10676)Sean Gillespie1-6/+0
2017-04-01[Local GC] Remove static fields from GC interface (#10566)Sean Gillespie1-8/+6
2017-03-29Create a GCHandleTable interface with Init/Shutdown.Aditya Mandaleeka1-0/+5
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-4/+4
2017-03-22Opt-out of GC Stress for FEATURE_STANDALONE_GC (#10391)Sean Gillespie1-0/+5
2017-03-16[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...Sean Gillespie1-8/+0
2017-03-01Merge pull request #9770 from adityamandaleeka/card_bundles_unix_2Aditya Mandaleeka1-0/+4
2017-02-28Implement card bundles for non-Windows platforms.Aditya Mandaleeka1-0/+4
2017-02-24[Local GC] Move workstation GC DAC globals to a struct shared between GC and ...Sean Gillespie1-40/+3
2017-01-23[Local GC] Add three finalization-related operations to GCToEEInterface (#9029)Sean Gillespie1-0/+6
2017-01-06[Local GC] Move Software Write Watch's write barrier updates to GCToEEInterfa...Sean Gillespie1-2/+0
2016-12-10Local GC: Decouple write barrier operations between the GC and EE (#8568)Sean Gillespie1-0/+6
2016-11-16Enable GCToOSInterface to be defined on the GC side of the GC interface (#8121)Sean Gillespie1-0/+12
2016-10-06Restore some changes lost in a merge conflict (#7512)Sean Gillespie1-0/+4
2016-09-28Add option to measure time spent inside calls to the CLR. (#7357)Peter Kukol1-4/+0
2016-09-26Introduce "IGCToCLR" and use it within the GC to interface with the EE (#7295)Sean Gillespie1-0/+4
2016-09-15Update the GC from CoreRT (#7207)Sean Gillespie1-23/+2
2016-09-08Fix a build break introduced by GH#6764dotnet-bot1-1/+0
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-447/+84
2016-06-23Fix GC profiling on arm-softfp (#5952)Ivan Baravy1-2/+2
2016-03-09Delete dead codeJan Kotas1-12/+0
2016-02-24Update GC from CoreRTJan Kotas1-3/+3
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-08Fix issue with unlimited stack settingJan Vorlicek1-0/+2
2015-12-16Update GC from CoreRTJan Kotas1-0/+6
2015-12-16Rename CNameSpace to GCScanJan Kotas1-1/+1
2015-11-19Update GC from CoreRTJan Kotas1-0/+4
2015-11-19Changed LONG and ULONGJan Vorlicek1-2/+2
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-30/+30
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-6/+19
2015-10-15Cleanup GC-EE InterfaceJan Kotas1-7/+1
2015-10-09Add allocation fast path for arrays of value type elements outside WindowsKoundinya Veluri1-3/+4
2015-09-12Replace unsigned __int64/__int64 with UINT64/INT64Jan Kotas1-2/+2
2015-05-26Fix the virtual destructor warningJan Vorlicek1-0/+3
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin1-0/+1
2015-02-25Allow users to specify a no GC region (on behalf of maonis)Jan Kotas1-0/+22
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+647