| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-06-14 | use indexed loop instead of ptr bumping | The 8472 | -8/+0 | |
| this seems to produce less IR | ||||
| 2023-05-23 | codegen: add needs-unwind to tests that require it | Pietro Albini | -0/+1 | |
| 2023-05-10 | vec-shrink-panik: update expectations to work on LLVM 17 | Augie Fackler | -2/+2 | |
| For some reason, the called function is `cleanup` on LLVM 17 instead of `filter`. r? @Amanieu | ||||
| 2023-05-07 | Fix codegen test | Gary Guo | -2/+2 | |
| 2023-03-20 | adapt tests/codegen/vec-shrink-panik for LLVM 17 | Krasimir Georgiev | -9/+14 | |
| After https://github.com/llvm/llvm-project/commit/0d4a709bb876824a0afa5f86e138e8ffdcaf7661 LLVM now doesn't generate references to panic_cannot_unwind: @nikic: https://rust-lang.zulipchat.com/#narrow/stream/187780-t-compiler.2Fwg-llvm/topic/a.20couple.20codegen.20test.20failures.20after.20llvm.200d4a709bb876824a/near/342664944 >Okay, so LLVM now realizes that double panic is not possible, so that's fine. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+47 | |
