about summary refs log tree commit diff
path: root/tests/codegen/mir-aggregate-no-alloca.rs
AgeCommit message (Expand)AuthorLines
2024-10-23Set `signext` or `zeroext` for integer arguments on RISC-VAsuna-7/+7
2024-10-19Fix test expectations for 32bit x86bjorn3-6/+6
2024-10-12Update tests for 32bit targetsbjorn3-8/+22
2024-05-11Unify `Rvalue::Aggregate` paths in cg_ssaScott McMurray-1/+1
2024-05-08Make SSA aggregates without needing an allocaScott McMurray-15/+99
2024-05-08Add a codegen test for transparent aggregatesScott McMurray-0/+39