summaryrefslogtreecommitdiff
path: root/lib/ToolDrivers/llvm-lib
AgeCommit message (Expand)Author
2017-09-21Convert the archive writer to use Error.Rafael Espindola
2017-09-06Removes redundant `llvm::`, add comments and simplify a return type of a func...Rui Ueyama
2017-08-30Simplify writeArchive return type.Rui Ueyama
2017-08-23NFC: fix ToolDrivers syntax and typo errorsMartell Malone
2017-06-20[GSoC] Flag value completion for clangYuka Takahashi
2017-06-07Add dependency from LibDriver to BinaryFormat.Zachary Turner
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-13Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI.Peter Collingbourne