about summary refs log tree commit diff
path: root/src/test/codegen/global_asm_include.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-57/+0
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.
2018-12-25Remove licensesMark Rousskov-10/+0
2018-03-19Revert "Remove useless powerpc64 entry from ARCH_TABLE, closes #47737"varkor-0/+2
This reverts commit 16ac85ce4dce1e185f2e6ce27df3833e07a9e502.
2018-03-08test: remove useless ignore-mips*el headersJames Cowgill-2/+0
2018-03-04Remove useless powerpc64 entry from ARCH_TABLE, closes #47737debris-2/+0
2017-04-12Add global_asm testsA.J. Gardner-0/+68