| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-13 | tests: update check for inferred nneg on zext | Augie Fackler | -2/+2 | |
| This was broken by upstream llvm/llvm-project@dc6d0773960c664eee12a1ed871fad5c81a20a12. It's easy enough to use a regex match to support both, so we do that. r? @nikic @rustbot label: +llvm-main | ||||
| 2023-10-13 | Clean up unchecked_math, separate out unchecked_shifts | ltdk | -1/+1 | |
| 2023-07-27 | Update the minimum external LLVM to 15 | Josh Stone | -1/+0 | |
| 2023-06-16 | [libs] Simplify `unchecked_{shl,shr}` | Scott McMurray | -0/+4 | |
| There's no need for the `const_eval_select` dance here. And while I originally wrote the `.try_into().unwrap_unchecked()` implementation here, it's kinda a mess in MIR -- this new one is substantially simpler, as shown by the old one being above the inlining threshold but the new one being below it. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+66 | |
