summaryrefslogtreecommitdiff
path: root/src/gc
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-25Allow users to specify a no GC region (on behalf of maonis)Jan Kotas4-14/+862
2015-02-25fix indentingLucas Meijer1-9/+9
2015-02-25use two CGCDescSeries, and fix incorrect sizeLucas Meijer1-10/+17
2015-02-12Typo fix in objecthandle.cppAndrey Akinshin1-1/+1
2015-02-07Ensure that every usage of va_start is complemented by a va_endGeoff Norton1-1/+2
2015-02-04Fixed type: more_spacee_lock > more_space_lockGeorge Sapkin1-1/+1
2015-02-04Fixed typo: gc_reaon > gc_reasonGeorge Sapkin1-1/+1
2015-02-03Merge pull request #11 from dotnet-bot/from-tfsMatt Mitchell1-8/+8
2015-02-02Merge pull request #5 from jkotas/masterGaurav Khanna3-3/+17
2015-01-31Fix build breaks in GC sample projectJan Kotas3-3/+17
2015-01-31Replaced compiler option to disabled all warnings in Linux build by options f...Jan Vorlicek1-8/+8
2015-01-30ported a fix for AVMaoni Stephens1-2/+23
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot32-0/+56113