summaryrefslogtreecommitdiff
path: root/tests/src/JIT/HardwareIntrinsics
AgeCommit message (Expand)AuthorFilesLines
2019-02-15Manually update the dependencies.props and move S.P.Corelib to use LangVersio...Tanner Gooding1-1/+0
2019-02-06Add option to run tests in unloadable context (#22332)Jan Vorlicek2-0/+4
2019-01-17Merge pull request #22022 from fiigii/reenabletestCarol Eidt11-0/+1664
2019-01-16Re-enable Avx.PermuteVar testsFei Peng11-0/+1664
2019-01-16 Fix imm-operand encoding for SSE/AVX instructions (#21999)Fei Peng54-2557/+7719
2019-01-10Merge pull request #21928 from fiigii/fixMulxCarol Eidt3-0/+138
2019-01-10Don't optimize BMI2 MultiplyNoFlags awayFei Peng3-0/+138
2019-01-09Fix CRC32 instruction encoding on containment formFei Peng3-0/+339
2018-12-21Implement the remaining BMI1/2 intrinsic (#21480)Fei Peng26-15/+3077
2018-12-04Move more SSE2 intrinsic tests to templateFei Peng24-543/+1098
2018-12-04Remove redundant checks in test templatesFei Peng49-49/+49
2018-11-30Migrate 64-bit-only intrinsic tests to new APIsFei Peng100-965/+4495
2018-11-20Fixing up some issues with the HWIntrinsic test templates (#21104)Tanner Gooding1472-6348/+16386
2018-11-17Removing the legacy helper intrinsics and adding tests for their replacements...Tanner Gooding626-25904/+60561
2018-11-07Merge pull request #20787 from CarolEidt/Arm64IntrinsicsWindowsCarol Eidt1-4/+1
2018-11-03Add Windows support for Arm64 HW IntrinsicsCarol Eidt1-4/+1
2018-10-26Move SSE/SSE2/AVX Load* intrinsic tests to the template frameworkFei Peng51-1113/+4292
2018-10-25Add test cases for AVX2.BroadcastScalarToVector128/256 and move Avx.Broadcast...Fei Peng61-715/+7658
2018-10-23Re-enable hardware intrinsic testsFei Peng34-0/+12246
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-09Disable tests for generic hardware intrinsicFei Peng37-9103/+1
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-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-20Disable tests of BroadcastScalarToVector128Fei Peng14-3830/+0
2018-09-19Add generated code for Convert Sse2 ConvertTo* and ConvertToVector128* testsJacek Blaszczynski55-1790/+7696
2018-09-19Convert Sse2 ConvertTo* and ConvertToVector128* tests to template basedJacek Blaszczynski6-4/+803
2018-09-13temporarily disable some hw intrinsic testsFei Peng9-464/+0
2018-09-10Add test cases for Pclmulqdq intrinsicFei Peng15-1/+4294
2018-09-07Remove all Sse2 Pack* and Unpack* tests from GneerateTests.csx scriptJacek Blaszczynski1-21/+0
2018-09-05Convert all Sse2.Compare*** tests to template basedJacek Blaszczynski100-3346/+9580
2018-09-05Add test for AVX2 gather intrinsicFei Peng12-0/+4088
2018-08-31Add Avx2.Permute4x64 template based testsJacek Blaszczynski7-1/+1162
2018-08-24Add test cases for AES intrinsicFei Peng13-1/+3429
2018-08-23Remove Avx.PermuteVar tests to unblock signature change propagation to corefxJacek Blaszczynski6-814/+0
2018-08-22 Implement AVX2 MaskLoad and MaskStore (#19513)Fei Peng41-228/+8461
2018-08-09Adding the Avx.MaskStore testsTanner Gooding12-0/+2086
2018-08-09Updating the x86 HWIntrinsic tests to include embedded pdbsTanner Gooding379-379/+379
2018-08-08Merge pull request #19275 from dotnetrt/test-warnings-msbuildBruce Forstall1-1/+1
2018-08-06Regenerating the templated x86 HWIntrinsic tests.Tanner Gooding772-24/+22932
2018-08-06Updating the x86 HWIntrinsic test templates to log the scenarios they run.Tanner Gooding23-1/+656
2018-08-03Updating the x86 HWIntrinsics program to print out the list of supported ISAsTanner Gooding1-0/+24
2018-08-03Fix performance tests and HW intrinsics test referencesJacek Blaszczynski1-1/+1
2018-07-30Fix HW intrinsics test projects naming and optimization levels according to r...Jacek Blaszczynski70-128/+68
2018-07-24Removing duplicate CoreCLRTestLibrary project referencesTanner Gooding18-54/+0
2018-07-24Regenerating the x86 HWIntrinsic templated testsTanner Gooding773-6985/+3165
2018-07-24Removing `Random random = new Random()` from the HWIntrinsic templatesTanner Gooding23-110/+0