aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-link
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-02Revert "[llvm-link] use file magic when deciding if input should be loaded as...Sergey Dmitriev1-20/+14
2020-12-02[llvm-link] use file magic when deciding if input should be loaded as archiveSergey Dmitriev1-14/+20
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-21/+0
2020-07-14llvm-link: Add support for archive files as inputsJan Sjodin1-1/+72
2020-07-08[opt] Remove obsolete --quiet optionArthur Eubanks1-1/+1
2020-04-07[ThinLTO] Drop dso_local if a GlobalVariable satisfies isDeclarationForLinker()Fangrui Song1-2/+4
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-2/+2
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2018-07-16Restore "[ThinLTO] Ensure we always select the same function copy to import"Teresa Johnson1-1/+1
2018-07-14Revert "[ThinLTO] Ensure we always select the same function copy to import"Teresa Johnson1-1/+1
2018-07-13[ThinLTO] Ensure we always select the same function copy to importTeresa Johnson1-1/+1
2018-04-18[llvm-link] Use WithColor for printing errorsJonas Devlieghere1-11/+18
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama1-8/+2
2018-02-21Revert "[IRMover] Implement name based structure type mapping"Rafael Espindola1-8/+1
2018-02-21[IRMover] Implement name based structure type mappingEugene Leviant1-1/+8
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola1-1/+1
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner1-1/+1
2017-09-15This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya1-20/+25
2017-09-15This reverts r313381Vivek Pandya1-25/+20
2017-09-15This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya1-20/+25
2017-05-04Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne1-1/+1
2017-05-04Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...Eric Liu1-1/+1
2017-05-04IR: Use pointers instead of GUIDs to represent edges in the module summary. N...Peter Collingbourne1-1/+1
2017-05-01llvm-link: Add BitReader to deps corresponding to r301832.NAKAMURA Takumi1-0/+1
2017-05-01Object: Remove ModuleSummaryIndexObjectFile class.Peter Collingbourne1-1/+1