about summary refs log tree commit diff
path: root/compiler/rustc_target/src/asm/mod.rs
AgeCommit message (Collapse)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
This takes care of one "FIXME": // FIXME: use direct symbol comparison for register class names Instead of using string literals, this uses Symbol for register class names.
2020-12-01Add wasm32 support to inline asmGus Caplan-0/+21
2020-11-11Change capitalization of Spirv to SpirVkhyperia-15/+15
This matches the capitalization of RiscV
2020-11-11Add asm register information for SPIR-Vkhyperia-0/+21
2020-10-30Fix even more clippy warningsJoshua Nelson-4/+1
2020-10-04Add asm! support for mips64Lzu Tao-3/+7
2020-09-27Add MIPS asm! supportLzu Tao-0/+25
This patch also: * Add soft-float supports: only f32 * zero-extend i8/i16 to i32 because MIPS only supports register-length arithmetic. * Update table in asm! chapter in unstable book.
2020-08-30mv compiler to compiler/mark-0/+549