about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/back/lto.rs
AgeCommit message (Expand)AuthorLines
2021-10-08Default to disabling the new pass manager for the s390x targets.Hans Kratz-1/+1
2021-10-01Fix clippy lintsGuillaume Gomez-13/+12
2021-09-17Work around invalid DWARF bugs for fat LTOYilin Chen-2/+16
2021-05-08Support -C passes in NewPMNikita Popov-4/+13
2021-05-08Don't force -O1 with ThinLTONikita Popov-22/+0
2021-03-26Use iter::zip in compiler/Josh Stone-3/+2
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-4/+1
2020-12-16cg_llvm: split dwarf filename and comp dirDavid Wood-1/+1
2020-12-16cg_llvm: implement split dwarf supportDavid Wood-8/+13
2020-12-16cg_ssa: introduce `TargetMachineFactoryFn` aliasDavid Wood-1/+1
2020-10-30Fix even more clippy warningsJoshua Nelson-1/+1
2020-09-17Use llvm::computeLTOCacheKey to determine post-ThinLTO CGU reuseAaron Hill-192/+69
2020-09-09Add `-Z combine_cgu` flagVictor Ding-3/+3
2020-08-30mv compiler to compiler/mark-0/+1075