summaryrefslogtreecommitdiff
path: root/lib/ToolDrivers
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from various places.Michael Zolotukhin
2017-10-23[COFF] Improve the check for functions that should get an extra underscoreMartin Storsjo
2017-09-21Convert the archive writer to use Error.Rafael Espindola
2017-09-08[llvm-dlltool] Mention arm64 in the lists of architecture alternativesMartin Storsjo
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-08-20[dlltool] Make memory buffer ownership less weird.Benjamin Kramer
2017-08-17[llvm-dlltool] Improve an error message when unable to open files. NFC.Martin Storsjo
2017-08-17[llvm-dlltool] Don't crash if no def file is provided or it can't be openedMartin Storsjo
2017-08-16[COFF] Make the weak aliases optionalMartin Storsjo
2017-08-16[llvm-dlltool] Fix creating stdcall/fastcall import libraries for i386Martin Storsjo
2017-08-06[llvm-dlltool] Map the "arm64" machine typeMartin Storsjo
2017-07-18llvm: add llvm-dlltool support to the archiverMartell Malone
2017-07-18Revert r308329: llvm: add llvm-dlltool support to the archiverRui Ueyama
2017-07-18llvm: add llvm-dlltool support to the archiverMartell 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-13Add missing filesPeter Collingbourne
2017-05-13Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI.Peter Collingbourne