summaryrefslogtreecommitdiffstats
path: root/lld/ELF/DriverUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify. NFC.Rui Ueyama2016-11-201-3/+1
* Remove a file that is too short to be an independent file.Rui Ueyama2016-11-191-0/+29
* Restore a comment that was accidentally changed.Rui Ueyama2016-11-191-2/+3
* Use Optional<std::string> instead of "" to represent a failure.Rui Ueyama2016-11-191-9/+9
* Make buildSysrootedPath file-scoped.Rui Ueyama2016-11-191-30/+28
* Simplify "missing argument" error message.Rui Ueyama2016-11-191-3/+1
* [ELF] - format. NFC.George Rimar2016-11-141-4/+2
* Consolidate BumpPtrAllocators.Rui Ueyama2016-10-281-2/+1
* Move getVersionString to Core and simplify Version.cpp.Rui Ueyama2016-10-191-8/+0
* COFF: Implement /linkrepro flag.Peter Collingbourne2016-07-261-103/+3
* Attempt to unbreak Windows bot.Rui Ueyama2016-07-161-1/+1
* Remove redundant namespace specifiers.Rui Ueyama2016-07-161-2/+2
* Do not call warning() from ELFOptTable::parse().Rui Ueyama2016-07-071-5/+2
* Fix indentation.Rui Ueyama2016-07-071-1/+1
* [ELF] Introduce a flag to parse response files according to windows rules.Davide Italiano2016-07-061-3/+23
* Use / instead of \ on windows created cpio filesRafael Espindola2016-07-061-0/+5
* Create Strings.cpp and move string manipulation functions to that file.Rui Ueyama2016-06-291-16/+0
* Fix library search order.Rui Ueyama2016-06-271-4/+9
* Create version.txt in a reproduce archive file.Rui Ueyama2016-06-061-6/+6
* Handle the -T option.Rafael Espindola2016-06-011-0/+1
* Reorganize the cpio archiver as CpioFile class. NFC.Rui Ueyama2016-05-151-46/+39
* Support --build-id=0x<hexstring>.Rui Ueyama2016-05-131-0/+16
* Add a link to the format description.Rafael Espindola2016-05-101-0/+2
* Make --reproduce to not produce undesired whitespace.Rui Ueyama2016-05-041-4/+12
* Print the cpio trailer after every member.Rafael Espindola2016-05-041-15/+18
* Produce cpio files for --reproduce.Rafael Espindola2016-05-031-23/+43
* 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
OpenPOWER on IntegriCloud