aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cat
AgeCommit message (Expand)AuthorFilesLines
2022-06-04Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song1-1/+1
2021-01-05[tools] Use llvm::append_range (NFC)Kazu Hirata1-2/+1
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-21/+0
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-05-13Simplify llvm-cat helpSerge Guelton1-3/+9
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola1-1/+1
2017-09-07[Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko1-3/+15
2017-04-17Bitcode: Add a string table to the bitcode format.Peter Collingbourne1-1/+8
2017-04-11Avoid some string copies, NFCVedant Kumar1-2/+2
2016-12-13llvm-cat: Allow bitcode files to be created with no modules.Peter Collingbourne1-1/+1
2016-11-29Add missing dependency.Peter Collingbourne2-1/+2
2016-11-29Bitcode: Introduce BitcodeWriter interface.Peter Collingbourne3-0/+105