summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-18Update CoreClr, CoreSetup to preview-27218-02, preview-27218-01, respectively...dotnet-maestro-bot2-5/+5
2018-12-18Update named mutex PAL tests to include case of file locks being inherited by...Koundinya Veluri1-0/+72
2018-12-18Add support for parsing field signatures (#21573)Tomáš Rylek1-16/+62
2018-12-18Merge pull request #21567 from CarolEidt/Issue20657Carol Eidt2-0/+68
2018-12-18Merge pull request #21571 from BruceForstall/DisableArm32TestBruce Forstall1-0/+3
2018-12-18Fix stack walking and reporting of default interface methods (#21525)Michal Strehovský14-29/+81
2018-12-17Add .NET Core version to EventLog (#21566)Sung Yoon Whang1-1/+12
2018-12-17Generate ARM CFIs in prolog (#21505)Andrey Kvochko3-63/+27
2018-12-17Fixed suppressed XML documentation errors (dotnet/corefx#34020)Stanislav Ushakov2-0/+4
2018-12-17Do not use CorHost2::m_fStarted to gate execution (#20953)Steve MacLean3-31/+9
2018-12-17Merge pull request #21574 from BruceForstall/AddDotnetDiagnosticsInfoBruce Forstall1-0/+5
2018-12-17Merge pull request #21572 from BruceForstall/DisableArm64TestBruce Forstall1-0/+1
2018-12-17Merge pull request #21532 from BruceForstall/FixPython3IssueBruce Forstall3-21/+27
2018-12-17Add tests for marshalling a System.Drawing.Color. (#21569)Jeremy Koritzinsky19-2/+214
2018-12-17Add dotnet info to PMI asm diffs outputBruce Forstall1-0/+5
2018-12-17Disable System.Runtime.Tests for Linux arm64 corefx testsBruce Forstall1-0/+1
2018-12-17Disable GitHub_19361 for Linux arm32Bruce Forstall1-0/+3
2018-12-17Switch to using resources in BenchmarksGames tests (#21554)Egor Chesakov15-246/+57
2018-12-17Test for #20657 SIMD byref bugCarol Eidt2-0/+68
2018-12-17Delete dead code (#21562)Jan Kotas7-703/+63
2018-12-17Update dependency files (#21560)dotnet-maestro[bot]6-17/+27
2018-12-17Add specialized allocation helpers (#21561)Michal Strehovský5-5/+20
2018-12-16Merge pull request #21400 from BruceForstall/FixArm32FloatRangeBruce Forstall12-60/+518
2018-12-16Enable object stack allocation in R2R mode.Eugene Rozenfeld7-65/+111
2018-12-15Enable PinPlugAtGCTime event for standalone GC (#21543)Sung Yoon Whang5-4/+14
2018-12-15Update dependency files (#21508)dotnet-maestro[bot]3-6/+34
2018-12-15Update CoreClr, CoreSetup to preview-27215-01, preview-27214-02, respectively...dotnet-maestro-bot2-5/+5
2018-12-15Fix more HWIntrinsic ifdefs (#21556)Carol Eidt1-5/+8
2018-12-15Fix warning causing error in warning as error (#21557)Ben Adams1-2/+2
2018-12-14Fixing an assert in `gtGetStructHandleForSIMD` to validate the size of the si...Tanner Gooding1-1/+1
2018-12-14Add Azure DevOps signing support (#21545)Morgan Brown6-7/+88
2018-12-14Publish packages in Azure DevOps official build (#21536)Sven Boemer20-184/+319
2018-12-15Implement GC ref map parsing and display in R2RDump (#21509)Tomáš Rylek9-74/+553
2018-12-14Merge pull request #21535 from CarolEidt/Fix21500Carol Eidt2-7/+23
2018-12-14Simplifying the emitter handling of 4-byte encoded SSE instructions (#21528)Tanner Gooding5-108/+71
2018-12-14Update CoreClr, CoreFx, CoreSetup to preview-27213-02, preview.18613.4, previ...dotnet-maestro-bot3-8/+11
2018-12-14Implement two pass algorithm for variant interface dispatch (#21355)Michal Strehovský4-5/+399
2018-12-13Setting the m_willBlockOnGarbageCollectionEvent earlier and only when we will...Andrew Au4-15/+32
2018-12-13'mscorlib' link returns 404 -> 'System.Private.CoreLib' (#34086)Matt Warren1-1/+1
2018-12-13Running and visualizing tests in AzureDevOps (Part 1) (#21502)Egor Chesakov6-71/+100
2018-12-13Update var life for multireg localCarol Eidt2-8/+24
2018-12-13Fixes issue #21485 and #21484 (#21526)Mike McLaughlin3-11/+31
2018-12-13JIT: avoid folding operations with relocatable immediates (#21511)Andy Ayers1-6/+29
2018-12-13Fix Python 3 issuesBruce Forstall3-21/+27
2018-12-13Minor cleanup of the interoputil.h API (#21476)Aaron Robinson2-186/+212
2018-12-13Suppress warning of obsolete API (#21529)Aaron Robinson5-131/+32
2018-12-13Merge pull request #21527 from CarolEidt/FixIfdefCarol Eidt1-2/+2
2018-12-13Fix HWIntrinsics ifdefCarol Eidt1-2/+2
2018-12-13Fix hardware intrinsc API XML comments (#21515)Fei Peng9-63/+63
2018-12-13Fixing up configEnableISA and Compiler::compSetProcessor to be consistent wit...Tanner Gooding4-207/+104