about summary refs log tree commit diff
path: root/src/test/codegen/target-cpu-on-functions.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-21/+0
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+1
This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed.
2021-01-13Update code to account for extern ABI requirementMark Rousskov-1/+1
2019-05-31test: support both (`legacy` and `v0`) choices of mangling.Eduard-Mihai Burtescu-1/+3
2019-02-12Stabilize linker-plugin based LTO.Michael Woerister-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-09Relax the target-cpu-on-function codegen test so it just checks for presence ↵Michael Woerister-2/+1
of the attribute.
2018-08-08Address review comments for #53031 and fix some merge fallout.Michael Woerister-1/+3
2018-08-07Annotate functions in LLVM with target-cpu, same as Clang does.Michael Woerister-0/+28