| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-27 | Stabilize target_feature_11 | Caleb Zulawski | -1/+0 | |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2023-10-24 | Require target features to match exactly during inlining | Tomasz Miąsko | -1/+1 | |
| In general it is not correct to inline a callee with a target features that are subset of the callee. Require target features to match exactly during inlining. The exact match could be potentially relaxed, but this would require identifying specific feature that are allowed to differ, those that need to match, and those that can be present in caller but not in callee. This resolves MIR part of #116573. For other concerns with respect to the previous implementation also see areInlineCompatible in LLVM. | ||||
| 2023-10-24 | Precommit target features compatibility test | Tomasz Miąsko | -0/+8 | |
| 2023-10-24 | Migrate inline_compatibility.rs test to FileCheck | Tomasz Miąsko | -22/+34 | |
| 2023-10-19 | Allow to run filecheck in mir-opt tests. | Camille GILLOT | -0/+1 | |
| 2023-06-12 | properly mark tests that require panic=abort | Pietro Albini | -0/+1 | |
| 2023-03-02 | Revert "Stabilize `#![feature(target_feature_11)]`" | Léo Lanteri Thauvin | -0/+1 | |
| This reverts commit b379d216eefaba083a0627b1724d73f99d4bdf5c. | ||||
| 2023-02-01 | Stabilize `#![feature(target_feature_11)]` | Léo Lanteri Thauvin | -1/+0 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+55 | |
