summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-07-18JIT: force all local var ref counts to be accessed via API (#18979)Andy Ayers18-122/+174
2018-07-18R2RDump - Test infrastructure (#18745)Amy13-58/+136
2018-07-18Revert "Improve narrowing of GT_AND nodes. (#18916)" (#18975)Jan Kotas1-52/+11
2018-07-18Use FD_CLOEXEC instead of 1. (#18976)Jay Krell1-1/+1
2018-07-18Merge pull request #18941 from CarolEidt/Fix18884Carol Eidt3-4/+41
2018-07-18Use api-set instead of combase.dll (#18981)Jan Kotas2-2/+1
2018-07-18Remove unuseful null check on Activator.CreateInstance (#18806)Marco Rossignoli1-5/+1
2018-07-18Optimize {Try}FormatDecimal (#18935)Pent Ploompuu2-56/+37
2018-07-18Delete Span ifdefs that are no longer needed (#18982)Jan Kotas8-170/+33
2018-07-17Clean-up number.cpp (#18964)Pent Ploompuu2-1231/+0
2018-07-17 Add pooling for JIT scratch memory (#18924)Jan Kotas24-353/+289
2018-07-17Merge pull request #18938 from vancem/EventSourceShutdownVance Morrison1-0/+2
2018-07-17Kill RCX when used by shiftCarol Eidt3-4/+41
2018-07-17Merge pull request #18891 from CarolEidt/Fix18153Carol Eidt5-11/+66
2018-07-17Move Decimal to shared (#18948)Pent Ploompuu28-5158/+2965
2018-07-17Improve throughput of {U}Int32/64.{Try}Parse for hex (#18952)Stephen Toub1-508/+554
2018-07-17Update BuildTools, CoreClr, CoreFx, PgoData to preview1-03013-03, preview1-26...dotnet-maestro-bot1-1/+1
2018-07-17Delete redundant broken offsetof definitions (#18947)Jan Kotas10-66/+8
2018-07-16Apply tiering's call counting delay more broadly (#18610)Koundinya Veluri10-212/+415
2018-07-16Use `FEATURE_ARG_SPLIT` to qualify handling of `GT_PUTARG_SPLIT`Carol Eidt1-1/+1
2018-07-16JIT: fix value numbering to handle GT_NULLCHECK more generally (#18942)Andy Ayers1-6/+11
2018-07-16PR FeedbackCarol Eidt1-5/+7
2018-07-16Implementing the Avx2 AlignRight, Blend, and ConvertTo* hwintrinsics.Tanner Gooding6-5/+34
2018-07-16Ensure BuildUse uses the correct reg numberCarol Eidt5-11/+64
2018-07-16Improve narrowing of GT_AND nodes. (#18916)Eugene Rozenfeld1-11/+52
2018-07-16Add back in code deleted in .NET Core port.Vance Morrison1-0/+2
2018-07-16Improve throughput of UInt32/UInt64 integer parsing (#18930)Stephen Toub1-56/+419
2018-07-15Remove unused resource strings from System.Private.CoreLib (#18808)Stephen Toub1-33/+0
2018-07-15Expose SpinWait.SpinOnce(int sleep1Threshold) overload (#18204)Koundinya Veluri4-10/+48
2018-07-15Temporarily allow combase.dll!RoGetActivationFactory (#18922)Stephen Toub1-0/+1
2018-07-14Remove version increment from Dictionary<K,V>.Remove overloads (#18854)Wraith21-2/+0
2018-07-13Improve Int32/Int64 {Try}Parse performance for NumberStyles.Integer (#18897)Stephen Toub1-11/+342
2018-07-13JIT: optimize some cases of unused structs (#18819)Andy Ayers1-1/+16
2018-07-12Add prefix to DAC's PAL exports for alpine (#18873)Mike McLaughlin13-291/+411
2018-07-12Remove dead/unreachable code from ARM32 and ARM64 emitters (#18878)Egor Chesakov5-129/+23
2018-07-12Merge pull request #18887 from briansull/atomic-fixBrian Sullivan2-10/+10
2018-07-12Fixes for bugs in fgMorphCast and optNarrowTree. (#18816)Eugene Rozenfeld2-5/+14
2018-07-12Include the processor atomic operations in the OperIsStore categoryBrian Sullivan2-10/+10
2018-07-12Don't trim compiler-generated anonymous types. (#18835)Brian Robbins1-0/+2
2018-07-11Fix VEX.vvvv encoding for AVX.BlendVariableFei Peng1-1/+5
2018-07-11Remove TODO comment from CancellationTokenRegistration.Unregister (#18880)Stephen Toub1-1/+1
2018-07-11Merge pull request #18859 from hoyosjs/fix-debug-gscookie-checkJuan Hoyos5-6/+16
2018-07-11Optimize Double/Single.IsNegativeJan Kotas2-4/+2
2018-07-10Make Number.Parsing.cs BigEndian friendly (#18853)Egor Bogatov2-23/+5
2018-07-10Initial implementation of method fixup parser (#18749)Tomáš Rylek5-19/+204
2018-07-10Fixing encodeXmmRegAsIval to ensure the result meets the "fits in imm8" checkTanner Gooding2-3/+6
2018-07-10Merge pull request #18805 from CarolEidt/Fix18746Carol Eidt1-0/+2
2018-07-10Fix two issues in Marshal.SecureStringToBSTR (#18851)Stephen Toub3-19/+19
2018-07-10Merge pull request #18812 from briansull/fix_610014Brian Sullivan1-7/+8
2018-07-10Merge pull request #18653 from acmyu/buildAmy2-9/+27