summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-02Delete SingleGetHashCode and DoubleGetHashCode tests for arm/arm64 (#16688)Bruce Forstall4-92/+0
2018-03-02Merge pull request #16703 from BruceForstall/GeneralizeRuntestExclusionFilesBruce Forstall3-8/+10
2018-03-02Fix !threads -special spurious error message (#16701)Mike McLaughlin2-7/+12
2018-03-02Update CoreClr to preview2-26302-06 (#16706)dotnet-maestro-bot2-3/+3
2018-03-02Merge pull request #16646 from fiigii/insertextractCarol Eidt53-246/+12372
2018-03-02Work around MCG bug around `ref char` marshalling (dotnet/corert#5481)Michal Strehovský2-0/+22
2018-03-01Merge pull request #16617 from echesakovMSFT/UseCodeTTypedefArmEgor Chesakov3-32/+34
2018-03-02Merge pull request #16669 from tannergooding/hwintrin-sse2-maskmoveCarol Eidt7-0/+206
2018-03-01Fixing GetFullPath (#16670)Anirudh Agnihotry2-3/+7
2018-03-01Update CoreClr, CoreFx to preview2-26302-01, preview2-26228-08, respectively ...dotnet-maestro-bot2-6/+6
2018-03-01Generalize runtest.sh test exclusion filesBruce Forstall3-8/+10
2018-03-01Vectorize String.IndexOf(char) and String.LastIndexOf(char) (#16392)Eric Erhardt1-6/+158
2018-03-01Fix Adar month name in Hebrew calendar (#16697)Tarek Mahmoud Sayed1-0/+7
2018-03-01Merge pull request #16668 from briansull/simd-ins-optBrian Sullivan3-79/+50
2018-03-011-base Dictionary buckets to reduce initalizationBen Adams1-29/+29
2018-03-01Use EqualityComparer<TKey>.Default IntrinsicBen Adams1-47/+113
2018-03-01Improve Dictionary TryInsert CQBen Adams1-22/+49
2018-03-01Improve Dictionary FindEntry CQBen Adams1-6/+19
2018-03-01Change several ValueTask properties to methods (#16691)Stephen Toub3-74/+62
2018-03-01Implement SSE4.1 insert and extractFei Peng7-24/+136
2018-03-01 Move MemoryExtensions.TryGetString to MemoryMarshal and remove TryGetArray (...Ahson Khan8-64/+31
2018-03-01Remove Span.NonGenerics and update leftover AsRoS -> AsSpan changes (#16689)Ahson Khan3-44/+2
2018-03-01Update 64-bit intrinsics and simplify SSE/SSE2 intrinsicFei Peng5-229/+126
2018-03-01Merge pull request #16660 from echesakovMSFT/UseTarget64BitMacroEgor Chesakov22-74/+62
2018-03-01Add tests and templates for insert/extractFei Peng45-1/+12118
2018-03-01Define emitter::code_t for _TARGET_ARM_ and use this type rather than ssize_t...Egor Chesakov3-32/+34
2018-03-01Adding tests for additional AVX hardware intrinsicsTanner Gooding90-438/+13578
2018-03-01Adding support for additional AVX hardware intrinsicsTanner Gooding4-23/+69
2018-03-01Adjust System.Threading.Tasks.Extensions for IValueTaskSourceStephen Toub4-24/+15
2018-03-01Improve MemoryMarshal.Cast (#16659)mikedn1-2/+60
2018-03-01Add back argument check for TypeForwardedFromAttribute (#16680)Jan Kotas1-0/+3
2018-03-01Fix build break in System.Memory due to incorrect XML commentsStephen Toub1-12/+12
2018-03-01Merge pull request #16618 from stephentoub/valuetaskextensibilityStephen Toub17-246/+1310
2018-03-01Remove span helpers, use mirrored PathInternal helper (#27585)Jeremy Kuhne3-6/+47
2018-02-28Fix GetPathRoot issues (dotnet/corefx#27572)Jeremy Kuhne1-38/+31
2018-02-28Edits to fix conflicts in generated Vector.cs file (#16666)Mandar Sahasrabuddhe1-4/+4
2018-02-28Adding tests for the SSE2 MaskMove intrinsicTanner Gooding3-0/+184
2018-02-28Implementing the SSE2 MaskMove intrinsicTanner Gooding4-0/+22
2018-02-28Release memory correctly during ComCallWrapperTemplate::Cleanup (#16671)Luqun Lou1-1/+1
2018-02-28Remove ConvertILOnlyPE32ToPE64 and ConvertILOnlyPE32ToPE64Worker (#16676)Egor Chesakov2-116/+0
2018-02-28Move IValueTaskSource and friends to System.Threading.Tasks.SourcesStephen Toub6-4/+9
2018-02-28Add token to IValueTaskSourceStephen Toub4-57/+91
2018-02-28Implement ValueTask extensibilityStephen Toub17-246/+1271
2018-02-28Minor documentation improvements (#16677)Alfred Myers1-2/+2
2018-02-28Create test for rundown events with EventPipe (#16667)Victor "Nate" Graf4-44/+84
2018-02-28Replace sizeof(LPVOID)==4 with #ifdef _TARGET_64BIT_ in fieldmarshaler.cppEgor Chesakov1-22/+10
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov21-52/+52
2018-02-28Delete unnecesary StackCrawlMarks (#16648)Jan Kotas14-184/+34
2018-02-28Update BuildTools, CoreClr, CoreFx, PgoData to preview2-02528-07, preview2-26...dotnet-maestro-bot3-11/+11
2018-02-28Refactor the signature of genGetSimdInsOpt to use emitAttrBrian Sullivan3-79/+50