about summary refs log tree commit diff
path: root/compiler/rustc_target/src/asm
AgeCommit message (Expand)AuthorLines
2021-03-14Address review commentsAmanieu d'Antras-7/+7
2021-03-13Always lower asm! to valid HIRAmanieu d'Antras-0/+14
2021-02-21New pass to deduplicate blocksSimon Vandel Sillesen-5/+38
2020-12-10Use Symbol for inline asm register class namesArlie Davis-29/+22
2020-12-01Add wasm32 support to inline asmGus Caplan-0/+67
2020-11-12Rollup merge of #78950 - khyperia:spirv-asm, r=AmanieuMara Bos-0/+67
2020-11-11Change capitalization of Spirv to SpirVkhyperia-18/+18
2020-11-11Add asm register information for SPIR-Vkhyperia-0/+67
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-1/+1
2020-10-30Fix even more clippy warningsJoshua Nelson-4/+1
2020-10-04Removes reg aliases since there are many ABIs: o32/n32/n64Lzu Tao-32/+32
2020-10-04Add asm! support for mips64Lzu Tao-7/+12
2020-10-04mips32: Add f64 hard-float supportLzu Tao-1/+1
2020-09-27Add MIPS asm! supportLzu Tao-0/+157
2020-08-30mv compiler to compiler/mark-0/+1719