| Commit message (Expand) | Author | Age | Files | Lines |
| * | [llvm-lib] Detect duplicate input files | Rui Ueyama | 2019-10-02 | 1 | -0/+12 |
| * | [llvm-lib] Correctly handle .lib input files | Rui Ueyama | 2019-10-02 | 1 | -88/+132 |
| * | lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p... | Nico Weber | 2019-07-05 | 1 | -1/+2 |
| * | Share /machine: handling code with llvm-cvtres too | Nico Weber | 2019-06-12 | 1 | -25/+1 |
| * | llvm-lib: Implement /machine: argument | Nico Weber | 2019-06-11 | 1 | -5/+32 |
| * | llvm-lib: Disallow mixing object files with different machine types | Nico Weber | 2019-06-07 | 1 | -0/+85 |
| * | [llvm-ar] Reapply Fix relative thin archive path handling | Owen Reynolds | 2019-06-04 | 1 | -3/+8 |
| * | Revert "[llvm-ar] Fix relative thin archive path handling" | Dmitri Gribenko | 2019-06-03 | 1 | -8/+3 |
| * | [llvm-ar] Fix relative thin archive path handling | Owen Reynolds | 2019-06-03 | 1 | -3/+8 |
| * | [llvm-ar][libObject] Fix relative paths when nesting thin archives. | Jordan Rupprecht | 2019-02-13 | 1 | -0/+7 |
| * | llvm-lib: Implement /list flag | Nico Weber | 2019-02-09 | 1 | -0/+46 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'... | Fangrui Song | 2018-10-10 | 1 | -1/+1 |
| * | Give llvm-lib rudimentary help output. | Nico Weber | 2018-07-14 | 1 | -0/+6 |
| * | Convert the archive writer to use Error. | Rafael Espindola | 2017-09-21 | 1 | -7/+7 |
| * | Removes redundant `llvm::`, add comments and simplify a return type of a func... | Rui Ueyama | 2017-09-06 | 1 | -29/+32 |
| * | Simplify writeArchive return type. | Rui Ueyama | 2017-08-30 | 1 | -6/+5 |
| * | NFC: fix ToolDrivers syntax and typo errors | Martell Malone | 2017-08-23 | 1 | -5/+5 |
| * | [GSoC] Flag value completion for clang | Yuka Takahashi | 2017-06-20 | 1 | -6/+4 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -5/+5 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI. | Peter Collingbourne | 2017-05-13 | 1 | -0/+171 |