aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-link
AgeCommit message (Expand)AuthorFilesLines
2025-06-12[DebugInfo][RemoveDIs] Delete debug-info-format flag (#143746)Jeremy Morse1-7/+1
2025-06-09[DebugInfo][RemoveDIs] Rip out the UseNewDbgInfoFormat flag (#143207)Jeremy Morse1-4/+2
2025-04-09[DebugInfo][RemoveDIs] Eliminate another debug-info variation flag (#133917)Jeremy Morse1-6/+0
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse1-10/+2
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse1-5/+0
2025-01-06[nfc][thinlto] remove unnecessary return from `renameModuleForThinLTO` (#121851)Mircea Trofin1-3/+2
2024-09-25[SystemZ][z/OS] Open text files in text mode (#109972)Abhina Sree1-3/+3
2024-09-03[libclc] More cross compilation fixes (#97811)Harald van Dijk1-0/+2
2024-09-01[LTO] Reduce memory usage for import lists (#106772)Kazu Hirata1-1/+2
2024-08-22[LTO] Turn ImportMapTy into a proper class (NFC) (#105748)Kazu Hirata1-3/+2
2024-08-22[LTO] Introduce helper functions to add GUIDs to ImportList (NFC) (#105555)Kazu Hirata1-3/+3
2024-07-06[llvm] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#97778)Kazu Hirata1-2/+2
2024-06-20Reland "[ThinLTO] Populate declaration import status except for distributed T...Mingming Liu1-1/+5
2024-06-14Reapply#4 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer1-7/+1
2024-06-11Revert new debug info format commits:Stephen Tozer1-1/+7
2024-06-10Reapply#3 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer1-7/+1
2024-06-05Revert "Reland "[ThinLTO] Populate declaration import status except for distr...Mingming Liu1-5/+1
2024-05-20Reland "[ThinLTO] Populate declaration import status except for distributed T...Mingming Liu1-1/+5
2024-05-19Revert "[ThinLTO] Populate declaration import status except for distributed T...Mingming Liu1-5/+1
2024-05-19[ThinLTO] Populate declaration import status except for distributed ThinLTO u...Mingming Liu1-1/+5
2024-05-13Revert "Repply#2 "[RemoveDIs] Load into new debug info format by default in L...Fangrui Song1-1/+7
2024-05-03Repply#2 "[RemoveDIs] Load into new debug info format by default in LLVM (#89...Stephen Tozer1-7/+1
2024-05-02Revert#2 "[RemoveDIs] Load into new debug info format by default in LLVM (#89...Stephen Tozer1-1/+7
2024-05-02Reapply "[RemoveDIs] Load into new debug info format by default in LLVM (#897...Stephen Tozer1-7/+1
2024-05-01Revert "[RemoveDIs] Load into new debug info format by default in LLVM (#89799)"Stephen Tozer1-1/+7
2024-05-01[RemoveDIs] Load into new debug info format by default in LLVM (#89799)Stephen Tozer1-7/+1
2024-04-22[RemoveDIs] Make verify-uselistorder preserve the input debug info format (#8...Stephen Tozer1-1/+11
2024-04-05[RemoveDIs] Add flag to preserve the debug info format of input IR (#87379)Stephen Tozer1-0/+5
2024-03-25[RemoveDIs] Load into new debug info format by default in llvm-link (#86274)Orlando Cazalet-Hyams1-0/+6
2024-02-23[llvm-link] Improve missing file error message (#82514)Michael Halkenhäuser1-1/+9
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-08-04[FunctionImport] Reduce string duplication (NFC)Teresa Johnson1-1/+7
2022-11-21[llvm-link] Fix options of llvm-linkStephen Neuendorffer1-2/+3
2022-06-28Avoid ar_to_bc.sh script in symbolizer build; add -ignore-non-bitcode flag to...Matthias Braun1-0/+7
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-1/+1
2022-06-04Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song1-1/+1
2022-05-16[AIX] llvm-link support big archive.zhijian1-4/+9
2021-07-21[llvm][tools] Hide more unrelated LLVM tool optionsTimm Bäder1-21/+35
2021-04-28NFC: Run clang-format over llvm-link.Nick Lewycky1-34/+30
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-1/+2
2021-03-30Add -disable-verify flag to llvm-link.Nick Lewycky1-3/+6
2021-03-19[llvm] Add assertions for the smart pointers with the possibility to be null ...Ella Ma1-1/+3
2021-01-19[llvm-link] Improve link time for bitcode archives [NFC]Sergey Dmitriev1-2/+8
2021-01-11[tools] Mark output of tools as text if it is really textAbhina Sreeskantharajan1-1/+2
2021-01-05[llvm-link] fix linker behavior when linking archives with --only-needed optionSergey Dmitriev1-7/+5
2020-12-09[llvm-link][NFC] Minor cleanupSergey Dmitriev1-8/+6
2020-12-02[llvm-link] use file magic when deciding if input should be loaded as archiveSergey Dmitriev2-14/+21