summary refs log tree commit diff
path: root/compiler/rustc_target/src/asm/mod.rs
AgeCommit message (Collapse)AuthorLines
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