summaryrefslogtreecommitdiff
path: root/src/gc
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-15Cleanup GC-EE InterfaceJan Kotas19-682/+902
2015-10-11This enables Lttng Logging for CoreClr,Rama2-9/+6
2015-10-09Merge pull request #1733 from kouvel/PerfFixJan Kotas1-3/+4
2015-10-09Add allocation fast path for arrays of value type elements outside WindowsKoundinya Veluri1-3/+4
2015-10-08Code changes for firing etw events when a pdb is dynamically loaded. This cor...dotnet-bot1-0/+1
2015-10-07correct word spellingあまみや ゆうこ1-2/+2
2015-10-06Fixed small bugs in decodemd.cpp, gcrecord.h, gc.cpp, Strike/util.cpp, and st...William Godbe1-6/+6
2015-09-30Fix left shift of signed integer - issue 1526Dmitry-Me1-1/+1
2015-09-16Merge pull request #1560 from Priya91/longpath-testLakshmi Priya1-1/+1