about summary refs log tree commit diff
path: root/src/test/assembly/asm/x86-modifiers.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-205/+0
2021-10-22Update the minimum external LLVM to 11Josh Stone-1/+0
2021-06-24Re-Annotate the tests with needs-llvm-componentsSimonas Kazlauskas-0/+2
Doesn't work though, because compiletest doesn't process ignores on a per-revision manner.
2021-03-25Mark inline asm tests as requiring LLVM 10.0.1Amanieu d'Antras-1/+1
2020-05-18Fix testsAmanieu d'Antras-0/+1
2020-05-18The h modifier is only supported by reg_abcdAmanieu d'Antras-7/+0
2020-05-18Add tests for asm!Amanieu d'Antras-0/+210