summaryrefslogtreecommitdiff
path: root/compiler/rustc_codegen_ssa/src/traits/asm.rs
Commit message (Expand)AuthorAgeFilesLines
* Add codegen for global_asm! sym operandsAmanieu d'Antras2022-04-151-3/+5
* Remove deprecated LLVM-style inline assemblyTomasz Miąsko2022-01-121-10/+0
* LLVM codgen support for unwinding inline assemblycynecx2021-12-031-0/+1
* Properly check `target_features` not to trigger an assertionYuki Okushi2021-10-261-0/+1
* Add support for const operands and options to global_asm!Amanieu d'Antras2021-05-131-2/+13
* mv compiler to compiler/mark2020-08-301-0/+61