| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -59/+0 | |
| 2025-04-05 | Update the minimum external LLVM to 19 | Josh Stone | -1/+0 | |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -5/+1 | |
| 2024-11-09 | Add discriminators to DILocations when multiple functions are inlined into a ↵ | Kyle Huey | -0/+64 | |
| single point. LLVM does not expect to ever see multiple dbg_declares for the same variable at the same location with different values. proc-macros make it possible for arbitrary code, including multiple calls that get inlined, to happen at any given location in the source code. Add discriminators when that happens so these locations are different to LLVM. This may interfere with the AddDiscriminators pass in LLVM, which is added by the unstable flag -Zdebug-info-for-profiling. Fixes #131944 | ||||
