summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-09GetCleanCounts to Volatile read on x64Ben Adams2-15/+25
2016-08-09WorkerThreadStart volatile read+cmpxchg loopBen Adams1-10/+23
2016-08-09The call to LOG expects a pointer argument, but the actual argument was of cl...vinnyrom1-1/+1
2016-08-08Merge pull request #6668 from dotnet-bot/UpdateDependencies20160809052353Gaurav Khanna1-1/+1
2016-08-09Updating External dependencies to beta-24409-00dotnet-bot1-1/+1
2016-08-08Merge pull request #6662 from rahku/disabletransparencychecksRahul Kumar1-0/+6
2016-08-08Merge pull request #6660 from rahku/stackwalkerFixRahul Kumar1-0/+6
2016-08-08Merge pull request #6659 from rahku/warningRahul Kumar1-13/+14
2016-08-08Disable few more transparency checks for .net coreRahul Kumar1-0/+6
2016-08-08Merge pull request #6656 from jashook/arm_link_fixJarret Shook2-15/+2
2016-08-08Merge pull request #6652 from JohnChen0/crossgen-createpdbJohn Chen5-11/+91
2016-08-08Fix compiler warningsRahul Kumar1-13/+14
2016-08-08Port CS#1596330 from netfxdev1 (bug#119959)Rahul Kumar1-0/+6
2016-08-08Refresh mscorlib reference assembly based on what is in S.P.C (#6655)Wes Haggard5-6125/+6032
2016-08-08Modify "crossgen -createpdb" to skip loading clrjit.dll (#6607)John Chen (CLR)5-11/+91
2016-08-08Fix for missing symbol OnHijackTripThreadjashoo2-15/+2
2016-08-08Add Title (so that web searches work better) (#6654)Vance Morrison1-1/+6
2016-08-08Merge pull request #6582 from alsemenn/fixrefregSasha Semennikov3-2/+16
2016-08-07Check PAL_VirtualUnwind failure during GC (#6598)Jonghyun Park3-3/+18
2016-08-07Don't overwrite crossgen log in build.cmd script (#6639)James Ko1-3/+3
2016-08-07Fix compile error (#6641)Guo Xiao1-2/+2
2016-08-06Merge pull request #6619 from BruceForstall/Fix6517Bruce Forstall1-3/+12
2016-08-05Merge pull request #6630 from dotnet-bot/UpdateDependencies20160805073043Gaurav Khanna1-1/+1
2016-08-05Merge pull request #6631 from erozenfeld/NullCheckFoldingEugene Rozenfeld5-50/+356
2016-08-05Decrease writes to local variables in Buffer.MemoryCopy (#6627)James Ko1-86/+176
2016-08-05Merge pull request #6636 from AndyAyersMS/MoreObservationsAndy Ayers4-13/+96
2016-08-05Fix #6517Bruce Forstall1-3/+12
2016-08-05Inliner: add a few more observationsAndy Ayers4-13/+96
2016-08-05Merge pull request #6522 from swaroop-sridhar/gcinfov2Swaroop Sridhar30-724/+739
2016-08-05Null check folding.Eugene Rozenfeld5-50/+356
2016-08-05Implement GcInfo v2Swaroop Sridhar30-724/+739
2016-08-05For helper method frame DAC doesn't read register pointers. So set them to NU...Sasha Semennikov3-2/+16
2016-08-05Merge pull request #6629 from JosephTremoulet/DeadFlagJoseph Tremoulet2-10/+0
2016-08-05Updating External dependencies to beta-24405-00dotnet-bot1-1/+1
2016-08-05Merge pull request #6628 from vancem/WCF_ExplictChannelsVance Morrison1-7/+27
2016-08-05Merge pull request #6495 from briansull/cleanupBrian Sullivan8-103/+90
2016-08-05Merge pull request #6617 from adityamandaleeka/fix_sosAditya Mandaleeka2-58/+64
2016-08-05Merge pull request #6620 from hqueue/fix/typo_20160805Aditya Mandaleeka1-1/+1
2016-08-05Remove GTF_REDINDEX_CHECKJoseph Tremoulet2-10/+0
2016-08-05Merge pull request #6577 from lukasztomczyk/threadpool-spinwaitconfigKoundinya Veluri3-5/+8
2016-08-05Merge pull request #6609 from AndyAyersMS/InlineSummaryDataAndy Ayers6-13/+147
2016-08-05Fix typo/commentsVance Morrison1-1/+2
2016-08-05Merge pull request #6618 from hseok-oh/struct8byteBrian Sullivan1-0/+2
2016-08-05Fix invalid checks for CONTEXT_XSTATE (#6621)Jan Vorlicek1-2/+2
2016-08-05Fix Issue 6585: Add offset to struct field arg (#6616)Carol Eidt4-19/+261
2016-08-05Fix misleading comment in codegenlegacy.cppHyung-Kyu Choi1-1/+1
2016-08-05disable pass/return struct(float, float) using register in 32bit architectureHyeongseok Oh1-0/+2
2016-08-04Clean up some SOS code.Aditya Mandaleeka1-52/+46
2016-08-04Cache failure to initialize SymbolReader logic in SOS.Aditya Mandaleeka2-12/+24
2016-08-04Merge pull request #6103 from mikedn/nothrowinlAndy Ayers10-10/+318