summaryrefslogtreecommitdiff
path: root/tests/src/JIT
AgeCommit message (Expand)AuthorFilesLines
2018-11-17Removing the legacy helper intrinsics and adding tests for their replacements...Tanner Gooding637-25995/+60653
2018-11-16Exclude GC stress failure test. (#21059)Sergey Andreenko1-0/+2
2018-11-14Disable COM tests being CrossGen'd (#21010)Aaron Robinson1-2/+1
2018-11-14Fix arm64 PUTARG_STK(contained OBJ(contained LCL_FLD_ADDR)). (#20995)Sergey Andreenko2-0/+78
2018-11-13Fix for bug 20499.Eugene Rozenfeld2-0/+85
2018-11-13Disable R2R for object stack allocation tests.Eugene Rozenfeld1-0/+2
2018-11-12Lower fast tail call wasn't patching control expression (#20740)Egor Chesakov2-0/+184
2018-11-12Disable stress random inlining for object stack allocation tests.Eugene Rozenfeld1-0/+2
2018-11-12Allow jit to examine type of initonly static ref typed fields (#20886)Andy Ayers2-0/+85
2018-11-09Fix typos in comments (#20908)Li Shengqiu1-1/+1
2018-11-08Implement escape analysis and stack allocation of non-box objects without gc ...Eugene Rozenfeld2-0/+286
2018-11-08Delete unnecessary ReferenceSystemPrivateCoreLibJan Kotas2-2/+0
2018-11-08Fixes issue 18259Brian Sullivan4-0/+711
2018-11-07Merge pull request #20787 from CarolEidt/Arm64IntrinsicsWindowsCarol Eidt1-4/+1
2018-11-06Merge pull request #20633 from BruceForstall/FixSPCheckBruce Forstall2-3/+3
2018-11-05Fix calling convention for 3 p/invoke test casesBruce Forstall2-3/+3
2018-11-05Add support for BSWAP intrinsic (#18398)Levi Broderick3-0/+206
2018-11-05Fix constant propagation with nested structsBrian Sullivan2-0/+108
2018-11-03Add Windows support for Arm64 HW IntrinsicsCarol Eidt1-4/+1
2018-11-01Fix the test. (#20701)Sergey Andreenko1-1/+0
2018-10-31Arm32: Handle live-out double reg in resolutionCarol Eidt2-0/+179
2018-10-31Merge pull request #20638 from fiigii/movetestCarol Eidt51-1113/+4292
2018-10-30Fix `JitStressRegs=0x1` issue with `RefTypeUpperVectorSaveDef`. (#20623)Sergey Andreenko2-0/+97
2018-10-30JIT: Fix call flag propagation for GenTreeArrElem (#20660)Andy Ayers2-0/+64
2018-10-29JIT: streamline temp usage for returns (#20640)Andy Ayers4-0/+162
2018-10-26Move SSE/SSE2/AVX Load* intrinsic tests to the template frameworkFei Peng51-1113/+4292
2018-10-26Merge pull request #20579 from fiigii/broadcastCarol Eidt61-715/+7658
2018-10-25Stop attempting to move PSPSym during localloc for arm32/arm64Bruce Forstall4-0/+210
2018-10-25Add test cases for AVX2.BroadcastScalarToVector128/256 and move Avx.Broadcast...Fei Peng61-715/+7658
2018-10-23Re-enable hardware intrinsic testsFei Peng35-0/+12304
2018-10-16Use build-test.sh script on Linux (#20430)Egor Chesakov5-10/+10
2018-10-16Extract argInfo building from fgMorphArgs (#19658)Carol Eidt1-0/+10
2018-10-15Fix GitHub #20389 (#20391)Fei Peng1-1/+1
2018-10-11Implement LeadingSignCount and LeadingZeroCount ARM64 Base Intrinsics (#20306)Egor Chesakov1-63/+49
2018-10-10Merge pull request #20310 from fiigii/nogenericCarol Eidt38-9161/+1
2018-10-09Fix test JIT\Regression\VS-ia64-JIT\M00\b80373 (#20321)mikedn1-1/+1
2018-10-09Do not promote struct field with type mistmatch. (#20085)Sergey Andreenko6-0/+340
2018-10-09Disable tests for generic hardware intrinsicFei Peng38-9161/+1
2018-10-09[arm64] Fix GitHub 20211 Issue (#20240)Egor Chesakov3-0/+385
2018-10-08Merge pull request #20210 from fiigii/lastavx2Carol Eidt100-357/+32183
2018-10-06JIT: make sure to use normalized type when retyping box temp (#20285)Andy Ayers2-0/+82
2018-10-05Add tests for AVX2 and new intrinsicFei Peng100-357/+32183
2018-10-03Merge pull request #20173 from fiigii/retestCarol Eidt9-0/+1011
2018-10-02Merge pull request #20203 from AndyAyersMS/FixGtIndexAddrTestAndy Ayers1-0/+2
2018-10-01Fix test for GT_INDEX_ADDR to forcibly compile with minoptsAndy Ayers1-0/+2
2018-09-28Add pointer overloads for Avx2.BroadcastScalarToVector256Fei Peng4-40/+0
2018-09-27Re-enable hardware intrinsic testsFei Peng9-0/+1011
2018-09-20Convert Sse2 tests PackSignedSaturate, PackUnsignedSaturate, UnpackHigh and U...Jacek Blaszczynski37-1116/+8555
2018-09-20JIT: Fix operand evaluation order for GT_INDEX_ADDR (#20047)Andy Ayers2-0/+92
2018-09-20Disable tests of BroadcastScalarToVector128Fei Peng14-3830/+0