about summary refs log tree commit diff
path: root/src/test/codegen/asm-options.rs
AgeCommit message (Collapse)AuthorLines
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-1/+2
They are also removed from the prelude as per the decision in https://github.com/rust-lang/rust/issues/87228. stdarch and compiler-builtins are updated to work with the new, stable asm! and global_asm! macros.
2021-06-24Add a "raw" option for asm! which ignores format string specifiersAmanieu d'Antras-0/+7
2021-04-28Be stricter about rejecting LLVM reserved registers in asm!Amanieu d'Antras-1/+1
2020-05-18Add tests for asm!Amanieu d'Antras-0/+96