about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift
AgeCommit message (Expand)AuthorLines
2024-08-17Always use ar_archive_writer for import libsChris Denton-83/+1
2024-08-14Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errorsbors-2/+2
2024-08-12Rollup merge of #128149 - RalfJung:nontemporal_store, r=jieyouxu,Amanieu,JubileeGuillaume Gomez-1/+2
2024-08-10Fixes in various placesNadrieril-0/+1
2024-08-09Use ar_archive_writer from sysroot for cg_clifbjorn3-11/+1
2024-08-09Merge commit '69b3f5a426a5c1c05236a45b36f6679d95fbe01b' into sync_cg_clif-202...bjorn3-850/+398
2024-08-09Shrink `TyKind::FnPtr`.Nicholas Nethercote-2/+2
2024-08-08Rename struct_tail_erasing_lifetimes to struct_tail_for_codegenMichael Goulet-2/+2
2024-08-05nontemporal_store: make sure that the intrinsic is truly just a hintRalf Jung-1/+2
2024-07-30Move computation of decorated names out of the create_dll_import_lib methodbjorn3-1/+1
2024-07-30Move temp file name generation out of the create_dll_import_lib methodbjorn3-4/+3
2024-07-29Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35bors-1/+1
2024-07-28Update compiler_builtins to 0.1.114Nicholas Bishop-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-32/+25
2024-07-29Update `use` declarations formatting options.Nicholas Nethercote-0/+2
2024-07-28stabilize `is_sorted`Slanterns-1/+0
2024-07-24Use Cow<'static, str> for InlineAsmTemplatePiece::StringGnomedDev-23/+23
2024-07-22Rollup merge of #127177 - bjorn3:arm64_macos_cg_clif, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-1/+1
2024-07-20Rollup merge of #127779 - momvart:should_codegen_hook, r=cjgillotMatthias Krüger-3/+2
2024-07-19Avoid ref when using format! in compilerYuri Astrakhan-1/+1
2024-07-16Rollup merge of #124033 - bjorn3:ar_archive_writer_0_3_0, r=davidtwcoTrevor Gross-2/+2
2024-07-15Move compiler_builtin check to the use caseMohammad Omidvar-3/+2
2024-07-13Merge commit '659243d85c7489412bd0faa1c068d904a6042941' into sync_cg_clif-202...bjorn3-77/+94
2024-07-08Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJungbors-0/+6
2024-07-07Sync ar_archive_writer to LLVM 18.1.3bjorn3-2/+2
2024-07-07Support tail calls in mir via `TerminatorKind::TailCall`Maybe Waffle-0/+6
2024-07-04Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obkbors-3/+5
2024-07-02Fix spansMichael Goulet-3/+4
2024-07-02Give Instance::expect_resolve a spanMichael Goulet-3/+10
2024-07-02Miri function identity hack: account for possible inliningRalf Jung-3/+5
2024-06-30Distribute rustc_codegen_cranelift for arm64 macOSbjorn3-1/+1
2024-06-30Merge commit '49cd5dd454d0115cfbe9e39102a8b3ba4616aa40' into sync_cg_clif-202...bjorn3-291/+440
2024-06-23cg_clif: Define build opts from FramePointerJubilee Young-3/+3
2024-06-19`bug!` more uses of these in runtime stuffScott McMurray-10/+11
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-1/+2
2024-06-16Rename InstanceDef -> InstanceKindMichael Goulet-10/+10
2024-06-16Auto merge of #126505 - compiler-errors:no-vtable, r=lcnrbors-2/+1
2024-06-14Only compute vtable information during codegenMichael Goulet-2/+1
2024-06-14Use is_lang_item more aggressivelyMichael Goulet-1/+2
2024-06-12Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubileebors-7/+10
2024-06-12Rollup merge of #126301 - nnethercote:sort-crate-attributes, r=davidtwcoJubilee-4/+7
2024-06-12Require any function with a tait in its signature to actually constrain a hid...Oli Scherer-10/+13
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-4/+7
2024-06-12Update a cranelift patch file for formatting changes.Nicholas Nethercote-3/+3
2024-06-10ScalarInt: size mismatches are a bug, do not delay the panicRalf Jung-18/+13
2024-06-08offset_of: allow (unstably) taking the offset of slice tail fieldsRalf Jung-3/+4
2024-06-05Misc fixes to cranelift/clippy/miriBoxy-0/+1
2024-06-04Auto merge of #122597 - pacak:master, r=bjorn3bors-0/+23
2024-05-29Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk许杰友 Jieyou Xu (Joe)-14/+34
2024-05-28Add an intrinsic for `ptr::metadata`Scott McMurray-14/+34