about summary refs log tree commit diff
path: root/src/test/ui/simd
AgeCommit message (Expand)AuthorLines
2021-03-22Update the minimum external LLVM to 10Josh Stone-1/+0
2021-03-19Add simd_neg platform intrinsicSparrowLii-0/+7
2021-03-02Fix UI errorsErin Power-9/+3
2021-03-02Revert non-power-of-two vector restrictionErin Power-35/+2
2021-02-07Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisabors-102/+232
2021-01-31Move some tests to more reasonable directoriesCaio-0/+24
2021-01-23Move SIMD testsCaleb Zulawski-5/+202
2021-01-23Fix maximum SIMD lane count, and expose it to other crates. Disallow SIMD ve...Caleb Zulawski-97/+30
2020-12-26update testsBastian Kauschke-4/+4
2020-11-29Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514bors-5/+3
2020-11-29Update tests to remove old numeric constantsbstrie-5/+3
2020-11-15fix up tidyAshley Mannix-1/+2
2020-11-15add a canary test for complex repr(simd)Ashley Mannix-0/+50
2020-11-08update ui testsAshley Mannix-14/+12
2020-11-08Support repr(simd) on ADTs containing a single array fieldgnzlbg-68/+139
2020-10-04Rollup merge of #77504 - Amanieu:select_simd_bitmask, r=ecstatic-morseJonas Schievink-0/+25
2020-10-03Support vectors with fewer than 8 elements for simd_select_bitmaskAmanieu d'Antras-0/+25
2020-10-03Flatten arrows with further commentJubilee Young-5/+6
2020-10-02Macro-expand test to cover all possible lanesJubilee Young-15/+249
2020-09-15Test and reject out-of-bounds shuffle vectorsJubilee Young-0/+32
2020-07-31compiletest: ignore-endian-big, fixes #74829, fixes #74885Ximin Luo-4/+2
2020-06-10Migrate to numeric associated constsLzu Tao-5/+5
2020-04-14Update the minimum external LLVM to 8Josh Stone-1/+0
2020-02-20Revert "Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-ca...Dylan MacKenzie-5/+1
2020-02-18Add `#[rustc_args_required_const]` to `simd_shuffle` testsDylan MacKenzie-1/+5
2020-01-02Revert `const_err` lint checking of castsWesley Wiser-1/+0
2019-12-30Lint overflowing integer casts in const propWesley Wiser-0/+1
2019-12-02Update the minimum external LLVM to 7Josh Stone-1/+0
2019-11-02Remove erroneous error-pattern from run-pass testTomasz Miąsko-1/+0
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+1597