about summary refs log tree commit diff
path: root/compiler/rustc_target/src/callconv/x86_win64.rs
AgeCommit message (Expand)AuthorLines
2025-02-28rename BackendRepr::Vector → SimdVectorRalf Jung-1/+1
2025-02-20Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...Zachary S-1/+1
2025-02-19x86_win64 ABI: do not use xmm0 with softfloat ABIRalf Jung-6/+10
2025-02-07compiler: remove rustc_target::abi entirelyJubilee Young-1/+1
2025-01-27Windows x86: Change `i128` to return via the vector ABITrevor Gross-7/+13
2025-01-12on Windows, consistently pass ZST by-refRalf Jung-14/+8
2025-01-10fix ZST handling for Windows ABIs on MSVC targetRalf Jung-7/+15
2024-10-29compiler: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-12/+15
2024-10-11compiler: Empty out rustc_target::abiJubilee Young-0/+52