summaryrefslogtreecommitdiff
path: root/tests/src/JIT/SIMD
AgeCommit message (Expand)AuthorFilesLines
2019-05-09[master] Update dependencies from dotnet/corefx (#24314)dotnet-maestro[bot]1-1/+1
2019-02-22More GNUC Fixes (#22687)Sinan Kaya1-4/+4
2019-01-04Fixed the broken projects.Jingyu1-1/+1
2018-08-15Revert "Temporarily flag a SIMD test as optimization-sensitive (#19163)" (#19...Koundinya Veluri1-2/+0
2018-07-30Temporarily flag a SIMD test as optimization-sensitive (#19163)Koundinya Veluri1-0/+2
2018-02-09Fix JIT.SIMD.VectorUtil.CheckValue<T>Steve MacLean1-1/+8
2018-01-24Disable FP to Unsigned Vector ConversionsCarol Eidt1-44/+91
2017-11-01Add SIMD get_Item lower bounds testSteve MacLean1-0/+21
2017-10-13Fix handling of SIMD12Carol Eidt6-0/+203
2017-08-16Move less valuable tests to priority 1.Pat Gavlin11-0/+11
2017-06-28Cleanup some instances of project.json from the repo (#12484)Adeel Mujahid104-416/+0
2017-05-10add jit intrinsic support for vector conversion/narrow/widen on AMD64 and x86...helloguo3-0/+21
2017-04-06Add Vector.op_Explicit testsMike Danes3-0/+280
2017-03-24add vector conversion testshelloguo3-0/+649
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas100-400/+0
2017-03-08[x86/Linux] Calling convention mismatch inside Vector3Interop tests (#10028)Jonghyun Park1-7/+13
2017-02-22Fix projects that specified DebugType incorrectlyAndy Ayers100-1000/+500
2017-02-10Add a test case for PR #9496Carol Eidt3-0/+172
2017-02-05Enable SIMD for RyuJIT/x86Bruce Forstall1-1/+1
2017-01-25Improve SIMD testsBruce Forstall2-27/+138
2017-01-04Accelerate Abs intrinsic even in cases where there is no direct instruction s...sivarv1-11/+4
2016-12-21Use Pabsd/pabsw/pabsb instructions for Abs SIMD intrinsic on SSE4 and above t...sivarv1-1/+14
2016-11-13Don't generate explicit newlines in SIMD testsBruce Forstall1-3/+3
2016-11-09Remove unnecessary newline in WriteLine (#8047)Bruce Forstall1-1/+1
2016-10-21Optimize Vector<int>.Dot on AVX.sivarv1-1/+6
2016-09-29Optimize codegen when SIMD (in)Equality that produces bool result is compared...sivarv1-0/+40
2016-09-27Optimize SIMD codegen for (in)equality check against zero that produces bool ...sivarv1-3/+18
2016-08-23Cosmetic changes, removing unnceseary files and entries in project files.Rama Krishnan Raghupathy99-328/+0
2016-08-02Fix build warnings in Vector3Interop testRuss Keldorph1-8/+18
2016-07-29Using full versions, update CoreFX dependencies to beta-24328-05.Davis Goodin1-13/+17
2016-05-27Use JitFuncInfoLogFile to check if SIMD intrinsics are recognized.Carol Eidt19-4/+522
2016-05-22Update tests to build against rc3-24117-00 (#5154)Jan Kotas1-9/+9
2016-05-19Initialize unused upper bits of Vector3 arguments and return registers forSejong OH1-3/+1
2016-05-16Fix CircleInConvex to check result within 1 ULPCarol Eidt1-3/+4
2016-05-06Mark simd type vars as lvRegStruct accurately.sivarv1-0/+86
2016-04-27Update Vector3 Interop testcasesSejong Oh2-52/+446
2016-04-21Vector3 Interop testsSejong OH6-0/+737
2016-04-14Updating BuildToolsJose Perez Rodriguez1-0/+9
2016-03-10Add System.Threading.Thread to tests to restore missing types.Davis Goodin1-1/+1
2016-03-10Update dependencies on packages that don't exist.Davis Goodin1-3/+3
2016-03-10Update all versions to validate.Davis Goodin1-6/+6
2016-03-02Change all dependency versions to match what was actually restored in the che...Davis Goodin1-5/+5
2016-03-02Use tooling to add Platforms dependencies and imports where necessary.Davis Goodin1-4/+5
2016-03-02Remove all lockfiles from source control.Davis Goodin1-1608/+0
2016-02-26Fix license header for test filesSean Gillespie23-0/+69
2016-01-27Update license headersdotnet-bot26-52/+78
2016-01-15Enable FEATURE_SIMD on Linux.Carol Eidt96-48/+2715
2015-12-31Enable ilasm round trip testingKyungwoo Lee1-0/+1
2015-12-08Add SIMD testsAndy Ayers51-0/+3828
2015-11-24Update auto-generated project.lock.jsonJan Kotas1-153/+950