about summary refs log tree commit diff
path: root/tests/codegen/cast-target-abi.rs
AgeCommit message (Expand)AuthorLines
2024-08-29Add `-Zlint-llvm-ir`DianQK-2/+2
2024-07-02Use the aligned size for alloca at ret when the pass mode is cast.DianQK-11/+11
2024-07-02Use the aligned size for alloca at args when the pass mode is cast.DianQK-26/+9
2024-07-02Add the definition for `extern "C"` at `cast-target-abi.rs`.DianQK-24/+358
2024-05-31Run rustfmt on `tests/codegen/`.Nicholas Nethercote-7/+6
2024-04-11use [N x i8] for alloca typesErik Desjardins-57/+64
2024-03-17disable crashing test on sparcErik Desjardins-12/+23
2024-03-17add tests for PassMode::Cast fixesErik Desjardins-0/+269