about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
2022-01-15initial revertEllen-1/+1
2022-01-13Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandryMatthias Krüger-86/+34
2022-01-11Auto merge of #92533 - Aaron1011:variant-symbol, r=petrochenkovbors-7/+7
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-7/+7
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-1/+1
2022-01-07Rollup merge of #92375 - wesleywiser:consolidate_debuginfo_msvc_check, r=mich...Eric Huss-14/+14
2022-01-07Consolidate checking for msvc when generating debuginfoWesley Wiser-14/+14
2022-01-06sess/cg: re-introduce split dwarf kindDavid Wood-15/+26
2022-01-03RustWrapper: adapt for an LLVM API changeKrasimir Georgiev-6/+6
2022-01-01Auto merge of #92419 - erikdesjardins:coldland, r=nagisabors-2/+17
2021-12-30keep noinline for system llvm < 14Erik Desjardins-1/+16
2021-12-30Auto merge of #91125 - eskarn:llvm-passes-plugin-support, r=nagisabors-26/+39
2021-12-29Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisabors-1/+30
2021-12-29Mark drop calls in landing pads cold instead of noinlineErik Desjardins-2/+2
2021-12-27Address review commentsWesley Wiser-20/+27
2021-12-20[code coverage] Fix missing dead code in modules that are never calledWesley Wiser-83/+24
2021-12-20Load new pass manager plugins only if the new pm is actually usedAxel Cohen-5/+5
2021-12-20rustc_codegen_llvm: move should_use_new_llvm_pass_manager function to llvm_utilAxel Cohen-18/+19
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-12/+13
2021-12-18Rollup merge of #92024 - pcwalton:per-codegen-unit-names, r=davidtwcoMatthias Krüger-8/+19
2021-12-18Rollup merge of #91931 - LegionMammal978:less-inband-codegen_llvm, r=davidtwcoMatthias Krüger-392/+429
2021-12-18Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwcoMatthias Krüger-3/+6
2021-12-16rustc_codegen_llvm: Give each codegen unit a unique DWARF name on allPatrick Walton-8/+19
2021-12-16Remove `in_band_lifetimes` from `rustc_codegen_llvm`LegionMammal978-392/+429
2021-12-15Remove unnecessary sigils around `Ident::as_str()` calls.Nicholas Nethercote-1/+1
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-8/+8
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-3/+4
2021-12-15Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcmMatthias Krüger-1/+0
2021-12-15Rollup merge of #91868 - tmiasko:llvm-time-trace-out, r=oli-obkMatthias Krüger-3/+7
2021-12-14Stabilize iter::zip.PFPoitras-1/+0
2021-12-13Rollup merge of #91855 - xfix:const_cstr_unchecked, r=dtolnayMatthias Krüger-1/+0
2021-12-13Revert "Produce .dwo file for Packed as well"Andy Wang-8/+11
2021-12-13Auto merge of #91654 - nikic:llvmbc-section-flags, r=nagisabors-42/+60
2021-12-13Fix conditions for using legacy or new pm pluginsAxel Cohen-1/+1
2021-12-13Use the existing llvm-plugins option for both legacy and new pm registrationAxel Cohen-13/+19
2021-12-13Add a codegen option to allow loading LLVM pass pluginsAxel Cohen-0/+6
2021-12-13Stabilize const_cstr_uncheckedKonrad Borowski-1/+0
2021-12-13Use `OutputFilenames` to generate output file for `-Zllvm-time-trace`Tomasz Miąsko-3/+7
2021-12-12Auto merge of #90716 - euclio:libloading, r=cjgillotbors-9/+8
2021-12-11Remap path in MCOptionsAndy Wang-1/+4
2021-12-10Rollup merge of #91625 - est31:remove_indexes, r=oli-obkMatthias Krüger-31/+27
2021-12-10Rollup merge of #91470 - wesleywiser:code_coverage_link_error, r=tmandryMatthias Krüger-2/+2
2021-12-09Rollup merge of #90796 - Amanieu:remove_reg_thumb, r=joshtriplettMatthias Krüger-5/+2
2021-12-09Remove redundant [..]sest31-31/+27
2021-12-08Auto merge of #91604 - nikic:section-flags, r=nagisabors-60/+1
2021-12-08Use module inline assembly to embed bitcodeNikita Popov-42/+60
2021-12-07Remove the reg_thumb register class for asm! on ARMAmanieu d'Antras-5/+2
2021-12-07Use object crate for .rustc metadata generationNikita Popov-60/+1
2021-12-07Remove redundant path joinAndy Wang-7/+4
2021-12-06Produce .dwo file for Packed as wellAndy Wang-11/+8