| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-07 | Address PR feedback | Scott McMurray | -0/+16 | |
| 2025-04-05 | Tell LLVM about impossible niche tags | Scott McMurray | -1/+62 | |
| 2025-04-05 | Update the minimum external LLVM to 19 | Josh Stone | -1/+0 | |
| 2025-03-12 | Don't `alloca` just to look at a discriminant | Scott McMurray | -17/+20 | |
| Today we're making LLVM do a bunch of extra work for every enum you match on, even trivial stuff like `Option<bool>`. Let's not. | ||||
| 2025-03-06 | Use `trunc nuw`+`br` for 0/1 branches even in optimized builds | Scott McMurray | -0/+51 | |
| Rather than needing to use `switch` for them to include the `unreachable` arm | ||||
