rust/compiler/rustc_codegen_llvm/src
bors 7bc5839e99 Auto merge of #77337 - lzutao:asm-mips64, r=Amanieu
Add asm! support for mips64

- [x] Updated `src/doc/unstable-book/src/library-features/asm.md`.
- [ ] No vector type support. I don't know much about those types.

cc #76839
2020-10-10 17:32:28 +00:00
..
back Update LLVM and add Unsupported diagnostic 2020-09-30 14:57:37 +01:00
coverageinfo Updates to experimental coverage counter injection 2020-10-05 08:02:58 -07:00
debuginfo Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk 2020-09-26 12:58:34 +02:00
llvm Add support for cmse_nonsecure_entry attribute 2020-09-30 15:48:59 +01:00
abi.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
allocator.rs Implement Make handle_alloc_error default to panic (for no_std + liballoc) 2020-10-02 09:00:29 +02:00
asm.rs Add asm! support for mips64 2020-10-04 12:01:21 +00:00
attributes.rs Implement the instruction_set attribute 2020-10-08 23:32:20 +01:00
base.rs Use as_nanos in bench.rs and base.rs 2020-09-20 10:16:01 +02:00
builder.rs Let backends access span information 2020-10-06 15:39:12 +02:00
callee.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
common.rs Remove unused #[allow(...)] statements from compiler/ 2020-09-26 01:25:55 +02:00
consts.rs Rollup merge of #76962 - est31:const_cstr, r=oli-obk 2020-09-21 10:40:45 +02:00
context.rs Remove DeclareMethods 2020-09-18 13:11:59 +02:00
declare.rs Remove DeclareMethods 2020-09-18 13:11:59 +02:00
intrinsic.rs Support vectors with fewer than 8 elements for simd_select_bitmask 2020-10-03 20:35:59 +01:00
lib.rs Implement Make handle_alloc_error default to panic (for no_std + liballoc) 2020-10-02 09:00:29 +02:00
llvm_util.rs Move target feature whitelist from cg_llvm to cg_ssa 2020-10-04 11:49:00 +02: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 Remove MMX from Rust 2020-09-20 15:13:11 +02:00
type_of.rs Remove MMX from Rust 2020-09-20 15:13:11 +02:00
va_arg.rs Remove unused #[allow(...)] statements from compiler/ 2020-09-26 01:25:55 +02:00
value.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00