summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-lib] Detect duplicate input filesRui Ueyama2019-10-021-0/+12
* [llvm-lib] Correctly handle .lib input filesRui Ueyama2019-10-021-88/+132
* lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p...Nico Weber2019-07-051-1/+2
* Share /machine: handling code with llvm-cvtres tooNico Weber2019-06-121-25/+1
* llvm-lib: Implement /machine: argumentNico Weber2019-06-111-5/+32
* llvm-lib: Disallow mixing object files with different machine typesNico Weber2019-06-071-0/+85
* [llvm-ar] Reapply Fix relative thin archive path handlingOwen Reynolds2019-06-041-3/+8
* Revert "[llvm-ar] Fix relative thin archive path handling"Dmitri Gribenko2019-06-031-8/+3
* [llvm-ar] Fix relative thin archive path handlingOwen Reynolds2019-06-031-3/+8
* [llvm-ar][libObject] Fix relative paths when nesting thin archives.Jordan Rupprecht2019-02-131-0/+7
* llvm-lib: Implement /list flagNico Weber2019-02-091-0/+46
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...Fangrui Song2018-10-101-1/+1
* Give llvm-lib rudimentary help output.Nico Weber2018-07-141-0/+6
* Convert the archive writer to use Error.Rafael Espindola2017-09-211-7/+7
* Removes redundant `llvm::`, add comments and simplify a return type of a func...Rui Ueyama2017-09-061-29/+32
* Simplify writeArchive return type.Rui Ueyama2017-08-301-6/+5
* NFC: fix ToolDrivers syntax and typo errorsMartell Malone2017-08-231-5/+5
* [GSoC] Flag value completion for clangYuka Takahashi2017-06-201-6/+4
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-5/+5
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI.Peter Collingbourne2017-05-131-0/+171
OpenPOWER on IntegriCloud