about summary refs log tree commit diff
path: root/compiler/rustc_target/src/callconv/x86.rs
AgeCommit message (Expand)AuthorLines
2025-07-07Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubileebors-1/+1
2025-07-07compiler: Parse `p-` specs in datalayout string, allow definition of custom d...Edoardo Marangoni-1/+1
2025-07-05use `div_ceil` instead of manual logicFolkert de Vries-1/+1
2025-04-06remove compiler support for `extern "rust-intrinsic"` blocksSkgland-7/+4
2025-03-25Rename `is_like_osx` to `is_like_darwin`Mads Marquart-1/+1
2025-03-07Rollup merge of #137363 - workingjubilee:untangle-x86-abi-impl, r=jieyouxuJacob Pratt-22/+2
2025-03-05compiler: factor Windows x86-32 ABI impl into its own fileJubilee Young-22/+2
2025-02-28rename BackendRepr::Vector → SimdVectorRalf Jung-1/+1
2025-02-20Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...Zachary S-3/+1
2025-02-18x86-sse2 ABI: use SSE registers for floats and SIMDRalf Jung-3/+11
2025-02-07compiler: remove rustc_target::abi entirelyJubilee Young-1/+1
2025-02-06compiler: make rustc_target have less weird reexportsJubilee Young-10/+12
2024-12-02rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)Andrew Zhogin-1/+2
2024-10-29compiler: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-8/+10
2024-10-23Introduce `adjust_for_rust_abi` in `rustc_target`Asuna-1/+36
2024-10-18rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972)Andrew Zhogin-40/+64
2024-10-11compiler: Empty out rustc_target::abiJubilee Young-0/+185