about summary refs log tree commit diff
path: root/tests/codegen/tied-features-strength.rs
AgeCommit message (Expand)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-34/+0
2025-06-19unify two -Ctarget-feature parsersRalf Jung-3/+12
2025-04-05Update the minimum external LLVM to 19Josh Stone-8/+4
2025-02-24tests: use minicore moreDavid Wood-2/+3
2025-01-28ABI-required target features: warn when they are missing in base CPU (rather ...Ralf Jung-3/+2
2024-12-31arm: use target.llvm_floatabi over soft-float target featureRalf Jung-4/+4
2024-12-31explicitly model that certain ABIs require/forbid certain target featuresRalf Jung-3/+4
2024-08-27tests: Update with new aarch64 target featuresKajetan Puchalski-7/+7
2024-08-07Add implied features to non-target-feature functionsCaleb Zulawski-1/+1
2024-05-31Run rustfmt on `tests/codegen/`.Nicholas Nethercote-1/+0
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-7/+7
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-4/+4
2023-05-22Create a structure to define the features from to_llvm_features.Jamie Cunliffe-5/+5
2023-05-22Make v8a match optional in the test feature list.Jamie Cunliffe-4/+8
2023-05-22Only disable folded features when it makes sense.Jamie Cunliffe-0/+25