| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -121/+0 | |
| 2025-05-03 | Fix test simd/extract-insert-dyn on s390x | Eduard Stefes | -1/+15 | |
| Fix the test for s390x by enabling s390x vector extension via `target_feature(enable = "vector")`(#127506). As this is is still gated by `#![feature(s390x_target_feature)]` we need that attribute also. | ||||
| 2025-04-29 | enable msa feature for mips in codegen tests | Adrian Friedli | -1/+9 | |
| 2025-04-23 | wasm, arm, x86-without-SSE need simd to be explicitly enabled | Ralf Jung | -1/+25 | |
| 2025-04-10 | add `simd_insert_dyn` and `simd_extract_dyn` | Folkert de Vries | -0/+75 | |
