summaryrefslogtreecommitdiff
path: root/compiler/rustc_codegen_cranelift/src/abi
Commit message (Expand)AuthorAgeFilesLines
* Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote2023-05-031-4/+4
* Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-202...bjorn32023-04-294-37/+7
* rename `needs_infer` to `has_infer`Boxy2023-04-271-1/+1
* Fix `rustc_index` imports outside the compilerMaybe Waffle2023-04-241-1/+1
* Move `mir::Field` → `abi::FieldIdx`Scott McMurray2023-03-281-2/+2
* Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202...bjorn32023-03-152-43/+58
* Rename many interner functions.Nicholas Nethercote2023-02-241-3/+3
* Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-202...bjorn32023-02-091-2/+2
* Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-202...bjorn32023-01-241-11/+26
* Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into sync_cg_clif-202...bjorn32022-12-141-15/+14
* bug! with a better error message for failing Instance::resolveMichael Goulet2022-12-111-4/+3
* Use custom entry name in craneliftAyush Singh2022-11-171-10/+15
* Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-202...bjorn32022-10-231-2/+51
* more dupe word typosRageking82022-10-141-1/+1
* Fix a bunch of typoDezhi Wu2022-08-311-1/+1
* Auto merge of #100999 - nnethercote:shrink-FnAbi, r=bjorn3bors2022-08-273-14/+21
|\
| * Move `ArgAbi::pad_i32` into `PassMode::Cast`.Nicholas Nethercote2022-08-262-8/+11
| * Box `CastTarget` within `PassMode`.Nicholas Nethercote2022-08-263-12/+16
* | Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-202...bjorn32022-08-241-3/+3
|/
* Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-202...bjorn32022-07-252-25/+37
* Use CallConv::Cold in cranelift for extern "rust-cold"Scott McMurray2022-05-301-1/+2
* Add support for emitting functions with `coldcc` in LLVMScott McMurray2022-05-301-1/+1
* Refactor call terminator to always hold a destination placeJakob Degen2022-05-232-41/+28
* Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-202...bjorn32022-05-151-11/+19
* Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-202...bjorn32022-03-201-2/+8
* Clarify `Layout` interning.Nicholas Nethercote2022-03-071-2/+8
* use `List<Ty<'tcx>>` for tupleslcnr2022-02-211-2/+2
* Overhaul `RegionKind` and `Region`.Nicholas Nethercote2022-02-151-1/+1
* Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-202...bjorn32021-12-202-9/+10
* fix sparc64 ABI for aggregates with floating point membersPetr Sumbera2021-12-011-1/+1
* Add const_eval_select intrinsicDeadbeef2021-10-121-2/+2
* Querify `fn_abi_of_{fn_ptr,instance}`.Eduard-Mihai Burtescu2021-09-181-9/+14
* ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`.Eduard-Mihai Burtescu2021-09-181-6/+6
* Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist2021-09-091-10/+10
* Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-202...bjorn32021-08-063-176/+164
* Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'Erin Power2021-04-301-8/+7
* Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-202...bjorn32021-03-294-34/+30
* rustc_target: add "unwind" payloads to `Abi`katelyn a. martin2021-03-091-2/+5
* Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...bjorn32021-03-054-291/+107
* Add a new ABI to support cmse_nonsecure_callHugues de Valon2021-02-021-0/+1
* Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-202...bjorn32021-02-014-445/+593
* Make BoundRegion have a kind of BoungRegionKindJack Huey2020-12-181-1/+1
* Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into sync_cg_clif-202...bjorn32020-11-271-4/+2
* update `cg_clif`Bastian Kauschke2020-11-161-6/+6
* Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...bjorn32020-11-032-39/+36
* Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6b...bjorn32020-10-264-0/+1214