summaryrefslogtreecommitdiffstats
path: root/lld/ELF/DriverUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify. NFC.Rafael Espindola2016-05-021-2/+1
* Remove unnecessary namespace specifiers.Rui Ueyama2016-05-021-2/+2
* Remove unnecessary namespace specifiers.Rui Ueyama2016-05-021-8/+8
* Attempt to fix Windows bots.Rui Ueyama2016-05-021-1/+1
* Fix --reproduce for --export-dynamic-symbol.Rui Ueyama2016-05-021-1/+0
* Quote arguments for --reproduce.Rui Ueyama2016-05-021-1/+4
* Don't include the output dir in the response file.Rafael Espindola2016-05-021-1/+1
* Don't quote "--hash-style gnu".Rafael Espindola2016-05-021-1/+1
* ELF: --reproduce: quote pathnames for -L and other options.Rui Ueyama2016-04-301-12/+18
* ELF: --reproduce: Copy files referenced by linker scripts.Rui Ueyama2016-04-301-9/+13
* Attempt to fix Windows buildbots.Rui Ueyama2016-04-301-2/+2
* ELF: Make --reproduce to produce a response file.Rui Ueyama2016-04-301-16/+78
* Move utility functions to DriverUtils.cpp.Rui Ueyama2016-04-261-0/+28
* Variable names should start with uppercase letters.Rui Ueyama2016-04-021-4/+3
* Simplify. NFC.Rui Ueyama2016-03-291-11/+5
* ELF: Fix use-after-free problem.Rui Ueyama2016-03-151-9/+4
* Print out newline in both cases.Rui Ueyama2016-03-131-1/+2
* This reverts the r263125George Rimar2016-03-111-3/+3
* [ELF] - Consistent spelling for error/warning messagesGeorge Rimar2016-03-101-3/+3
* ELF: Add --help option.Rui Ueyama2016-02-281-0/+5
* ELF: Add --version option.Rui Ueyama2016-02-281-0/+8
* Rename elf2 to elf.Rafael Espindola2016-02-281-6/+6
* Re-submit ELF: Report multiple errors from the driver.Rui Ueyama2016-02-021-4/+3
* Revert r259143, it broke check-lld on Windows (see PR26388).Nico Weber2016-02-011-3/+4
* ELF: Report multiple errors from the driver.Rui Ueyama2016-01-291-4/+3
* ELF: Rename error -> fatal and redefine error as a non-noreturn function.Rui Ueyama2016-01-281-3/+3
* Remove unnecessary `lld::`.Rui Ueyama2016-01-061-5/+5
* Update lld to match llvm r250901. OptTable constructor now takes an ArrayRef....Craig Topper2015-10-211-1/+1
* [elf2] - remove redundant check.George Rimar2015-10-201-2/+0
* [ELF2] Fixed crash when no library is specified for -lGeorge Rimar2015-10-201-0/+2
* ELF2: Remove ArgParser class and define parseArgs() function instead.Rui Ueyama2015-10-111-3/+4
* ELF2: LinkerScript: Interpret -l and = file name prefixes.Rui Ueyama2015-10-111-6/+13
* ELF: Move utility functions from Driver to DriverUtils.Rui Ueyama2015-10-111-0/+35
* ELF2: Manage BumpPtrAllocator ownership better.Rui Ueyama2015-10-111-2/+2
* ELF2: Create LinkerScript.cpp and move code from DriverUtils to there.Rui Ueyama2015-09-301-137/+0
* ELF2: LinkerScript: Handle quoted tokens.Rui Ueyama2015-09-301-0/+12
* ELF2: Add basic linker script support.Rui Ueyama2015-09-301-0/+125
* ELF2: Support reponse files.Rui Ueyama2015-09-251-1/+9
* [ELF2] Output of all unknown arguments instead of only one.Rui Ueyama2015-09-241-2/+7
* Move the error handling functions to Error.h. NFC.Rafael Espindola2015-08-061-0/+1
* [ELF2] Add a new ELF linker based on the new PE/COFF linker.Michael J. Spencer2015-07-241-0/+63
* Revert ELF port. Posting to mailing list.Michael J. Spencer2015-07-141-121/+0
* Initial ELF port.Michael J. Spencer2015-07-131-0/+121
OpenPOWER on IntegriCloud