summaryrefslogtreecommitdiff
path: root/src/gc
AgeCommit message (Expand)AuthorFilesLines
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-2/+2
2016-03-09Delete dead codeJan Kotas2-14/+2
2016-03-02Integrate GC changes from full frameworkMaoni Stephens4-37/+178
2016-02-26fix warning C4334Rahul Kumar1-1/+1
2016-02-24Fixes for GC updateJan Kotas2-2/+2
2016-02-24Update GC from CoreRTJan Kotas8-63/+57
2016-02-17port fix for pad ratioMaoni Stephens2-8/+5
2016-02-03Integrate changes from full .NET FrameworkJan Kotas3-21/+19
2016-02-01Fix OACR errors for ProjectKdotnet-bot1-1/+1
2016-01-31Merge pull request #2520 from sperling/profilerJan Kotas3-2/+4
2016-01-31Enabling profiling on Unix/OS X.Andreas Strid3-2/+4
2016-01-27Update license headersdotnet-bot39-156/+117
2016-01-26Update GC from CoreRTJan Kotas14-88/+61
2016-01-22Merge pull request #2779 from swgillespie/event_tracingSean Gillespie1-14/+46
2016-01-21Untangle FEATURE_EVENT_TRACE and GC_PROFILING to enable one to be enabledSean Gillespie1-14/+46
2016-01-21Reduce clr startup noise when using Clang sanitizersSteve Harter2-8/+10
2016-01-12Fix few details in the GCJan Vorlicek3-154/+7
2016-01-08Fix building of GCSample on x86 via the standalone VS projectJan Kotas4-10/+16
2016-01-08Merge pull request #2573 from janvorli/fix-unlimited-stack-issueJan Kotas1-0/+2
2016-01-08Fix issue with unlimited stack settingJan Vorlicek1-0/+2
2016-01-07Fix incorrect merge in gc.cppSergiy Kuryata1-0/+8
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 Kotas2-0/+18
2015-12-24Follow up fixes and cleanup for GC refactoringJan Kotas2-8/+4
2015-12-24GC OS interface refactoringJan Vorlicek28-1391/+1965
2015-12-16Update GC from CoreRTJan Kotas3-27/+120
2015-12-16Rename CNameSpace to GCScanJan Kotas5-70/+63
2015-12-16Fix build break - superfluous argument passed to printfJan Kotas1-1/+0
2015-12-16Bug fixes from desktopJan Kotas2-42/+91
2015-12-08Update GC from CoreRTJan Kotas7-99/+59
2015-12-04Update GC from CoreRTJan Kotas6-76/+86
2015-12-03Merge pull request #2219 from kouvel/ConcurrentGcJan Kotas1-9/+20
2015-12-03Merge pull request #2226 from jkotas/gc-updateJan Kotas6-85/+114
2015-12-03Update GC from CoreRTJan Kotas6-85/+114
2015-12-02Fix perf issue when concurrent GC is enabled by defaultKoundinya Veluri1-9/+20
2015-12-02Integrate GC fix to compensate for OS bugJan Kotas1-7/+12
2015-11-20Fix build breaks in legacy buildJan Kotas2-2/+2
2015-11-20Fix build breaks after GC updateJan Kotas3-10/+10
2015-11-19Update GC from CoreRTJan Kotas16-344/+537
2015-11-20Fix few missing castsJan Vorlicek2-7/+8
2015-11-19Some formatting cleanupJan Vorlicek6-19/+19
2015-11-19Replaced remaining typesJan Vorlicek13-190/+183
2015-11-19Add casts to APIs that require LONG / DWORD parametersJan Vorlicek4-43/+43
2015-11-19Changed LONG and ULONGJan Vorlicek15-104/+104
2015-11-18Replace most windows style types by c++ typesJan Vorlicek22-2430/+2407
2015-10-31Fix build breaks in GCSampleJan Kotas7-19/+28
2015-10-30Fix Unix build breakJan Kotas1-1/+1
2015-10-30Fix Unix build breakJan Kotas1-2/+4
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas8-269/+868