about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/common.rs
AgeCommit message (Collapse)AuthorLines
2021-05-14Remove support for floating-point constants in asm!Amanieu d'Antras-2/+0
Floating-point constants aren't very useful anyways and this simplifies the code since the type check can now be done in typeck.
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-1/+31
On x86, the default syntax is also switched to Intel to match asm!
2021-02-28Support LLVM 12 in rustcNikita Popov-0/+1
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-3/+1
2020-08-30mv compiler to compiler/mark-0/+197