summary refs log tree commit diff
path: root/compiler/rustc_target/src/abi/call/mod.rs
AgeCommit message (Expand)AuthorLines
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-11/+0
2023-05-11Rollup merge of #111375 - rcvalle:rust-cfi-fix-106547, r=bjorn3Michael Goulet-4/+4
2023-05-09CFI: Fix SIGILL reached via trait objectsRamon de C Valle-4/+4
2023-05-07Use smaller ints for bitflagsNilstrieb-1/+1
2023-04-10Fix typos in compilerDaniPopes-1/+1
2023-01-22abi: add `AddressSpace` field to `Primitive::Pointer`Erik Desjardins-1/+1
2023-01-06Auto merge of #106474 - erikdesjardins:noalias, r=bjorn3bors-6/+1
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-4/+4
2023-01-04cleanup: handle -Zmutable-noalias like -Zbox-noaliasErik Desjardins-6/+1
2022-11-24move things from rustc_target::abi to rustc_abihkalbasi-1/+1
2022-11-19Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3Dylan DPC-0/+28
2022-11-11Improve generating Custom entry functionAyush Singh-0/+28
2022-11-10Rollup merge of #101939 - zhaixiaojuan:loongarch64-abi, r=oli-obkManish Goregaokar-0/+2
2022-10-14more dupe word typosRageking8-1/+1
2022-10-12Use `tidy-alphabetical` in the compilerNilstrieb-1/+2
2022-09-17Add loongarch64 abi supportzhaixiaojuan-0/+2
2022-09-16Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer...bors-1/+8
2022-08-26Move `ArgAbi::pad_i32` into `PassMode::Cast`.Nicholas Nethercote-13/+10
2022-08-26Turn `ArgAbi::pad` into a `bool`.Nicholas Nethercote-6/+6
2022-08-26Change `FnAbi::args` to a boxed slice.Nicholas Nethercote-2/+2
2022-08-26Change `FnAbi::fixed_count` to a `u32`.Nicholas Nethercote-2/+2
2022-08-26Box `CastTarget` within `PassMode`.Nicholas Nethercote-5/+5
2022-08-26Add size assertions for `FnAbi` and `ArgAbi`.Nicholas Nethercote-0/+10
2022-08-09Remove logic related to deprecated nvptx-nvidia-cuda (32-bit) targetKjetil Kjeka-2/+0
2022-07-26Fix vectorcallDaniel Paoliello-2/+4
2022-07-06fix issue 97463 using change suggested by nbdd0121.Felix S. Klock II-1/+8
2022-05-30Add support for emitting functions with `coldcc` in LLVMScott McMurray-0/+5
2022-04-26Rollup merge of #94703 - kjetilkjeka:nvptx-kernel-args-abi2, r=nagisaGuillaume Gomez-1/+7
2022-04-19Fix a bug in the ptx-kernel calling convention where structs was passed indir...Kjetil Kjeka-1/+7
2022-04-05Mark scalar layout unions so that backends that do not support partially init...Oli Scherer-3/+3
2022-02-13Auto merge of #93670 - erikdesjardins:noundef, r=nikicbors-1/+6
2022-02-09Make FnAbiError Copy.Camille GILLOT-3/+7
2022-02-05Apply noundef attribute to &T, &mut T, Box<T>, boolErik Desjardins-1/+6
2022-02-02Add more *-unwind ABI variantsAmanieu d'Antras-9/+11
2021-12-01fix sparc64 ABI for aggregates with floating point membersPetr Sumbera-10/+29
2021-11-05Update LLVM comments around NoAliasMutRefJosh Stone-2/+4
2021-09-20Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiserbors-0/+2
2021-09-18Querify `fn_abi_of_{fn_ptr,instance}`.Eduard-Mihai Burtescu-0/+1
2021-09-18ty::layout: intern `FnAbi`s as `&'tcx`.Eduard-Mihai Burtescu-11/+11
2021-09-18ty::layout: propagate errors up to (but not out of) `FnAbi::of_*`.Eduard-Mihai Burtescu-2/+25
2021-09-18rustc_target: `adjust_for_cabi` -> `adjust_for_foreign_abi`.Eduard-Mihai Burtescu-1/+1
2021-09-17compiler/rustc_target: Add support for m68k-linux-gnuJohn Paul Adrian Glaubitz-0/+2
2021-09-09Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist-4/+4
2021-08-30rustc_target: remove `LayoutOf` bound from `TyAbiInterface`.Eduard-Mihai Burtescu-3/+2
2021-08-27rustc_target: rename `TyAndLayoutMethods` to `TyAbiInterface`.Eduard-Mihai Burtescu-3/+3
2021-08-27rustc_target: add lifetime parameter to `LayoutOf`.Eduard-Mihai Burtescu-2/+2
2021-05-23Add support for BPF inline assemblyAlessandro Decina-1/+1
2021-05-23Add BPF targetAlessandro Decina-0/+2
2021-04-19fix few typosklensy-2/+2
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-9/+9