summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-26Update the table-driven framework to support x86 imm-intrinsics.Fei Peng25-213/+606
2018-02-26Add tests/templates for AVX2/SSE2 shift intrinsicsFei Peng96-2/+28231
2018-02-26Add tests ShiftLeft/RightLogicalVariableFei Peng6-0/+912
2018-02-26Add AVX.Compare/CompareScalar testsFei Peng6-0/+557
2018-02-26Add Avx.SetZeroVector256<T> testsFei Peng3-0/+299
2018-02-26Upgrade TraceEvent and XUnit-Performance to the latest versions. (#16597)Brian Robbins1-2/+2
2018-02-26Fix ascii range check (#16535)Ben Adams2-2/+2
2018-02-26Fix for incorrect case in GC reliability/stress night config (#16595)Sung Yoon Whang1-1/+1
2018-02-26Fix SoDBench by retargeting ASP Net feed (#16596)Victor "Nate" Graf1-3/+7
2018-02-26Avoid async method caching of a 0 decimal task (#16588)Stephen Toub1-2/+0
2018-02-26Fixed mixed mode attach/JIT debugging. (#16552)Mike McLaughlin15-367/+236
2018-02-26Merge pull request #16591 from BruceForstall/FixArmTestExclusionsBruce Forstall1-25/+19
2018-02-26Fix arm32/arm64 test exclusionsBruce Forstall1-25/+19
2018-02-26Simplify test dependencies for benchmarks (#16378)Andy Ayers108-901/+18
2018-02-26Update PgoData to master-20180226-0052 (#16563)dotnet-maestro-bot1-2/+2
2018-02-26Delete Single/Double.GetHashCode tests (#16567)Jan Kotas4-305/+0
2018-02-26Merge pull request #16396 from jashook/add_separate_buildtests_official_build...Jarret Shook2-0/+575
2018-02-26Use overriden double/float GetHashCode for default struct hashcodes (#16550)Jan Kotas2-44/+56
2018-02-25Delete dead codeJan Kotas1-2/+0
2018-02-25Delete redundant (RuntimeType) castsJan Kotas2-48/+48
2018-02-25Delete redundant int pcaCount intializationsJan Kotas1-28/+14
2018-02-25Fix GetCustomAttribute API for DllImportAttribute pseudo custom attributeJan Kotas1-39/+33
2018-02-25Update CoreFx, PgoData to preview2-26225-02, master-20180225-0051, respective...dotnet-maestro-bot1-5/+5
2018-02-25Delete printing of security transparency in SOS (#16560)Jan Kotas6-39/+0
2018-02-25Fixed NaN's GetHashCode and Equals invariant issue. (#16551)Jan Kotas2-14/+23
2018-02-25Fix path issues (#16554)Jeremy Kuhne3-7/+23
2018-02-24Return empty array if length is zero (#16529)kasper32-0/+20
2018-02-24Update CoreFx, PgoData to preview2-26224-02, master-20180223-0037, respective...dotnet-maestro-bot1-5/+5
2018-02-24Fix calling convention gap in DynamicILGenerator.EmitCalli (#16546)Petar Petrov1-1/+36
2018-02-24Suppress "local variable is initialized but not used" warning (#16549)Stephen Toub1-0/+2
2018-02-23Address more stacktrace print issues (#16525)Sung Yoon Whang4-8/+42
2018-02-23Delete eventpipetrace test. (#16534)Brian Robbins4-144/+0
2018-02-23Mark sharedgenerics test as GCStressIncompatible (#16507)Michal Strehovský1-0/+3
2018-02-23Update BuildTools to 2.1.0-preview2-02522-03 (#16532)Davis Goodin2-3/+3
2018-02-23Enabling CLR implemented write watch on AMD64 on Windows. (#16516)Maoni Stephens1-1/+4
2018-02-23Remove StringBuffer and use ValueStringBuilder (#16512)Jeremy Kuhne6-466/+160
2018-02-23JIT: don't trust field offsets in R2R for nullcheck bypass (#16492)Andy Ayers1-2/+13
2018-02-23Fix preventing memory allocation in signal handler (#16485)Jan Vorlicek1-8/+5
2018-02-23Fix build break with older VS versions (#16522)Jan Kotas1-3/+3
2018-02-22Adding a TODO-XArch to `Lowering::ContainCheckHWIntrinsic` to track https://g...Tanner Gooding2-1/+7
2018-02-22Adding the missing function header comments to hwintrinsiccodegenxarch.cppTanner Gooding1-0/+100
2018-02-22AsReadOnlySpan -> AsSpan rename to fix build breaksJan Kotas18-66/+71
2018-02-22Rename string-slicing extension methods (dotnet/corefx#27328)Atsushi Kanamori1-1/+1
2018-02-22Merge pull request #16511 from CarolEidt/FixDD541653Carol Eidt3-0/+117
2018-02-22Update BuildTools, CoreClr, CoreFx, PgoData to preview2-02522-02, preview2-26...dotnet-maestro-bot3-11/+11
2018-02-22Handle a restored double Interval at block boundaryCarol Eidt3-0/+117
2018-02-22Add ReadOnlySpan string-like Equals/CompareTo/IndexOf/Contains API with globa...Ahson Khan7-38/+473
2018-02-22Remove most preemptive checks from GetFullPath (#16478)Jeremy Kuhne8-309/+49
2018-02-22Merge pull request #16473 from CarolEidt/FixDD541648Carol Eidt4-1/+171
2018-02-22Add CoreLib helpers for MemoryExtensions.AsSpan/AsMemory(T[], int) (#16505)Atsushi Kanamori2-0/+44