aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-lto2/llvm-lto2.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-13llvm-lto2: Add print-guid subcommand.Peter Collingbourne1-1/+7
2025-05-23[DTLTO][LLVM] Integrated Distributed ThinLTO (DTLTO) (#127749)bd1976bris1-1/+35
2025-04-22Modify the localCache API to require an explicit commit on CachedFile… (#13...anjenner1-1/+3
2025-04-09[DebugInfo][RemoveDIs] Eliminate another debug-info variation flag (#133917)Jeremy Morse1-7/+0
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse1-4/+0
2025-03-29[bugpoint] Avoid repeated hash lookups (NFC) (#133616)Kazu Hirata1-2/+1
2025-03-19[LTO][WPD] Suppress WPD on a class if the LTO unit doesn't have the prevailin...Mingming Liu1-0/+19
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse1-12/+0
2025-03-08Revert "Modify the localCache API to require an explicit commit on CachedFile...Douglas Yung1-3/+1
2025-03-07Modify the localCache API to require an explicit commit on CachedFile… (#11...anjenner1-1/+3
2025-03-03[NFC]Make file-local cl::opt global variables static (#126486)chrisPyr1-1/+1
2024-10-07Make WriteIndexesThinBackend multi threaded (#109847)Nuri Amari1-1/+2
2024-04-26[llvm-lto2] Simplify SymbolResolutions loop and avoid expensive std::string c...Fangrui Song1-4/+3
2024-04-05[RemoveDIs] Add flag to preserve the debug info format of input IR (#87379)Stephen Tozer1-0/+5
2024-03-22[RemoveDIs] Load into new debug info format by default in llvm-lto and llvm-l...Orlando Cazalet-Hyams1-0/+4
2024-02-08[NFC][RemoveDIs] Remove conditional compilation for RemoveDIs (#81149)Jeremy Morse1-6/+2
2024-01-25Reapply 215b8f1e252, reverted in c3f7fb1421eJeremy Morse1-0/+18
2024-01-25Revert "[DebugInfo][RemoveDIs] Convert debug-info modes when loading bitcode ...Jeremy Morse1-18/+0
2024-01-25[DebugInfo][RemoveDIs] Convert debug-info modes when loading bitcode (#78967)Jeremy Morse1-0/+18
2023-07-05[llvm] A Unified LTO Bitcode FrontendMatthew Voss1-1/+18
2023-04-04[lld] Support separate native object file path in --thinlto-prefix-replaceIvan Tadeu Ferreira Antunes Filho1-5/+6
2023-01-25[LTO] Remove -lto-opaque-pointers flagNikita Popov1-5/+0
2023-01-23[NFC] Consolidate llvm::CodeGenOpt::Level handlingScott Linder1-14/+3
2023-01-11[llvm-lto2] Remove unused include after D123126Fangrui Song1-1/+0
2022-12-04IR: HotnessThreshold llvm::Optional => std::optionalFangrui Song1-1/+1
2022-11-22Reland "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu1-3/+6
2022-11-23Revert "Reland "[LTO][COFF] Use bitcode file names in lto native object file ...Roman Lebedev1-6/+3
2022-11-22Reland "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu1-3/+6
2022-11-22Revert "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu1-6/+3
2022-11-22[LTO][COFF] Use bitcode file names in lto native object file names.Zequan Wu1-3/+6
2022-07-06[LTO][ELF] Add selective --save-temps= optionJin Xin Ng1-2/+28
2022-07-01[llvm-lto2] Remove unneeded cl::init(false). NFCFangrui Song1-6/+6
2022-06-29[ThinLTO][test] Add tests for emitting files in-processJin Xin Ng1-6/+20
2022-06-20[llvm] Don't use Optional::getValue (NFC)Kazu Hirata1-2/+2
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-2/+1
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song1-3/+4
2022-06-01LTO: Decide upfront whether to use opaque/non-opaque pointer typesMatthias Braun1-0/+5
2022-04-11[llvm-lto] Remove support for legacy pass managerNikita Popov1-6/+0
2022-04-06[cmake] Remove LLVM_ENABLE_NEW_PASS_MANAGER cmake optionNikita Popov1-1/+1
2021-12-21Reland - [CodeView] Emit S_OBJNAME recordAlexandre Ganea1-1/+1
2021-12-21Revert [CodeView] Emit S_OBJNAME recordAlexandre Ganea1-1/+1
2021-12-21[CodeView] Emit S_OBJNAME recordAlexandre Ganea1-1/+1
2021-12-13[ThinLTO] Fix nondeterministic exit on error.Mircea Trofin1-9/+19
2021-11-04[Support] Improve Caching conformance with Support library behaviorNoah Shutty1-3/+3
2021-10-18[Support][ThinLTO] Move ThinLTO caching to LLVM Support libraryNoah Shutty1-5/+5
2021-10-18Revert "[Support][ThinLTO] Move ThinLTO caching to LLVM Support library"Petr Hosek1-5/+5
2021-10-18[Support][ThinLTO] Move ThinLTO caching to LLVM Support libraryNoah Shutty1-5/+5
2021-09-29Revert "[LTO][Legacy] Add -debug-pass-manager option to enable pass run/skip ...Wael Yehia1-4/+4
2021-09-29[LTO][Legacy] Add -debug-pass-manager option to enable pass run/skip trace.Wael Yehia1-4/+4
2021-07-20[LTO] Add SelectionKind to IRSymtab and use it in ld.lld/LLVMgoldFangrui Song1-3/+23