rust/src
2020-01-04 12:40:56 +01:00
..
abi Add clif ir comment for write_cvalue 2019-12-25 14:38:22 +01:00
debuginfo Use mir::SourceInfo again in FunctionCx.source_info_set 2019-12-24 12:44:07 +01:00
intrinsics Add two FIXME's 2020-01-04 12:40:56 +01:00
optimize Add documentation about the UB of the stack2reg optimization 2020-01-04 11:31:56 +01:00
allocator.rs Fix some warnings 2019-12-18 20:26:41 +01:00
analyze.rs Fix SSA analysis for value types with PassMode::ByRef 2019-12-25 14:35:16 +01:00
archive.rs Rustup to rustc 1.39.0-nightly (eb48d6bde 2019-09-12) 2019-09-13 21:03:26 +02:00
backend.rs Changes for gimli-rs/object#133 2019-10-25 22:01:31 +02:00
base.rs Revert some changes 2019-12-31 15:59:49 +01:00
cast.rs Remove FIXME 2019-11-16 16:54:47 +01:00
codegen_i128.rs More 128bit support 2019-10-06 15:51:43 +02:00
common.rs Add load_vector function 2019-12-25 14:38:37 +01:00
constant.rs Rustup to rustc 1.42.0-nightly (74c4e6a98 2019-12-27) 2019-12-28 10:57:49 +01:00
discriminant.rs Format code using 'cargo fmt' 2019-08-31 22:58:09 +05:30
driver.rs [OPT] Avoid calling target_triple for every call to codegen 2019-12-17 16:34:48 +01:00
lib.rs Disable stack2reg opt when optimizations are disabled 2019-12-31 16:43:24 +01:00
linkage.rs Format code using 'cargo fmt' 2019-08-31 22:58:09 +05:30
main_shim.rs [OPT] Avoid calling target_triple for every call to codegen 2019-12-17 16:34:48 +01:00
metadata.rs Make debuginfo writing backend agnostic 2019-10-18 18:31:38 +02:00
num.rs Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27) 2019-09-28 14:06:12 +02:00
pointer.rs Don't use stack_{load,store} for vectors 2019-12-25 14:38:37 +01:00
pretty_clif.rs Directly depend on cranelift_{codegen,frontend} 2019-12-24 12:43:20 +01:00
target_features_whitelist.rs Format code using 'cargo fmt' 2019-08-31 22:58:09 +05:30
trap.rs [OPT] Use load and store offsets instead of iadd_imm 2019-12-20 16:02:47 +01:00
unimpl.rs [OPT] Don't call .to_string() on MonoItem's 2019-12-17 16:34:48 +01:00
unsize.rs Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27) 2019-09-28 14:06:12 +02:00
value_and_place.rs Revert some changes 2019-12-31 15:59:49 +01:00
vtable.rs Set memflags for vtable loads 2019-12-20 16:16:28 +01:00