about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
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-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
2021-12-06replace dynamic library module with libloadingAndy Russell-9/+8
2021-12-06Implement inline asm! for AVR platformAndrew Dona-Couch-0/+21
2021-12-05Apply path remapping to DW_AT_GNU_dwo_nameAndy Wang-3/+6
2021-12-03LLVM codgen support for unwinding inline assemblycynecx-2/+29
2021-12-03Adjust llvm wrapper for unwinding support for inlineasmcynecx-0/+3
2021-12-03code-cov: generate dead functions with private/default linkageWesley Wiser-2/+2
2021-12-02Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbiniMatthias Krüger-4/+2
2021-12-02Auto merge of #91003 - psumbera:sparc64-abi, r=nagisabors-7/+15
2021-12-01Rollup merge of #91207 - richkadel:rk-bump-coverage-version, r=tmandryMatthias Krüger-13/+72
2021-12-01fix sparc64 ABI for aggregates with floating point membersPetr Sumbera-7/+15
2021-11-30Add conditional support for coverage map version 6Rich Kadel-12/+33
2021-11-30re-format with new rustfmtMark Rousskov-4/+2
2021-11-28Rollup merge of #90833 - tmiasko:optimization-remarks, r=nikicMatthias Krüger-19/+51
2021-11-23Feat: make cg_ssa get_param borrow the builder mutablerdambrosio-1/+1
2021-11-23Update CoverageMappingFormat Support to Version6Arpad Borsos-12/+50
2021-11-22add rustc option for using LLVM stack smash protectionBenjamin A. Bjørnseth-1/+41
2021-11-18Auto merge of #90382 - alexcrichton:wasm64-libstd, r=joshtriplettbors-5/+7
2021-11-16Emit LLVM optimization remarks when enabled with `-Cremark`Tomasz Miąsko-12/+49
2021-11-16Use brief format for optimization remarksTomasz Miąsko-7/+2
2021-11-14Remove workaround for the forward progress handling in LLVMAndreas Jonson-10/+0
2021-11-10Disable `.debug_aranges` for all wasm targetsAlex Crichton-8/+2