| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-05 | Update the minimum external LLVM to 19 | Josh Stone | -18/+0 | |
| 2025-02-11 | tests/codegen: use -Copt-level=3 instead of -O | Jubilee Young | -1/+1 | |
| 2024-11-14 | tests: use `max-llvm-major-version` instead of `ignore-llvm-version` range ↵ | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| like `N - 99` For tests that use `ignore-llvm-version: N - M`, replace that with `max-llvm-major-version: N-1`. | ||||
| 2024-08-11 | Add range attribute to scalar function results and arguments | Andreas Jonson | -0/+1 | |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2023-05-23 | codegen: allow extra attributes to functions when panic=abort | Pietro Albini | -1/+1 | |
| When compiling with panic=abort (or using a target that doesn't have unwinding support), the compiler adds the "nounwind" attribute to functions. This results in a different LLVM IR, which results in a #NNN added after the function name: tail call void @bar() #13, !dbg !467 attributes #13 = { nounwind } ...instead of: tail call void @bar(), !dbg !467 This commit changes the matchers to swallow the #NNN, as it's not needed for these specific tests. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+17 | |
