..
back
rustc: Move bytecode compression into codegen
2017-10-21 13:02:34 -07:00
debuginfo
trans_ -> fully_ prefix
2017-10-21 22:50:21 +01:00
mir
Avoid unnecessary allocas for indirect function arguments
2017-10-18 12:58:15 +02:00
abi.rs
Avoid unnecessary allocas for indirect function arguments
2017-10-18 12:58:15 +02:00
adt.rs
trans_ -> fully_ prefix
2017-10-21 22:50:21 +01:00
allocator.rs
rustc: Implement the #[global_allocator] attribute
2017-07-05 14:37:01 -07:00
asm.rs
Expose LLVM appendModuleInlineAsm
2017-04-12 19:12:49 -05:00
assert_module_sources.rs
incr.comp.: Use red/green tracking for CGU re-use.
2017-10-02 15:45:46 +02:00
attributes.rs
std: Mark allocation functions as nounwind
2017-08-28 08:06:52 -07:00
base.rs
Auto merge of #45381 - bjorn3:move_collector_out_of_trans, r=nikomatsakis
2017-10-21 07:04:34 +00:00
build.rs
rustc: Add some build scripts for librustc crates
2017-07-22 22:04:13 -07:00
builder.rs
rustc: Move codegen to a query
2017-09-17 10:25:50 -07:00
cabi_aarch64.rs
Correct the spelling of "homogeneous"
2017-07-21 18:08:40 -07:00
cabi_arm.rs
Support homogeneous aggregates for hard-float ARM
2017-07-27 20:40:24 -07:00
cabi_asmjs.rs
Correct the spelling of "homogeneous"
2017-07-21 18:08:40 -07:00
cabi_hexagon.rs
Add Hexagon support
2017-04-25 01:56:44 -04:00
cabi_mips.rs
rustc_trans: use ty::layout for ABI computation instead of LLVM types.
2017-04-09 16:06:56 +03:00
cabi_mips64.rs
rustc_trans: use ty::layout for ABI computation instead of LLVM types.
2017-04-09 16:06:56 +03:00
cabi_msp430.rs
rustc_trans: use ty::layout for ABI computation instead of LLVM types.
2017-04-09 16:06:56 +03:00
cabi_nvptx.rs
rustc_trans: use ty::layout for ABI computation instead of LLVM types.
2017-04-09 16:06:56 +03:00
cabi_nvptx64.rs
rustc_trans: use ty::layout for ABI computation instead of LLVM types.
2017-04-09 16:06:56 +03:00
cabi_powerpc.rs
rustc_trans: use ty::layout for ABI computation instead of LLVM types.
2017-04-09 16:06:56 +03:00
cabi_powerpc64.rs
powerpc64: improve extern struct ABI
2017-09-01 18:21:29 -07:00
cabi_s390x.rs
rustc_trans: use ty::layout for ABI computation instead of LLVM types.
2017-04-09 16:06:56 +03:00
cabi_sparc.rs
rustc_trans: use ty::layout for ABI computation instead of LLVM types.
2017-04-09 16:06:56 +03:00
cabi_sparc64.rs
Correct the spelling of "homogeneous"
2017-07-21 18:08:40 -07:00
cabi_x86.rs
x86: return single-float aggregates in a float register
2017-09-01 18:21:29 -07:00
cabi_x86_64.rs
rustc_trans: do not treat byval as using up registers.
2017-04-19 02:22:59 +03:00
cabi_x86_win64.rs
rustc_trans: use ty::layout for ABI computation instead of LLVM types.
2017-04-09 16:06:56 +03:00
callee.rs
rustc: Add LLVM nounwind with -C panic=abort
2017-10-11 09:05:38 -07:00
Cargo.toml
Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support
2017-10-11 21:35:53 -03:00
common.rs
Move collector to rustc_trans_utils
2017-10-19 11:01:31 +02:00
consts.rs
incr.comp.: Use red/green tracking for CGU re-use.
2017-10-02 15:45:46 +02:00
context.rs
trans_ -> fully_ prefix
2017-10-21 22:50:21 +01:00
declare.rs
rustc: Add LLVM nounwind with -C panic=abort
2017-10-11 09:05:38 -07:00
diagnostics.rs
rustc: Move some attr methods to queries
2017-09-17 09:41:43 -07:00
glue.rs
rustc: Move codegen to a query
2017-09-17 10:25:50 -07:00
intrinsic.rs
rustc: replace usize with u64 and ConstUsize.
2017-09-11 08:41:15 +03:00
lib.rs
rustc: Move bytecode compression into codegen
2017-10-21 13:02:34 -07:00
llvm_util.rs
introduce a whitelist for aarch64
2017-10-16 13:33:43 +02:00
machine.rs
rustc: replace usize with u64 and ConstUsize.
2017-09-11 08:41:15 +03:00
metadata.rs
Thread through the original error when opening archives
2017-07-21 09:44:01 -07:00
meth.rs
Wrap vtable_methods return type in RC
2017-10-13 09:34:13 -05:00
partitioning.rs
Move collector to rustc_trans_utils
2017-10-19 11:01:31 +02:00
README.md
rework the README.md for rustc and add other readmes
2017-09-19 09:00:59 -04:00
symbol_names_test.rs
cache symbol names in ty::maps
2017-04-26 17:45:02 +03:00
time_graph.rs
rustc: Implement ThinLTO
2017-10-07 08:17:52 -07:00
trans_item.rs
Move collector to rustc_trans_utils
2017-10-19 11:01:31 +02:00
tvec.rs
rustc: replace usize with u64 and ConstUsize.
2017-09-11 08:41:15 +03:00
type_.rs
rustc: Specify c_int width for each target
2017-09-30 15:54:08 +02:00
type_of.rs
rustc: use ty::Const for the length of TyArray.
2017-09-11 08:41:15 +03:00
value.rs
Inline last remaining use of Callee::call and delete unused code
2016-12-20 20:03:31 -07:00