about summary refs log tree commit diff
path: root/compiler/rustc_target/src/abi/call/powerpc64.rs
AgeCommit message (Expand)AuthorLines
2024-10-11compiler: Empty out rustc_target::abiJubilee Young-118/+0
2024-10-03update callHenry Jiang-1/+2
2024-10-03Add AIX Calling ConventionHenry Jiang-3/+12
2024-09-03Add `warn(unreachable_pub)` to `rustc_target`.Nicholas Nethercote-1/+1
2024-08-11Refactor `powerpc64` call ABI handlingbeetrees-55/+12
2024-04-08force_array -> is_consecutiveNikita Popov-7/+6
2024-04-08Fix argument ABI for overaligned structs on ppc64leNikita Popov-11/+14
2023-11-03default Aggregate ABI to Indirect, and make sure it's never used for unsizedRalf Jung-0/+8
2022-08-26Change `FnAbi::args` to a boxed slice.Nicholas Nethercote-1/+1
2021-08-30rustc_target: remove `LayoutOf` bound from `TyAbiInterface`.Eduard-Mihai Burtescu-5/+5
2021-08-27rustc_target: rename `TyAndLayoutMethods` to `TyAbiInterface`.Eduard-Mihai Burtescu-5/+5
2021-08-27rustc_target: add lifetime parameter to `LayoutOf`.Eduard-Mihai Burtescu-4/+4
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-1/+1
2020-08-30mv compiler to compiler/mark-0/+141