about summary refs log tree commit diff
path: root/src/test/codegen/simd-intrinsic
AgeCommit message (Expand)AuthorLines
2021-04-17Don't set `fast`(-math) for certain simd opsSimonas Kazlauskas-98/+98
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-5/+5
2021-03-22Update the minimum external LLVM to 10Josh Stone-1/+0
2020-11-29args may be passed by valueAshley Mannix-4/+4
2020-11-29looser regex on local argsAshley Mannix-6/+6
2020-11-24generalize codegen to non 64bit platformsAshley Mannix-6/+6
2020-11-14tweak new codegen test to work on localAshley Mannix-4/+4
2020-11-13remove const_generics from codegen testsAshley Mannix-4/+4
2020-11-08Support repr(simd) on ADTs containing a single array fieldgnzlbg-0/+91
2019-12-02Update the minimum external LLVM to 7Josh Stone-2/+0
2019-10-31rustc_codegen_ssa: move all set_var_name calls to mir::debuginfo.Eduard-Mihai Burtescu-83/+96
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-114/+83
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-83/+114
2019-10-04Fix ABI, run and fix more tests, re-enable CI for PRsThomas Lively-83/+83
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-31/+0
2019-02-08Move simd intrinsic codegen tests into the simd-intrinsic subdirgnzlbg-0/+1517
2019-02-08Add simd_saturating_{add,sub} intrinsicsgnzlbg-0/+685