| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -58/+0 | |
| 2025-07-20 | So many test updates x_x | Scott McMurray | -8/+7 | |
| 2025-07-03 | Block SIMD in transmute_immediate; delete `OperandValueKind` | Scott McMurray | -4/+2 | |
| See conversation in <https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler/topic/Is.20transmuting.20a.20.60T.60.20to.20.60Tx1.60.20.28one-element.20SIMD.20vector.29.20UB.3F/near/526262799>. | ||||
| 2025-06-04 | x86 (32/64): go back to passing SIMD vectors by-ptr | Ralf Jung | -15/+5 | |
| 2025-02-27 | remove most `simd_` intrinsic declaration in tests | Folkert de Vries | -1/+1 | |
| instead, we can just import the intrinsics from core | ||||
| 2025-02-18 | x86-sse2 ABI: use SSE registers for floats and SIMD | Ralf Jung | -2/+15 | |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -24/+1 | |
| 2024-04-24 | Fix tests and bless | Gary Guo | -1/+0 | |
| 2024-02-25 | fix use of platform_intrinsics in tests | Ralf Jung | -1/+1 | |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2023-07-27 | CHECK only for opaque ptr | Josh Stone | -6/+6 | |
| 2023-07-08 | Always name the return place. | Camille GILLOT | -4/+3 | |
| 2023-04-04 | Allow `transmute`s to produce `OperandValue`s instead of always using `alloca`s | Scott McMurray | -4/+47 | |
| LLVM can usually optimize these away, but especially for things like transmutes of newtypes it's silly to generate the `alloc`+`store`+`load` at all when it's actually a nop at LLVM level. | ||||
| 2023-02-12 | Enable CopyProp by default, tune the impl a bit | Ben Kimock | -3/+0 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+43 | |
