about summary refs log tree commit diff
path: root/compiler/rustc_target/src/abi/call/mod.rs
AgeCommit message (Expand)AuthorLines
2024-10-11compiler: Empty out rustc_target::abiJubilee Young-1009/+0
2024-10-04Use wide pointers consistenly across the compilerUrgau-1/+1
2024-09-21add `C-cmse-nonsecure-entry` ABIFolkert de Vries-0/+2
2024-09-18compiler: s/make_indirect_byval/pass_by_stack_offset/Jubilee Young-4/+3
2024-09-09Remove needless returns detected by clippy in the compilerEduardo Sánchez Muñoz-4/+2
2024-08-27ABI compat check: detect unadjusted ABI mismatchesRalf Jung-2/+17
2024-08-21Make `ArgAbi::make_indirect_force` more specificbeetrees-4/+14
2024-08-02Move ZST ABI handling to `rustc_target`beetrees-4/+9
2024-07-29Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35bors-0/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+8
2024-07-11Remove extern "wasm" ABINikita Popov-7/+7
2024-07-02Use the aligned size for alloca at args when the pass mode is cast.DianQK-1/+7
2024-05-30Add f16/f128 handling in a couple placesNicholas Bishop-0/+2
2024-05-29Teach rustc about the Xtensa call ABI.Scott Mabin-0/+2
2024-05-15Improved the documentation of the FnAbi structMichał Kostrubiec-4/+9
2024-05-06Refactor float `Primitive`s to a separate `Float` typebeetrees-1/+1
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-0/+3
2024-04-19Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiserbors-4/+6
2024-04-18Simplify `static_assert_size`s.Nicholas Nethercote-1/+1
2024-04-08force_array -> is_consecutiveNikita Popov-3/+17
2024-04-08Fix argument ABI for overaligned structs on ppc64leNikita Popov-1/+4
2024-04-03Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmeaseJacob Pratt-1/+1
2024-04-03Check `x86_64` size assertions on `aarch64`, tooZalathar-1/+1
2024-03-17make CastTarget::size and CastTarget::llvm_type consistent, removeErik Desjardins-11/+14
2024-03-11update make_indirect_byval comment about missing fix (this PR is the fix)Erik Desjardins-3/+1
2024-03-11Auto merge of #122050 - erikdesjardins:sret, r=nikicbors-4/+33
2024-03-10Introduce perma-unstable `wasm-c-abi` flagdaxpedda-4/+6
2024-03-09once byval abi is computed, the target abi isn't used furthererikdesjardins-1/+1
2024-03-09improve byval abi docsErik Desjardins-5/+32
2024-03-07fix now-incorrect parenthetical about byval attrErik Desjardins-2/+4
2024-03-06Add arm64ec-pc-windows-msvc targetDaniel Paoliello-1/+1
2024-02-28Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive`Trevor Gross-1/+1
2024-01-30Remove the `abi_amdgpu_kernel` featureclubby789-2/+0
2024-01-12allow system abi to be variadicbeepster4096-2/+2
2023-12-30Update to bitflags 2 in the compilerNilstrieb-2/+4
2023-11-21the unadjusted ABI needs to pass aggregates by-valueRalf Jung-0/+1
2023-11-19Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwcobors-7/+23
2023-11-19make_direct_deprecated: dont overwrite already set attributesRalf Jung-4/+10
2023-11-03default Aggregate ABI to Indirect, and make sure it's never used for unsizedRalf Jung-4/+14
2023-10-28Remove asmjs from compilerJubilee Young-1/+0
2023-09-17Rollup merge of #115654 - RalfJung:pass-mode-cast, r=compiler-errorsDylan DPC-24/+34
2023-09-15special case `TyAndLayout` debug implBoxy-2/+26
2023-09-15clarify PassMode::Indirect as wellRalf Jung-16/+17
2023-09-15explain PassMode::CastRalf Jung-8/+17
2023-09-10fix homogeneous_aggregate not ignoring some 1-ZSTRalf Jung-4/+9
2023-09-08turns out Layout has some more things to worry about -- move ABI comparison i...Ralf Jung-1/+10
2023-09-08the wasm ABI behavior is a bugRalf Jung-2/+5
2023-09-08accept some differences for rustc_abi(assert_eq), so that we can test more th...Ralf Jung-0/+48
2023-09-07extend comments around PassMode::DirectRalf Jung-1/+3
2023-08-26Use `preserve_mostcc` for `extern "rust-cold"`Scott McMurray-7/+4