about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
2024-03-01Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errorsbors-3/+7
2024-02-29Rollup merge of #121464 - alexcrichton:fix-wasm64, r=wesleywiserMatthias Krüger-50/+46
2024-02-29Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`.Nicholas Nethercote-1/+1
2024-02-28Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive`Trevor Gross-3/+7
2024-02-28Add profiling support to AIXQiu Chaofan-1/+3
2024-02-27use non-inbounds GEP for ZSTs, add fixmesErik Desjardins-0/+5
2024-02-28Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`.Nicholas Nethercote-13/+13
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-8/+8
2024-02-28Rename `SubDiagnostic` as `Subdiag`.Nicholas Nethercote-1/+1
2024-02-28Rename `Diagnostic` as `DiagInner`.Nicholas Nethercote-3/+3
2024-02-26introduce and use ptradd/inbounds_ptradd instead of gepErik Desjardins-5/+10
2024-02-26remove struct_gep, use manual layout calculations for va_argErik Desjardins-1/+0
2024-02-26always use gep inbounds i8 (ptradd) for field offsetsErik Desjardins-30/+5
2024-02-27Auto merge of #121635 - 823984418:remove_archive_builder_lifetime_a, r=nnethe...bors-4/+4
2024-02-26remove useless lifetime of ArchiveBuilder823984418-4/+4
2024-02-25Auto merge of #120650 - clubby789:switchint-const, r=saethlinbors-5/+13
2024-02-24Add assertions and clarify asm-goto with noreturnGary Guo-0/+1
2024-02-24Implement asm goto for LLVM and GCC backendGary Guo-9/+35
2024-02-24Implement asm goto in MIR and MIR loweringGary Guo-0/+3
2024-02-24Change InlineAsm to allow multiple targets insteadGary Guo-2/+2
2024-02-24Add asm label support to AST and HIRGary Guo-1/+2
2024-02-24Rollup merge of #121522 - RalfJung:insert-extract-boundscheck, r=oli-obkMatthias Krüger-10/+2
2024-02-23rustc: Fix wasm64 metadata object filesAlex Crichton-50/+46
2024-02-23check that simd_insert/extract indices are in-boundsRalf Jung-10/+2
2024-02-23Use `br` instead of conditional when branching on constantclubby789-5/+13
2024-02-23remove repetitive wordscui fliter-1/+1
2024-02-22Fix llvm hangNoa-1/+1
2024-02-22Auto merge of #121225 - RalfJung:simd-extract-insert-const-idx, r=oli-obk,Ama...bors-2/+1
2024-02-22Auto merge of #121129 - nnethercote:codegen-Diags, r=estebankbors-29/+61
2024-02-22Remove `SharedEmitterMessage::AbortIfErrors`.Nicholas Nethercote-5/+1
2024-02-22Overhaul `rustc_codegen_ssa::back::write::Diagnostic`.Nicholas Nethercote-22/+58
2024-02-22Overhaul `Diagnostic` args.Nicholas Nethercote-6/+6
2024-02-22Remove redundant `-Wl,-syslibroot`Mads Marquart-1/+7
2024-02-21Rollup merge of #121399 - psumbera:solaris-strip-debug, r=petrochenkovMatthias Krüger-1/+1
2024-02-22Replace unnecessary `abort_if_errors`.Nicholas Nethercote-10/+4
2024-02-22Inline and remove `Session::compile_status`.Nicholas Nethercote-1/+3
2024-02-21Solaris linker does not support --strip-debugPetr Sumbera-1/+1
2024-02-21Auto merge of #120718 - saethlin:reasonable-fast-math, r=nnethercotebors-0/+37
2024-02-20Add "algebraic" versions of the fast-math intrinsicsBen Kimock-0/+37
2024-02-20wasm: Store rlib metadata in wasm object filesAlex Crichton-20/+68
2024-02-20require simd_insert, simd_extract indices to be constantsRalf Jung-2/+1
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-3/+1
2024-02-18Rollup merge of #121237 - Urgau:better-cargo-heuristic, r=compiler-errorsLeón Orell Valerian Liehr-2/+5
2024-02-17Rollup merge of #121209 - nnethercote:infallible-join_codegen, r=bjorn3Matthias Krüger-1/+1
2024-02-17Use better heuristic for printing Cargo specific diagnosticsUrgau-2/+5
2024-02-17Make `CodegenBackend::join_codegen` infallible.Nicholas Nethercote-1/+1
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-67/+71
2024-02-15Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoeristerbors-39/+34
2024-02-15Allow codegen backends to opt-out of parallel codegenMaybe Waffle-2/+14
2024-02-15Rename `-Zno_parallel_llvm` -> `-Zno_parallel_backend`Maybe Waffle-2/+2