summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ToolDrivers
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-212-2/+2
* [llvm-lib] Detect duplicate input filesRui Ueyama2019-10-021-0/+12
* [llvm-lib] Correctly handle .lib input filesRui Ueyama2019-10-021-88/+132
* [llvm-dlltool] Handle external and internal names with differing decorationMartin Storsjo2019-09-021-1/+12
* [llvm-dlltool] Remove support for implying output nameMartin Storsjo2019-09-021-10/+2
* [llvm-dlltool] Make sure to strip decorations from ExtName for renamed exportsMartin Storsjo2019-08-231-0/+1
* [llvm-dlltool] Clarify an error message. NFC.Martin Storsjo2019-08-021-1/+1
* [llvm-lib] Add a dependency to intrinsics_gen to the LLVMLibDriver buildStella Stamenova2019-07-151-0/+3
* lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p...Nico Weber2019-07-052-2/+4
* Share /machine: handling code with llvm-cvtres tooNico Weber2019-06-121-25/+1
* llvm-lib: Implement /machine: argumentNico Weber2019-06-112-10/+40
* llvm-lib: Disallow mixing object files with different machine typesNico Weber2019-06-073-1/+87
* [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-132-0/+14
* llvm-lib: Implement /list flagNico Weber2019-02-092-0/+49
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...Fangrui Song2018-10-102-2/+3
* Give llvm-lib rudimentary help output.Nico Weber2018-07-142-1/+11
* [COFF] Improve correctness of def parsing for GNU featuresMartin Storsjo2018-05-091-2/+2
* [COFF] Keep the underscore on exported decorated stdcall functions in MSVC modeMartin Storsjo2018-01-201-1/+1
* Remove redundant includes from various places.Michael Zolotukhin2017-12-131-2/+0
* [COFF] Improve the check for functions that should get an extra underscoreMartin Storsjo2017-10-231-2/+3
* Convert the archive writer to use Error.Rafael Espindola2017-09-211-7/+7
* [llvm-dlltool] Mention arm64 in the lists of architecture alternativesMartin Storsjo2017-09-081-2/+2
* 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-232-7/+7
* [dlltool] Make memory buffer ownership less weird.Benjamin Kramer2017-08-201-10/+6
* [llvm-dlltool] Improve an error message when unable to open files. NFC.Martin Storsjo2017-08-171-1/+1
* [llvm-dlltool] Don't crash if no def file is provided or it can't be openedMartin Storsjo2017-08-171-7/+14
* [COFF] Make the weak aliases optionalMartin Storsjo2017-08-161-1/+1
* [llvm-dlltool] Fix creating stdcall/fastcall import libraries for i386Martin Storsjo2017-08-162-3/+19
* [llvm-dlltool] Map the "arm64" machine typeMartin Storsjo2017-08-061-0/+1
* llvm: add llvm-dlltool support to the archiverMartell Malone2017-07-186-1/+219
* Revert r308329: llvm: add llvm-dlltool support to the archiverRui Ueyama2017-07-186-219/+1
* llvm: add llvm-dlltool support to the archiverMartell Malone2017-07-186-1/+219
* [GSoC] Flag value completion for clangYuka Takahashi2017-06-201-6/+4
* Add dependency from LibDriver to BinaryFormat.Zachary Turner2017-06-071-1/+1
* 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
* Add missing filesPeter Collingbourne2017-05-132-0/+25
* Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI.Peter Collingbourne2017-05-134-0/+226
OpenPOWER on IntegriCloud