summary refs log tree commit diff
path: root/compiler/rustc_target/src/abi/call
AgeCommit message (Expand)AuthorLines
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-9/+46
2022-04-19Fix a bug in the ptx-kernel calling convention where structs was passed indir...Kjetil Kjeka-9/+46
2022-04-13couple of clippy::complexity fixesMatthias Krüger-3/+3
2022-04-05Mark scalar layout unions so that backends that do not support partially init...Oli Scherer-20/+18
2022-03-30Spellchecking compiler commentsYuri Astrakhan-1/+1
2022-02-21formatting fixesPetr Sumbera-8/+2
2022-02-21more complete sparc64 ABI fix for aggregates with floating point membersPetr Sumbera-101/+183
2022-02-13Auto merge of #93670 - erikdesjardins:noundef, r=nikicbors-1/+6
2022-02-09Make FnAbiError Copy.Camille GILLOT-3/+7
2022-02-08Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisabors-9/+11
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-17Eliminate duplicate codes of is_single_fp_elementlzh-40/+4
2021-12-01fix sparc64 ABI for aggregates with floating point membersPetr Sumbera-47/+133
2021-11-05Update LLVM comments around NoAliasMutRefJosh Stone-2/+4
2021-09-20Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiserbors-0/+32
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/+32
2021-09-09Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist-12/+12
2021-08-30rustc_target: remove `LayoutOf` bound from `TyAbiInterface`.Eduard-Mihai Burtescu-56/+49
2021-08-27rustc_target: rename `TyAndLayoutMethods` to `TyAbiInterface`.Eduard-Mihai Burtescu-54/+54
2021-08-27rustc_target: add lifetime parameter to `LayoutOf`.Eduard-Mihai Burtescu-67/+57
2021-06-23Point to the updated version of some dead linksSmitty-1/+1
2021-06-23Use HTTPS links where possibleSmitty-4/+4
2021-06-14Use the now available implementation of `IntoIterator` for arraysLeSeulArtichaut-1/+1
2021-05-29BPF: abi: extend args/ret to 32 bitsAlessandro Decina-3/+3
2021-05-23Add support for BPF inline assemblyAlessandro Decina-1/+1
2021-05-23Add BPF targetAlessandro Decina-0/+33
2021-04-19fix few typosklensy-2/+2
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-97/+35
2021-04-04wasm64Gus Caplan-0/+60
2021-03-21Move decision aboute noalias into codegen_llvmNikita Popov-1/+4
2021-02-28Explicitly mark x86-interrupt ABI argument as byvalNikita Popov-0/+7
2021-02-03Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievinkbors-0/+1
2021-02-02Rollup merge of #81455 - Amanieu:aarch64_ilp32, r=sanxiynJack Huey-30/+3
2021-02-02Bump rustfmt versionMark Rousskov-1/+1
2021-02-02Add a new ABI to support cmse_nonsecure_callHugues de Valon-0/+1
2021-01-30Consider Scalar to be a bool only if its unsignedSimonas Kazlauskas-1/+6
2021-01-27Fix ARM and AArch64 calling convention for passing small composite typesAmanieu d'Antras-30/+3
2021-01-26Use PassMode::Direct for Abi::Aggregate by defaultbjorn3-2/+2
2021-01-26Revert "Wasm-bindgen abi compat using cast_to"bjorn3-48/+8
2021-01-26Wasm-bindgen abi compat using cast_tobjorn3-8/+48
2021-01-26Revert "Share wasm-bindgen compat abi selection code"bjorn3-16/+4
2021-01-25Share wasm-bindgen compat abi selection codebjorn3-4/+16
2021-01-23Add some comments to PassModebjorn3-0/+6
2021-01-23Never create an temporary PassMode::Direct when it is not a valid pass mode f...bjorn3-17/+31