about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift
AgeCommit message (Expand)AuthorLines
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
2025-04-03Run coretests and alloctests with cg_clif in CIbjorn3-22/+27
2025-04-03Unset RUSTC_WRAPPER in cg_clif's build systembjorn3-1/+5
2025-04-01Allow formatting example/gen_block_iterate.rsbjorn3-8/+12
2025-03-30Merge commit 'ba315abda789c9f59f2100102232bddb30b0d3d3' into sync_cg_clif-202...bjorn3-1419/+533
2025-03-25Rename `is_like_osx` to `is_like_darwin`Mads Marquart-3/+3
2025-03-24Update `compiler-builtins` to 0.1.152Trevor Gross-2/+2
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-16Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc许杰友 Jieyou Xu (Joe)-13/+11
2025-03-13atomic intrinsics: clarify which types are supported and (if applicable) what...Ralf Jung-4/+4
2025-03-12intrinsics: remove unnecessary leading underscore from argument namesRalf Jung-8/+8
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-13/+11
2025-03-11Auto merge of #137586 - nnethercote:SetImpliedBits, r=bjorn3bors-7/+6
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-13/+11
2025-03-07Fully test the alloc crate through alloctestsbjorn3-3/+3
2025-03-06Remove #[cfg(not(test))] gates in coreThalia Archibald-13/+11
2025-03-05Update `compiler-builtins` to 0.1.151Trevor Gross-2/+2
2025-03-04Rollup merge of #137634 - tgross35:update-builtins, r=tgross35Jubilee-2/+2
2025-03-05Change signature of `target_features_cfg`.Nicholas Nethercote-7/+6
2025-03-01Update `compiler-builtins` to 0.1.150Trevor Gross-2/+2
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-25Auto merge of #137608 - fmease:rollup-h4siso6, r=fmeasebors-58/+0
2025-02-25Rollup merge of #137515 - tgross35:update-builtins, r=tgross35León Orell Valerian Liehr-2/+2
2025-02-25Rollup merge of #137595 - folkertdev:remove-simd-pow-powi, r=RalfJungLeón Orell Valerian Liehr-58/+0