summaryrefslogtreecommitdiff
path: root/tests/src/JIT
AgeCommit message (Expand)AuthorFilesLines
2017-12-23Make DangerousGetPinnableReference internal and remove DangerousTryGetArray (...Ahson Khan1-10/+10
2017-12-22Organizing the tests/src/JIT/HardwareIntrinsics/X86 folder by ISA to make it ...Tanner Gooding22-436/+857
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf2-6/+0
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf2-0/+6
2017-12-20Add COMPlus_EnableIncompleteISAClass and streamline IsSupportedFei Peng1-61/+0
2017-12-20Move x86 intrinsic tests into X86 folderFei Peng15-0/+0
2017-12-15Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#15532)Ahson Khan1-3/+3
2017-12-15Enabling temporarily disabled tests that call ReadOnlySpan indexer (#15546)Ahson Khan5-11/+1
2017-12-14Change ReadOnlySpan indexer to return ref readonly (#14727)Ahson Khan5-2/+12
2017-12-14[RyuJit][Armel] Do not lose type information (#15449)Sergey Andreenko1-1/+0
2017-12-13Merge pull request #15244 from fiigii/vectorCarol Eidt3-0/+496
2017-12-12Enable Vector128/256<T> and Add intrinsicsFei Peng3-0/+496
2017-12-12Fix for issue 15412Brian Sullivan3-0/+241
2017-12-08Jit: fix long shift helper for overly long shift counts (#15443)Andy Ayers3-2/+1
2017-12-06JIT: fix remorph assert in cast long shift optimization (#15386)Andy Ayers2-0/+55
2017-12-04Separate large perf benchmarks into their own legs (#15231)Michelle McDaniel89-0/+0
2017-12-02JIT: defer removing statements during opt CSE (#15323)Andy Ayers2-0/+82
2017-12-01JIT: handle boundary cases for casts of long shifts (#15294)Andy Ayers3-2/+328
2017-11-30Fixed DCE of call nodes (#15192)Roman Artemev2-0/+109
2017-11-28JIT: fix bug with int casts of long shifts (#15236)Andy Ayers2-0/+81
2017-11-21[RyuJit][x86] Set unused flag when replace an unused parent with a child. (#1...Sergey Andreenko2-0/+131
2017-11-16Fix 14455: _opt_relrotarg_valref test failure on amd64. (#15032)Sergey Andreenko2-0/+139
2017-11-15Delete move to return spill in the implicit tail call in the inlinee with sev...Sergey Andreenko2-0/+116
2017-11-08Added missing test JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443.csBrian Sullivan4-0/+1020
2017-11-07Merge pull request #14287 from tannergooding/benchmarks-gameTanner Gooding3-129/+213
2017-11-06Add test case for jit dup stloc optimization (#14803)Andy Ayers2-0/+79
2017-11-02Merge pull request #14796 from sdmaclea/PR-SIMD-lower-bounds-testBruce Forstall1-0/+21
2017-11-01JIT: convert fixed-sized locallocs to locals, enable inlining (#14623)Andy Ayers2-0/+85
2017-11-01Updating xUnit Benchmark Scenarios to capture Etw with Pmc support. (#14734)José Rivero3-7/+7
2017-11-01Add SIMD get_Item lower bounds testSteve MacLean1-0/+21
2017-10-30Implement auto dependency flow Repo API (#14518)Wes Haggard3-18/+18
2017-10-30Merge pull request #14456 from fiigii/crc32Carol Eidt9-0/+578
2017-10-27Add regression test for double counting retbufjashook1-0/+110
2017-10-25Enable Crc32 , Popcnt, Lzcnt intrinsicsFei Peng9-0/+578
2017-10-16Merge pull request #14350 from CarolEidt/LsraInfoCleanupCarol Eidt6-0/+203
2017-10-13Fix handling of SIMD12Carol Eidt6-0/+203
2017-10-12Fix JIT/HardwareIntrinsics/IsSupported.csSteve MacLean1-10/+13
2017-10-09JIT: improve type equality opts for generic and prejitted code (#14381)Andy Ayers2-0/+129
2017-10-07Adding the new fastest mandelbrot implementation to benchmarks-game.Tanner Gooding2-0/+247
2017-10-04Fix condition flags reuse optimization (#14323)mikedn2-0/+80
2017-10-03Removing the mandelbrot-4 implementation.Tanner Gooding2-163/+0
2017-09-29Enable hardware intrinsic in debug and reflectionFei Peng3-9/+67
2017-09-29Implement IsSuppoored for all ISA classesFei Peng2-0/+122
2017-09-27Merge pull request #14207 from CarolEidt/Fix14028Carol Eidt2-0/+70
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers2-0/+247
2017-09-26Handle GT_SIMD in GenTree::CompareCarol Eidt2-0/+70
2017-09-23Make GitHub_14116 test work on 32 bitMike Danes1-1/+2
2017-09-22Merge pull request #14118 from rartemev/devdiv_491206Roman Artemev2-0/+104
2017-09-22Merge pull request #14117 from mikedn/earyprop-neg-lengthBruce Forstall2-0/+81
2017-09-22Merge pull request #13167 from alpencolt/ryu-arm-remove-lea-0-offsetBruce Forstall2-0/+118