rust/src
2023-02-07 15:37:49 +01:00
..
abi Don't force many scalar pair values to the stack in write_cvalue_maybe_transmute 2023-02-01 13:55:28 +00:00
debuginfo Merge commit '598f090956' into sync_cg_clif-2023-01-24 2023-01-24 18:56:42 +01:00
driver Use generic_activity_with_arg in codegen_fn and compile_fn 2023-02-03 17:33:39 +00:00
intrinsics Fix assert_mem_uninitialized_valid in release mode 2023-02-03 20:02:15 +00:00
optimize Merge commit '598f090956' into sync_cg_clif-2023-01-24 2023-01-24 18:56:42 +01:00
allocator.rs Add create_wrapper_function helper 2023-02-05 17:24:02 +00:00
analyze.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
archive.rs Rewrite LLVM's archive writer in Rust 2022-11-26 19:35:32 +00:00
base.rs Rustup to rustc 1.69.0-nightly (75a0be98f 2023-02-05) 2023-02-06 18:32:25 +01:00
cast.rs Merge commit '2bb3996244' into sync_cg_clif-2022-12-14 2022-12-14 19:30:46 +01:00
codegen_i128.rs Merge commit '05677b6bd6' into sync_cg_clif-2021-08-06 2021-08-06 16:26:56 +02:00
common.rs Fix linker error when inline asm sym operand is not exported from local CGU 2023-02-05 17:39:00 +00:00
compiler_builtins.rs Force the allocator to be looked up from the perspective of the rustc binary 2023-02-07 15:37:49 +01:00
concurrency_limiter.rs Merge commit '266e96785a' into sync_cg_clif-2022-10-23 2022-10-23 16:22:55 +02:00
config.rs Cleanup -Ztime-passes output 2023-02-03 17:16:09 +00:00
constant.rs Update codegen cranelift for ConstEvalCounter 2023-01-23 23:56:22 +00:00
cranelift_native.rs Fix CI 2023-01-25 16:27:28 +01:00
discriminant.rs Merge commit '2bb3996244' into sync_cg_clif-2022-12-14 2022-12-14 19:30:46 +01:00
global_asm.rs Implement sym operands for global asm 2023-02-05 18:48:40 +00:00
inline_asm.rs Fix linker error when inline asm sym operand is not exported from local CGU 2023-02-05 17:39:00 +00:00
lib.rs Vendor newer version of cranelift-native 2023-01-25 15:19:40 +01:00
linkage.rs Sync rustc_codegen_cranelift 'ddd4ce2553' 2021-04-30 14:49:58 +02:00
main_shim.rs Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr 2023-01-27 15:02:44 +00:00
num.rs Merge commit '2bb3996244' into sync_cg_clif-2022-12-14 2022-12-14 19:30:46 +01:00
pointer.rs Merge commit '0969bc6dde' into sync_cg_clif-2021-03-29 2021-03-29 10:45:09 +02:00
pretty_clif.rs Merge commit 'e9d1a0a7b0' into sync_cg_clif-2022-08-24 2022-08-24 18:40:58 +02:00
toolchain.rs Merge commit 'e9d1a0a7b0' into sync_cg_clif-2022-08-24 2022-08-24 18:40:58 +02:00
trap.rs Merge commit 'e9d1a0a7b0' into sync_cg_clif-2022-08-24 2022-08-24 18:40:58 +02:00
unsize.rs Merge commit '266e96785a' into sync_cg_clif-2022-10-23 2022-10-23 16:22:55 +02:00
value_and_place.rs Fix transmute from vector to scalar pair again 2023-02-01 15:28:06 +01:00
vtable.rs Merge commit '266e96785a' into sync_cg_clif-2022-10-23 2022-10-23 16:22:55 +02:00