rust/compiler/rustc_codegen_llvm/src
khyperia 21b0c1286a Extract some intrinsics out of rustc_codegen_llvm
A significant amount of intrinsics do not actually need backend-specific
behaviors to be implemented, instead relying on methods already in
rustc_codegen_ssa. So, extract those methods out to rustc_codegen_ssa,
so that each backend doesn't need to reimplement the same code.
2020-09-15 23:35:31 +02:00
..
back Add -Z combine_cgu flag 2020-09-09 17:32:23 +10:00
coverageinfo
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
allocator.rs
asm.rs
attributes.rs
base.rs
builder.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
callee.rs
common.rs
consts.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
context.rs
declare.rs
intrinsic.rs Extract some intrinsics out of rustc_codegen_llvm 2020-09-15 23:35:31 +02:00
lib.rs Add -Z combine_cgu flag 2020-09-09 17:32:23 +10:00
llvm_util.rs
metadata.rs
mono_item.rs
type_.rs
type_of.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
va_arg.rs
value.rs