rust/compiler/rustc_codegen_llvm/src
Lzu Tao 9000710959 Add MIPS asm! support
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-09-27 02:36:50 +00:00
..
back Add -Z combine_cgu flag 2020-09-09 17:32:23 +10:00
coverageinfo mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
debuginfo Change ty.kind to a method 2020-09-04 17:47:51 +02:00
llvm Move rustllvm into rustc_llvm 2020-09-09 23:05:43 +03:00
abi.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
allocator.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
asm.rs Add MIPS asm! support 2020-09-27 02:36:50 +00:00
attributes.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
base.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
builder.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
callee.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
common.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
consts.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
context.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
declare.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
intrinsic.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
lib.rs Add -Z combine_cgu flag 2020-09-09 17:32:23 +10:00
llvm_util.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
metadata.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
mono_item.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
type_.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
type_of.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
va_arg.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
value.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00