about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2023-08-29Rollup merge of #111580 - atsuzaki:layout-ice, r=oli-obkMatthias Krüger-0/+12
2023-08-29const_eval and codegen: audit uses of is_zstRalf Jung-12/+18
2023-08-28Don't ICE on layout computation failureKatherine Philip-0/+12
2023-08-27Auto merge of #115139 - cjgillot:llvm-fragment, r=nikicbors-9/+28
2023-08-26Do not produce fragment for ZST.Camille GILLOT-7/+12
2023-08-26Do not forget to pass DWARF fragment information to LLVM.Camille GILLOT-2/+16
2023-08-25Revert "Use the same DISubprogram for each instance of the same inlined funct...Wesley Wiser-14/+4
2023-08-24cache the terminate block with the last reason that we sawRalf Jung-8/+7
2023-08-24when terminating during unwinding, show the reason whyRalf Jung-78/+83
2023-08-22Auto merge of #114643 - dpaoliello:inlinedebuginfo, r=wesleywiserbors-4/+14
2023-08-21Always add LC_BUILD_VERSION for metadata object filesKeith Smiley-17/+12
2023-08-20give some unwind-related terminators a more clear nameRalf Jung-4/+4
2023-08-18Fix ELF flag for RISC-V targets without explicit ABIGary Guo-1/+1
2023-08-18Add comment explanining unstable_target_featuresGary Guo-0/+1
2023-08-18Fix ABI flags in RISC-V/LoongArch ELF file generated by rustcGary Guo-17/+20
2023-08-17Revert "Implement references VarDebugInfo."Camille GILLOT-42/+12
2023-08-15stabilize combining +bundle and +whole-archive link modifiersBe Wilson-15/+1
2023-08-15Rollup merge of #114711 - lqd:linker-inference, r=petrochenkovGuillaume Gomez-17/+2
2023-08-14Upgrade Object and related depsdirreke-3/+3
2023-08-14add details for csky-unknown-linux-gnuabiv2 and add docsDirreke-6/+42
2023-08-14add `rustc_codegen_ssa` support for csky and correct some codeDirreke-0/+21
2023-08-12Remove unnecessary feature gatesJacob Pratt-1/+0
2023-08-11Use the same DISubprogram for each instance of the same inlined function with...Daniel Paoliello-4/+14
2023-08-10Revert "make MCP510 behavior explicitly opt-in"Rémy Rakic-17/+2
2023-08-09rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt`Vadim Petrochenkov-1/+1
2023-08-09rustc: Move `crate_types` from `Session` to `GlobalCtxt`Vadim Petrochenkov-24/+23
2023-08-09Auto merge of #114470 - pnkfelix:dont-export-no-mangle-from-proc-macros-issue...bors-3/+22
2023-08-08Rollup merge of #114500 - taiki-e:arm-crypto, r=AmanieuMatthias Krüger-1/+0
2023-08-08Rollup merge of #114376 - inferiorhumanorgans:rustc-codegen-ssa-duplicate-exp...Matthias Krüger-9/+0
2023-08-07Review feedback: return empty iff !should_codegen, and use simpler unconditio...Felix S. Klock II-12/+5
2023-08-06Rollup merge of #114505 - ouz-a:cleanup_mir, r=RalfJungMatthias Krüger-1/+1
2023-08-06cleanup misinformation regarding has_derefouz-a-1/+1
2023-08-05Remove arm crypto target featureTaiki Endo-1/+0
2023-08-04Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errorsbors-2/+7
2023-08-04special-case proc-macro crates in rustc_codegen_ssa::back::linker::exported_s...Felix S. Klock II-3/+29
2023-08-04Rollup merge of #114427 - Enselic:rustc_codegen_ssa-fixme, r=NilstriebMatthias Krüger-32/+39
2023-08-04Rollup merge of #114431 - ehuss:ssa-test, r=est31Matthias Krüger-3/+0
2023-08-03Enable tests on rustc_codegen_ssaEric Huss-3/+0
2023-08-03Handle non-utf8 rpaths (fix FIXME)Martin Nordholts-32/+39
2023-08-03Forbid old-style `simd_shuffleN` intrinsicsOli Scherer-2/+2
2023-08-02Add separate feature gate for async fn track callerBryan Garza-2/+7
2023-08-02Avoid exporting symbols more than once.Alex Zepeda-9/+0
2023-08-01Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3bors-169/+44
2023-07-31Rollup merge of #113717 - cuishuang:master, r=NilstriebMatthias Krüger-1/+1
2023-07-31remove repetitive wordscui fliter-1/+1
2023-07-31Remove unnecessary semicolon.Nicholas Nethercote-1/+1
2023-07-31Clean up `generate_lto_work`.Nicholas Nethercote-22/+23
2023-07-31Fix LLVM thread names on Windows.Nicholas Nethercote-3/+3
2023-07-31Introduce `running_with_any_token` closure.Nicholas Nethercote-7/+10
2023-07-31Use standard Rust capitalization rules for names containing "LTO".Nicholas Nethercote-11/+11