summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cat/llvm-cat.cpp
AgeCommit message (Expand)Author
2025-03-03[NFC]Make file-local cl::opt global variables static (#126486)chrisPyr
2024-09-17[llvm][llvm-cat] Fix typo in the Input file name option (#108294)Amr Hesham
2022-06-04Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song
2021-01-05[tools] Use llvm::append_range (NFC)Kazu Hirata
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-05-13Simplify llvm-cat helpSerge Guelton
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola
2017-09-07[Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-04-17Bitcode: Add a string table to the bitcode format.Peter Collingbourne
2017-04-11Avoid some string copies, NFCVedant Kumar
2016-12-13llvm-cat: Allow bitcode files to be created with no modules.Peter Collingbourne
2016-11-29Bitcode: Introduce BitcodeWriter interface.Peter Collingbourne