about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift
AgeCommit message (Expand)AuthorLines
2025-06-15Implement `simd_round_ties_even` for miri, cg_clif and cg_gccsayantn-1/+4
2025-06-14Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errorsMatthias Krüger-4/+0
2025-06-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-0/+5
2025-06-13Unimplement unsized_localsmejrs-4/+0
2025-06-12add `extern "custom"` functionsFolkert de Vries-0/+5
2025-06-12intrinsics: rename min_align_of to align_ofRalf Jung-11/+8
2025-06-12Apply ABI attributes on return types in `rustc_codegen_cranelift`beetrees-22/+37
2025-06-08Remove rustc's notion of "preferred" alignment AKA `__alignof`Jubilee Young-5/+1
2025-06-07intrinsics: use const generic to set atomic orderingRalf Jung-15/+13
2025-06-07Auto merge of #141964 - sayantn:update-stdarch, r=Amanieubors-9/+9
2025-06-06Rollup merge of #142103 - scottmcm:fieldidx-in-interp, r=oli-obkGuillaume Gomez-4/+3
2025-06-05Update `InterpCx::project_field` to take `FieldIdx`Scott McMurray-4/+3
2025-06-05Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of NoneOli Scherer-18/+18
2025-06-03Change `tag_field` to `FieldIdx` in `Variants::Multiple`Scott McMurray-3/+3
2025-06-03Auto merge of #141984 - matthiaskrgr:rollup-wy6j9ca, r=matthiaskrgrbors-27/+22
2025-06-03Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3Matthias Krüger-27/+22
2025-06-03Auto merge of #141229 - tgross35:builtins-josh-subtree, r=Kobzolbors-3/+5
2025-06-03cg_clif: convert to CanonAbiJubilee Young-27/+22
2025-06-03Add impl for `llvm.roundeven` in cg_clifsayantn-9/+9
2025-06-03Move metadata object generation for dylibs to the linker codebjorn3-48/+3
2025-06-03Only borrow EncodedMetadata in codegen_cratebjorn3-18/+4
2025-05-28atomic_load intrinsic: use const generic parameter for orderingRalf Jung-1/+2
2025-05-28clif: Provide better output messages for failed copiesTrevor Gross-3/+5
2025-05-25Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into sync_cg_clif-202...bjorn3-265/+1110
2025-05-20Rename `cfg_match!` to `cfg_select!`Trevor Gross-1/+1
2025-05-09Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operationsUrgau-0/+37
2025-05-05Rename Instance::new to Instance::new_raw and add a note that it is rawMichael Goulet-1/+1
2025-04-30Rollup merge of #134232 - bjorn3:naked_asm_improvements, r=wesleywiserMatthias Krüger-289/+200
2025-04-30Fix naked asm symbol name for cg_clif on macOSbjorn3-1/+2
2025-04-28Rollup merge of #140323 - tgross35:cfg-unstable-float, r=UrgauChris Denton-3/+12
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-5/+10
2025-04-27Implement the internal feature `cfg_target_has_reliable_f16_f128`Trevor Gross-3/+12
2025-04-24Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etcbendn-1/+1
2025-04-24Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr...bors-3/+0
2025-04-20make abi_unsupported_vector_types a hard errorRalf Jung-3/+0
2025-04-20stabilize `naked_functions`Folkert de Vries-10/+1
2025-04-19Make `#[naked]` an unsafe attributeFolkert de Vries-4/+2
2025-04-14Share part of the global_asm!() implementation between cg_ssa and cg_clifbjorn3-69/+4
2025-04-14Use cg_ssa's version of codegen_naked_asm in cg_clifbjorn3-283/+258
2025-04-14Move `has_self` field to `hir::AssocKind::Fn`.Nicholas Nethercote-2/+2
2025-04-11Auto merge of #139453 - compiler-errors:incr, r=jieyouxubors-19/+35
2025-04-11Auto merge of #139011 - Zoxc:no-rayon-iters, r=oli-obkbors-14/+15
2025-04-10Remove the use of Rayon iteratorsJohn Kåre Alsaker-14/+15
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-1/+1
2025-04-07Prepend temp files with a string per invocation of rustcMichael Goulet-9/+31
2025-04-07Simplify temp path creation a bitMichael Goulet-16/+10
2025-04-06update docsBennet Bleßmann-2/+1
2025-04-04Auto merge of #139213 - bjorn3:cg_clif_test_coretests, r=jieyouxubors-23/+34
2025-04-04Rollup merge of #138949 - madsmtm:rename-to-darwin, r=WaffleLapkinMatthias Krüger-3/+3
2025-04-03Fix testing with randomized layouts enabledbjorn3-1/+3