| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-03 | Allow all MIR `Aggregate`s to take the operand path (if layout permits) | Scott McMurray | -3/+3 | |
| 2025-02-14 | llvm: Tolerate captures in tests | Matthew Maurer | -1/+1 | |
| llvm/llvm-project@7e3735d1a1b85cea48feb45cb7c2b5d8eaa216ae introduces `captures` annotations. Adjust regexes to be tolerant of these. | ||||
| 2025-02-11 | tests/codegen: use -Copt-level=3 instead of -O | Jubilee Young | -1/+1 | |
| 2024-08-11 | Add range attribute to scalar function results and arguments | Andreas Jonson | -2/+2 | |
| 2024-03-13 | refine common_prim test | Erik Desjardins | -8/+16 | |
| Co-authored-by: Scott McMurray <scottmcm@users.noreply.github.com> | ||||
| 2024-03-06 | make check lines for int/ptr common prim test more permissive | Erik Desjardins | -5/+5 | |
| It seems that LLVM 17 doesn't fully optimize out unwrap_unchecked. We can just loosen the check lines to account for this, since we don't really care about the exact instructions, we just want to make sure that inttoptr/ptrtoint aren't used for Box. | ||||
| 2024-02-27 | allow using scalarpair with a common prim of ptr/ptr-sized-int | Erik Desjardins | -0/+43 | |
