summaryrefslogtreecommitdiff
path: root/src/gc/gcee.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-16Fix a potential division by 0 in post GC counter computation (#26085) (#26089)Sung Yoon Whang1-1/+4
2019-05-24Add more runtime GC counters (#24561)Sung Yoon Whang1-118/+23
2019-02-22Enable FEATURE_BASICFREEZE (#22776)Mukul Sabharwal1-0/+16
2019-02-21Cleanup unnecessary COUNTER_ONLY (#22759)Jan Kotas1-1/+1
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-2/+4
2019-01-29To support container scenario, 2 HardLimit configs are added - (#22180)Maoni Stephens1-1/+1
2018-12-26desktop port (#21523)Maoni Stephens1-5/+0
2018-04-02[local gc] gc spinning part 1 (#17341)David Mason1-0/+5
2018-03-13[local gc] refactor apis for threading and suspension to avoid redundant call...David Mason1-9/+16
2018-01-31[local gc] Enable eventing (#16120)David Mason1-1/+1
2018-01-30[Local GC] FEATURE_EVENT_TRACE 4/n: Event ports for all GC-keyword events (#1...Sean Gillespie1-127/+48
2018-01-23[Local GC] FEATURE_EVENT_TRACE 1/n: Tracking Event State (#15873)Sean Gillespie1-0/+9
2017-06-08[Local GC] Add GetThread to the GC/EE interface (#12036)Sean Gillespie1-2/+2
2017-04-14[Local GC] Move operations on CLREventStatic to the EE interface (#10813)Sean Gillespie1-3/+8
2017-04-07[Local GC] Fix some interface violations (#10817)Sean Gillespie1-6/+2
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-6/+6
2017-03-21[Local GC] Forbid inclusion of gcscan.h from VM and DAC directories (#10332)Sean Gillespie1-0/+5
2016-11-22This is to separate the diagnostics code out from gc.cpp (exceptMaoni01-205/+2
2016-09-15Update the GC from CoreRT (#7207)Sean Gillespie1-2/+9
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-4/+4
2016-08-02Swallow exception in gc_heap::fire_etw_allocation_event (#6571)Jan Vorlicek1-6/+13
2016-07-01Fixed build breaks related to perf counter code on desktop. perf counters are...Maoni Stephens1-3/+5
2016-06-30GC ETW fixes. The code for getting data for ETW and perf counter was written ...Maoni01-126/+120
2016-06-20Fix GC background thread start in OOM (#5840)Jan Vorlicek1-23/+0
2016-02-24Fixes for GC updateJan Kotas1-1/+1
2016-02-24Update GC from CoreRTJan Kotas1-10/+18
2016-01-31Merge pull request #2520 from sperling/profilerJan Kotas1-0/+2
2016-01-31Enabling profiling on Unix/OS X.Andreas Strid1-0/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-26Update GC from CoreRTJan Kotas1-1/+1
2016-01-21Untangle FEATURE_EVENT_TRACE and GC_PROFILING to enable one to be enabledSean Gillespie1-14/+46
2015-12-24GC OS interface refactoringJan Vorlicek1-7/+3
2015-12-16Rename CNameSpace to GCScanJan Kotas1-4/+4
2015-11-20Fix build breaks after GC updateJan Kotas1-1/+1
2015-11-19Update GC from CoreRTJan Kotas1-5/+20
2015-11-19Changed LONG and ULONGJan Vorlicek1-7/+7
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-14/+14
2015-10-15Cleanup GC-EE InterfaceJan Kotas1-5/+55
2015-10-11This enables Lttng Logging for CoreClr,Rama1-8/+5
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+804