| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -33/+0 | |
| 2025-03-06 | Fix target-feature inline test to be less flaky | Michael Goulet | -6/+2 | |
| 2025-01-27 | Stabilize target_feature_11 | Caleb Zulawski | -1/+0 | |
| 2024-05-01 | Add inline comments why we're forcing the target cpu | Josh Stone | -0/+1 | |
| 2024-05-01 | Use an explicit x86-64 cpu in tests that are sensitive to it | Josh Stone | -1/+1 | |
| There are a few tests that depend on some target features **not** being enabled by default, and usually they are correct with the default x86-64 target CPU. However, in downstream builds we have modified the default to fit our distros -- `x86-64-v2` in RHEL 9 and `x86-64-v3` in RHEL 10 -- and the latter especially trips tests that expect not to have AVX. These cases are few enough that we can just set them back explicitly. | ||||
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2023-10-10 | Don't accidentally detect the commit hash as an `fadd` instruction | Zalathar | -0/+4 | |
| 2023-07-16 | Add codegen test ensuring always-inline closures don't bypass target features | Caleb Zulawski | -0/+33 | |
