rust/src
bjorn3 55380a5ffd Dynamically realign local variables with large alignment
This works around the lack of a way to specify the alignment of a stack
slot in Cranelift.

Fixes #1230
Fixes #1381
2023-10-22 17:11:11 +00:00
..
abi Add create_stack_slot helper to FunctionCx 2023-10-22 16:02:14 +00:00
debuginfo Sync from rust 249624b504 2023-10-21 11:26:32 +00:00
driver Fix rustc test suite 2023-10-19 13:20:25 +00:00
intrinsics Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-2023-10-09 2023-10-09 08:52:46 +00:00
optimize
allocator.rs Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-2023-10-09 2023-10-09 08:52:46 +00:00
analyze.rs Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-2023-10-09 2023-10-09 08:52:46 +00:00
archive.rs
base.rs s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00
cast.rs Add create_stack_slot helper to FunctionCx 2023-10-22 16:02:14 +00:00
codegen_i128.rs
common.rs Dynamically realign local variables with large alignment 2023-10-22 17:11:11 +00:00
compiler_builtins.rs
concurrency_limiter.rs Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-2023-10-09 2023-10-09 08:52:46 +00:00
config.rs
constant.rs s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00
discriminant.rs
global_asm.rs Introduce asm_supported() helper 2023-10-21 16:47:14 +00:00
inline_asm.rs Add create_stack_slot helper to FunctionCx 2023-10-22 16:02:14 +00:00
lib.rs Rustup to rustc 1.75.0-nightly (0039d739d 2023-10-18) 2023-10-19 12:39:49 +00:00
linkage.rs
main_shim.rs
num.rs
pointer.rs Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-2023-10-09 2023-10-09 08:52:46 +00:00
pretty_clif.rs Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-2023-10-09 2023-10-09 08:52:46 +00:00
toolchain.rs
trap.rs
unsize.rs
value_and_place.rs Add create_stack_slot helper to FunctionCx 2023-10-22 16:02:14 +00:00
vtable.rs