about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/traits/asm.rs
AgeCommit message (Expand)AuthorLines
2024-12-10codegen `#[naked]` functions using `global_asm!`Folkert-0/+7
2024-09-17Rename supertraits of `CodegenMethods`.Nicholas Nethercote-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+4
2024-02-24Implement asm goto for LLVM and GCC backendGary Guo-1/+5
2022-04-15Add codegen for global_asm! sym operandsAmanieu d'Antras-3/+5
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-10/+0
2021-12-03LLVM codgen support for unwinding inline assemblycynecx-0/+1
2021-10-26Properly check `target_features` not to trigger an assertionYuki Okushi-0/+1
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-2/+13
2020-08-30mv compiler to compiler/mark-0/+61