summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-01-22Merge pull request #15944 from BruceForstall/CorefxTestUseCorrectVersionBruce Forstall1-6/+47
2018-01-19Merge pull request #15903 from CarolEidt/Fix545505Carol Eidt2-0/+224
2018-01-19Convert perf.groovy to use run-xunit-perf.py (#15881)Michelle McDaniel3-1000/+16
2018-01-19For corefx testing, use a matching corefx repo version git hashBruce Forstall1-6/+47
2018-01-19Stop treating all calls to instance interface methods as callvirt (#15925)Michal Strehovský2-0/+107
2018-01-19Merge pull request #15749 from fiigii/tabledriveCarol Eidt9-0/+523
2018-01-19Disable eventpipetrace test due to JIT stress failure (#15927)Victor "Nate" Graf1-2/+5
2018-01-18Enable EventPipe and EventSource Functional Tests (#15917)Brian Robbins2-2/+11
2018-01-18table drive Intel hardware intrinsicFei Peng9-0/+523
2018-01-18Merge pull request #15901 from tannergooding/hwintrin-fixupCarol Eidt1-1/+12
2018-01-18PR FeedbackCarol Eidt1-8/+8
2018-01-18ARM: Fix morphing of struct passed on stackCarol Eidt2-0/+224
2018-01-18Update perflab tests to execute in a fixed orderAndy Ayers3-42/+28
2018-01-17Fixing the `LoadAlignedVector128` HWIntrinsic test to ensure that we always r...Tanner Gooding1-1/+12
2018-01-16Merge pull request #15893 from BruceForstall/FixR2RCrossgenBruce Forstall4-0/+4
2018-01-16Merge pull request #15894 from BruceForstall/DisableGetGenerationInGCStressBruce Forstall3-3/+3
2018-01-16Disable GetGeneration from GCStress runsBruce Forstall3-3/+3
2018-01-16Fix non-Windows R2R testing in CIBruce Forstall4-0/+4
2018-01-16Adding tests for the SSE Load, LoadAligned, LoadHigh, LoadLow, and LoadScalar...Tanner Gooding15-0/+725
2018-01-16Adding tests for the SSE MoveMask intrinsicTanner Gooding3-0/+131
2018-01-16Adding tests for the SSE Set scalar intrinsicTanner Gooding3-0/+143
2018-01-16Adding tests for the SSE Compare<op>Ordered and Compare<op>Unordered scalar i...Tanner Gooding36-0/+1788
2018-01-16Adding tests for the SSE ConvertTo Int32, Int32WithTruncation, Int64WithTrunc...Tanner Gooding18-0/+822
2018-01-16Adding tests for the SSE Reciprocal, ReciprocalSqrt, and Sqrt scalar intrinsicsTanner Gooding9-0/+463
2018-01-16Adding tests for the SSE compare eq, gt, ge, lt, le, ne, ord, and unord scala...Tanner Gooding36-0/+1872
2018-01-16Adding tests for the SSE Add, Divide, Max, Min, Move, Multiply, and Subtract ...Tanner Gooding21-0/+1092
2018-01-16Adding tests for the SSE StaticCast intrinsicTanner Gooding3-0/+155
2018-01-16Adding tests for the SSE Shuffle intrinsicTanner Gooding3-0/+222
2018-01-16Adding tests for the SSE Set, SetAll, and SetZero intrinsicsTanner Gooding9-0/+435
2018-01-16Adding tests for the SSE Reciprocal, ReciprocalSqrt, and Sqrt intrinsicsTanner Gooding9-0/+481
2018-01-16Adding tests for the SSE compare eq, gt, ge, lt, le, ne, ord, and unord intri...Tanner Gooding36-0/+1944
2018-01-16Adding tests for the And, AndNot, Divide, Max, Min, MoveHighToLow, MoveLowToH...Tanner Gooding39-0/+2082
2018-01-16Merge pull request #14736 from tannergooding/roundsxTanner Gooding18-0/+1440
2018-01-15Delete BasicSpanTest.cs (#15860)Jan Kotas1-748/+0
2018-01-14Add tests for Math.Ceiling, Floor, and Round.Tanner Gooding18-0/+1440
2018-01-12Merge pull request #15850 from BruceForstall/FastGCStressBruce Forstall3-3/+33
2018-01-12Do fast GC stress on some extreme testsBruce Forstall3-3/+33
2018-01-12Merge pull request #15815 from jashook/fix_helix_publishJarret Shook1-2/+2
2018-01-12Fix overwriting os/arch when publishing to helixjashook1-2/+2
2018-01-12Convert run-xunit-perf to py script (#15568)Michelle McDaniel3-14/+631
2018-01-11Merge pull request #15835 from BruceForstall/FixGCKeepAliveBruce Forstall1-1/+1
2018-01-11Merge pull request #15832 from BruceForstall/DisableNoGCInStressBruce Forstall3-2/+3
2018-01-11Fix GC.KeepAlive test caseBruce Forstall1-1/+1
2018-01-11Disable NoGC test in GCStress test runsBruce Forstall3-2/+3
2018-01-10Fix change to fgMorphBlockOperandCarol Eidt3-0/+170
2018-01-09Fixing https://github.com/aspnet/JitBench/issues/80 (#15764)José Rivero2-1/+7
2018-01-08JIT: improve return types in cases with spill temps (#15766)Andy Ayers2-0/+139
2018-01-05JIT: fix decompose long left shift for overshift cases (#15704)Andy Ayers3-3/+33
2018-01-05Merge pull request #15639 from tannergooding/expand-hwintrinTanner Gooding7-86/+473
2018-01-05Detect ByRefLike types using attribute (#15745)Jan Kotas2-0/+209