summary refs log tree commit diff
path: root/compiler/rustc_target/src/callconv/mod.rs
AgeCommit message (Expand)AuthorLines
2025-03-25make -Zwasm-c-abi=legacy suppress the lintRalf Jung-1/+1
2025-03-07Rollup merge of #137363 - workingjubilee:untangle-x86-abi-impl, r=jieyouxuJacob Pratt-1/+6
2025-03-05compiler: factor Windows x86-32 ABI impl into its own fileJubilee Young-1/+6
2025-02-28rename BackendRepr::Vector → SimdVectorRalf Jung-3/+3
2025-02-20Rollup merge of #137318 - bjorn3:cg_clif_abi_workaround, r=workingjubileeJubilee-1/+3
2025-02-20Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...Zachary S-2/+1
2025-02-20Workaround Cranelift not yet properly supporting vectors smaller than 128bitbjorn3-1/+3
2025-02-18x86-sse2 ABI: use SSE registers for floats and SIMDRalf Jung-44/+74
2025-02-12Rollup merge of #136807 - workingjubilee:merge-gpus-to-get-the-arcradeongefor...Jacob Pratt-4/+2
2025-02-10compiler: die immediately instead of handling unknown target codegenJubilee Young-22/+3
2025-02-09compiler: internally merge `Conv::PtxKernel` into `GpuKernel`Jubilee Young-4/+2
2025-02-07compiler: remove reexports from rustc_target::callconvJubilee Young-3/+2
2025-02-06compiler: make rustc_target have less weird reexportsJubilee Young-9/+11
2025-01-17Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubileebors-0/+3
2025-01-16Add gpu-kernel calling conventionFlakebi-0/+3
2025-01-12on Windows, consistently pass ZST by-refRalf Jung-2/+2
2025-01-10fix ZST handling for Windows ABIs on MSVC targetRalf Jung-16/+15
2024-12-02rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)Andrew Zhogin-1/+3
2024-11-20aarch64 softfloat target: always pass floats in int registersRalf Jung-0/+1
2024-11-08pointee_info_at: fix logic for recursing into enumsRalf Jung-1/+2
2024-10-29compiler: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-12/+17
2024-10-23Set `signext` or `zeroext` for integer arguments on LoongArch64Asuna-0/+1
2024-10-23Set `signext` or `zeroext` for integer arguments on RISC-VAsuna-0/+1
2024-10-23Introduce `adjust_for_rust_abi` in `rustc_target`Asuna-2/+115
2024-10-18compiler: Revert -Zregparm handling for extern RustJubilee Young-22/+0
2024-10-18rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972)Andrew Zhogin-9/+35
2024-10-11compiler: Wire `{TyAnd,}Layout` into `rustc_abi`Jubilee Young-247/+2
2024-10-11compiler: Empty out rustc_target::abiJubilee Young-0/+1009