about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/src
AgeCommit message (Expand)AuthorLines
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-03Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3Matthias Krüger-27/+22
2025-06-03cg_clif: convert to CanonAbiJubilee Young-27/+22
2025-06-03Add impl for `llvm.roundeven` in cg_clifsayantn-8/+8
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-25Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into sync_cg_clif-202...bjorn3-198/+994
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-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-04Rollup merge of #138949 - madsmtm:rename-to-darwin, r=WaffleLapkinMatthias Krüger-3/+3
2025-03-30Merge commit 'ba315abda789c9f59f2100102232bddb30b0d3d3' into sync_cg_clif-202...bjorn3-278/+230
2025-03-25Rename `is_like_osx` to `is_like_darwin`Mads Marquart-3/+3
2025-03-21Auto merge of #128320 - saethlin:link-me-maybe, r=compiler-errorsbors-6/+14
2025-03-17Remove implicit #[no_mangle] for #[rustc_std_internal_symbol]bjorn3-7/+24
2025-03-13atomic intrinsics: clarify which types are supported and (if applicable) what...Ralf Jung-4/+4
2025-03-05Change signature of `target_features_cfg`.Nicholas Nethercote-7/+6
2025-02-28rename BackendRepr::Vector → SimdVectorRalf Jung-6/+8
2025-02-26Fill out links_from_incr_cache in cg_clifBen Kimock-8/+10
2025-02-25Rollup merge of #137595 - folkertdev:remove-simd-pow-powi, r=RalfJungLeón Orell Valerian Liehr-58/+0
2025-02-25remove `simd_fpow` and `simd_fpowi`Folkert de Vries-58/+0
2025-02-24Avoid no-op unlink+link dances in incr compBen Kimock-1/+7
2025-02-24rename simd_shuffle_generic → simd_shuffle_const_genericRalf Jung-2/+2
2025-02-24Rollup merge of #137505 - tgross35:builtins-cannot-call-error, r=compiler-errorsJacob Pratt-3/+7
2025-02-24Add a span to `CompilerBuiltinsCannotCall`Trevor Gross-3/+7
2025-02-23Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35Trevor Gross-9/+7
2025-02-22Make a fake body to store typeck results for global_asmMichael Goulet-3/+3
2025-02-22Make asm a named fieldMichael Goulet-1/+1
2025-02-20Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...Zachary S-3/+1
2025-02-18cg_clif: Tweak formatting of global commentsJubilee-2/+2
2025-02-17cg_clif: use exclusively ABI alignmentJubilee Young-4/+3
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-2/+2
2025-02-15Merge commit '557ed8ebb7e981817d03c87352892c394183dd70' into sync_cg_clif-202...bjorn3-9/+15
2025-02-13Make `-O` mean `-C opt-level=3`clubby789-1/+1