| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-12 | Don't `alloca` just to look at a discriminant | Scott McMurray | -2/+2 | |
| 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 | -1/+2 | |
| Rather than needing to use `switch` for them to include the `unreachable` arm | ||||
| 2025-02-17 | improve cold_path() | Jiri Bobek | -0/+36 | |
