summaryrefslogtreecommitdiff
path: root/src/gc
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-13Initial port of GC sample to LinuxJan Kotas9-19/+767
2015-09-12Move sample GC environment to separate directoryJan Kotas7-6/+7
2015-09-12Use NULL for consistencyJan Kotas4-10/+10
2015-09-12Replace unsigned __int64/__int64 with UINT64/INT64Jan Kotas5-23/+23
2015-09-11Upgrade GCSample project to VS2015Jan Kotas1-3/+3
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar1-1/+1
2015-08-05Fix build breaks on VS2015 RTMJan Kotas2-10/+10
2015-05-28Fix GCSampleJan Kotas3-3/+41
2015-05-26Fix the virtual destructor warningJan Vorlicek1-0/+3
2015-05-11Merge pull request #980 from janvorli/fix-vm-range-issueJan Kotas1-0/+8
2015-05-12Fix VM total space issueJan Vorlicek1-0/+8
2015-05-07Changes for building using VS2015Jan Kotas1-3/+5
2015-05-07Fix detection of uninitialized bricks during heap verificationJan Kotas1-1/+1
2015-04-07Merge changes from parent branchdotnet-bot5-266/+319
2015-04-01Merge pull request #599 from janvorli/warnings-cleanup-2aJan Vorlicek1-10/+10
2015-04-01Fix next round of warning typesJan Vorlicek1-10/+10
2015-03-30Port GC fixes from NetfxDev1:Sedar Gokbulut2-51/+92
2015-03-30Port the following fixes to GC from netfxDev1:Sedar Gokbulut2-31/+84
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek2-3/+3
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin4-2/+17
2015-02-26Add more comments to GCSampleJan Kotas1-1/+9
2015-02-25Merge pull request #342 from dotnet-bot/from-tfsJan Kotas4-14/+862