summaryrefslogtreecommitdiff
path: root/src/gc/env/gcenv.base.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Fix Redhawk definesSuchiman1-3/+0
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-18/+0
2019-04-03Reflect PR feedbackJan Vorlicek1-0/+1
2019-04-03Remove CPU groups handling from the gc.cppJan Vorlicek1-0/+1
2019-02-22More GNUC Fixes (#22687)Sinan Kaya1-5/+23
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-2/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-3/+0
2018-11-06Loop-free GC rounding helpers with _BitScanReverse. (#20157)Jack Pappas1-0/+52
2018-10-31Make BitScanForward/BitScanForward64 PAL wrappers branchless. (#20412)Jack Pappas1-22/+22
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason1-66/+0
2018-08-11[local gc] disable feature redhawk (#17769)David Mason1-1/+0
2018-03-26[local gc] Fix for BitScanForward64, it was ignoring the high byte check (#17...David Mason1-3/+9
2017-12-13Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the E...Jan Kotas1-0/+5
2017-12-12Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through...Sean Gillespie1-5/+0
2017-11-27[Local GC] Move knowledge of overlapped I/O objects to the EE through four ca...Sean Gillespie1-0/+5
2017-10-27[Local GC] Implement loader protocol for a standalone GC (#14663)Sean Gillespie1-2/+10
2017-10-26[Local GC] Move IsGCThread and IsGCSpecialThread to GCToEEInterface (#14685)Sean Gillespie1-12/+0
2017-09-06Vendor the volatile.h header into src/gc/env for the standalone GC build (#13...Sean Gillespie1-118/+1
2017-08-22Remove macro definition checks that aren't useful and cause unnecessary build...Sean Gillespie1-8/+0
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie1-141/+195
2017-06-13[Arn64/Unix] Revise Volatile.T barriers (#12156)Steve MacLean1-1/+28
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-2/+0
2017-04-07[Local GC] Fix some interface violations (#10817)Sean Gillespie1-0/+1
2017-04-07Move OBJECTHANDLE definition to gcinterface.hAditya Mandaleeka1-10/+0
2017-03-26Change typedef for BOOL in gcenv.base.h to int. (#10486)Aditya Mandaleeka1-1/+1
2017-01-23Port GC fixes from CoreRT (#9078)Jan Kotas1-19/+0
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek1-1/+1
2016-09-15Update the GC from CoreRT (#7207)Sean Gillespie1-1/+1
2016-08-30GC update from CoreRT (#6984)Jan Kotas1-1/+1
2016-07-23GC update from CoreRT (#6429)Jan Kotas1-0/+23
2016-07-21Refactor GC background thread creation (#6384)Jan Vorlicek1-7/+0
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 Kotas1-0/+1
2016-05-16Update GC from CoreRTJan Kotas1-1/+4
2016-04-22Update GC from CoreRTJan Kotas1-1/+1
2016-04-12Implement software write watch and make concurrent GC functional outside WindowsKoundinya Veluri1-2/+4
2016-02-24Update GC from CoreRTJan Kotas1-1/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-26Update GC from CoreRTJan Kotas1-35/+24
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-24GC OS interface refactoringJan Vorlicek1-310/+70
2015-12-08Update GC from CoreRTJan Kotas1-6/+5
2015-12-03Update GC from CoreRTJan Kotas1-63/+13
2015-11-19Update GC from CoreRTJan Kotas1-189/+148
2015-11-20Fix few missing castsJan Vorlicek1-2/+3
2015-11-19Replaced remaining typesJan Vorlicek1-12/+5