summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cat/llvm-cat.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Simplify llvm-cat helpSerge Guelton2019-05-131-3/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Pass a reference to a module to the bitcode writer.Rafael Espindola2018-02-141-1/+1
* [Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-09-071-3/+15
* Bitcode: Add a string table to the bitcode format.Peter Collingbourne2017-04-171-1/+8
* Avoid some string copies, NFCVedant Kumar2017-04-111-2/+2
* llvm-cat: Allow bitcode files to be created with no modules.Peter Collingbourne2016-12-131-1/+1
* Bitcode: Introduce BitcodeWriter interface.Peter Collingbourne2016-11-291-0/+73
OpenPOWER on IntegriCloud