summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-18Update CoreClr, CoreFx to preview2-25518-01, preview2-25518-02, respectivelydotnet-maestro-bot1-4/+4
2017-07-18Move BitConverter to shared CoreLib partition (#12876)Jan Kotas3-45/+4
2017-07-18[RyuJIT/ARM32] Block copy for promoted struct argument assignHyeongseok Oh1-0/+3
2017-07-17Merge pull request #12874 from wateret/fix-legacy-12869Bruce Forstall1-4/+5
2017-07-17Merge pull request #12857 from CarolEidt/DumpFixesCarol Eidt4-173/+48
2017-07-17Path whitespace changes. (#12862)Nina Chikanov8-33/+39
2017-07-17Merge pull request #12872 from hqueue/arm/ryujit/issue_12706Bruce Forstall1-8/+24
2017-07-18[LegacyJIT] Fix assert condition for CNS_DBLHanjoung Lee1-4/+5
2017-07-17Merge pull request #12870 from dotnet-maestro-bot/master-UpdateDependenciesStephen Toub1-2/+2
2017-07-17Merge pull request #12871 from BruceForstall/Revert12813Bruce Forstall1-1/+1
2017-07-18[ARM32] Remove useless code: struct split using float registersHyeongseok Oh4-31/+10
2017-07-18[RyuJIT/ARM32] Unassign registers properly at BB entryHyung-Kyu Choi1-8/+24
2017-07-17Merge pull request #12861 from BruceForstall/AllowCnsIntTypeMismatchBruce Forstall1-16/+18
2017-07-17Revert #12813, which caused #12855Bruce Forstall1-1/+1
2017-07-18Update CoreClr to preview2-25517-02dotnet-maestro-bot1-2/+2
2017-07-17CoreCLR - Remove preemptive checks for path being too long (#12786)Stephen Daudell3-23/+0
2017-07-17Get rid of duplicate dump of def RefPositionsCarol Eidt1-1/+0
2017-07-17LSRA & dump cleanupCarol Eidt4-172/+48
2017-07-17Fix a build break when compiling with Standalone GC on non-Windows platforms ...Sean Gillespie1-1/+1
2017-07-17Allow CNS_INT type mismatch for ARMBruce Forstall1-16/+18
2017-07-17Create crash dump on unhandled SIGILL, SIGFPE, SIGSEGV, SIGTRAP, SIGBUS (#12842)Igor Kulaychuk3-37/+69
2017-07-17Make createdump build and work on ARM (#12798)Konstantin Baladurin10-47/+226
2017-07-17Merge pull request #12838 from pgavlin/PInvokeKillsPat Gavlin1-3/+5
2017-07-17Merge pull request #12806 from jashook/fix_2017_arm_buildJarret Shook1-3/+7
2017-07-17Updates the explicit location for armasmjashoo1-3/+7
2017-07-17Merge pull request #12840 from dotnet-maestro-bot/master-UpdateDependenciesWes Haggard1-4/+4
2017-07-17Fix alignment of reads in MD5Transform. (#12800)Ruben Ayrapetyan1-1/+13
2017-07-17Update CoreClr, CoreFx to preview2-25517-01, preview2-25517-02, respectivelydotnet-maestro-bot1-4/+4
2017-07-16Format code.Pat Gavlin1-1/+1
2017-07-16Update init-tools.sh to match corefx (#12839)Jan Kotas1-7/+15
2017-07-16Revert PR: https://github.com/dotnet/coreclr/pull/12830 (#12844)Santiago Fernandez Madero1-1/+1
2017-07-15Fix issues with early dumps of multi-reg-returning calls.Pat Gavlin2-2/+9
2017-07-15Minor cleanups in reg candidate lclVar node processing. (#12828)Pat Gavlin1-43/+40
2017-07-15Fix usage of GetThreadContext (#12825)Sergiy Kuryata1-3/+11
2017-07-14Merge pull request #12832 from pgavlin/FgMarkIntfPat Gavlin2-21/+92
2017-07-14Do not mark GC vars live across an unmanged call as DNER in liveness for RyuJIT.Pat Gavlin1-3/+5
2017-07-14Update header comments.Pat Gavlin1-10/+36
2017-07-15Fix resources lookup to use satellite assembly resouce lookup inside AppX whe...Santiago Fernandez Madero1-1/+1
2017-07-14Merge pull request #12833 from dotnet-maestro-bot/master-UpdateDependenciesStephen Toub1-4/+4
2017-07-15Update CoreClr, CoreFx to preview2-25514-02, preview2-25515-01, respectivelydotnet-maestro-bot1-4/+4
2017-07-14Merge pull request #12618 from hseok-oh/ryujit/fix_12600Bruce Forstall2-3/+16
2017-07-14Merge pull request #12813 from BruceForstall/FixArmSingleHfaStructReturnBruce Forstall1-1/+1
2017-07-14Add an overload of `fgMarkIntf` that takes a var index.Pat Gavlin2-11/+56
2017-07-14Merge pull request #12814 from pgavlin/BuildUsesPat Gavlin1-21/+11
2017-07-14Merge pull request #12811 from JeffCyr/concurrentqueue-maxsegmentlengthStephen Toub1-2/+2
2017-07-14Format code.Pat Gavlin1-1/+1
2017-07-14ARM: Fix return of single element HFABruce Forstall1-1/+1
2017-07-14Applied MaxSegmentLength restriction in ConcurrentQueueJeffCyr1-2/+2
2017-07-14Merge pull request #12804 from pgavlin/VSO462274Pat Gavlin3-0/+120
2017-07-14Merge pull request #12550 from sergign60/arm_buildBruce Forstall1-16/+36