about summary refs log tree commit diff
path: root/tests/codegen/cast-target-abi.rs
AgeCommit message (Expand)AuthorLines
2025-04-05Update the minimum external LLVM to 19Josh Stone-1/+0
2025-03-31PassWrapper: adapt for llvm/llvm-project@94122d58fc77079a291a3d008914006cb509...Augie Fackler-1/+1
2025-02-24tests: use minicore moreDavid Wood-6/+3
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+1
2025-01-30LLVM changed the nocapture attribute to captures(none)Hans Wennborg-1/+1
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