summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Error.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make getColorDiagnostics return a boolean value instead of an enum.Rui Ueyama2016-11-261-10/+1
* Do not print out ARGV0 in white because it's unreadable on white background.Rui Ueyama2016-11-251-3/+2
* Support -color-diagnostics={auto,always,never}.Rui Ueyama2016-11-251-4/+30
* Include a hint how to see all errors if error is truncated.Rui Ueyama2016-11-241-1/+2
* Remove HasError and use ErrorCount instead.Rui Ueyama2016-11-241-2/+0
* Make log(), error() and fatal() thread-safe.Rui Ueyama2016-11-231-3/+14
* Limit default maximum number of errors to 20.Rui Ueyama2016-11-231-1/+10
* Call flush() after llvm_shutdown().Rui Ueyama2016-11-111-3/+2
* [LTO] Call llvm_shutdown on early exit.Davide Italiano2016-11-101-0/+7
* Use fewer allocators.Rafael Espindola2016-10-271-1/+11
* Include ARGV[0] in error messages.Rui Ueyama2016-10-191-4/+5
* [ELF] Add "error" and "warning" prefixes to linker messagesEugene Leviant2016-10-191-3/+3
* [ELF] - Do not crash when unable to parse ELF object file.George Rimar2016-10-071-0/+4
* Remove useless function.Rui Ueyama2016-10-061-4/+0
* Rename warning -> warn.Rui Ueyama2016-09-291-1/+1
* Delete dead code.Rafael Espindola2016-07-181-19/+8
* Avoid writing to errs().Rui Ueyama2016-07-151-2/+2
* ELF: Make error() to always set HasError.Rui Ueyama2016-07-151-2/+1
* [lld] Update LLD for Archive::child_iterator change in LLVM r275361.Lang Hames2016-07-141-0/+5
* Use "using namespace llvm" like the rest of ELF lld.Rafael Espindola2016-07-071-4/+6
* [ELF] - Implemented --fatal-warnings option.George Rimar2016-07-041-1/+6
* Print the cpio trailer after every member.Rafael Espindola2016-05-041-2/+0
* Produce cpio files for --reproduce.Rafael Espindola2016-05-031-0/+2
* Remove dead code.Rui Ueyama2016-03-131-5/+0
* Do not return a bool value from error().Rui Ueyama2016-03-131-10/+6
* Rename 'fatal' to 'check' when it doesn't always fail.Rafael Espindola2016-03-031-1/+1
* Delete dead code.Rafael Espindola2016-03-031-5/+0
* Simplify error handling.Rafael Espindola2016-03-031-0/+4
* Rename elf2 to elf.Rafael Espindola2016-02-281-2/+2
* ELF: Define log() to print out message if --verbose is given.Rui Ueyama2016-02-251-0/+6
* ELF: Make link() to take an output stream to which error messages are written.Rui Ueyama2016-02-021-1/+2
* Re-submit ELF: Report multiple errors from the driver.Rui Ueyama2016-02-021-6/+10
* Revert r259143, it broke check-lld on Windows (see PR26388).Nico Weber2016-02-011-10/+6
* ELF: Report multiple errors from the driver.Rui Ueyama2016-01-291-6/+10
* ELF: Rename error -> fatal and redefine error as a non-noreturn function.Rui Ueyama2016-01-281-7/+22
* [ELF2] Output of all unknown arguments instead of only one.Rui Ueyama2015-09-241-0/+2
* Move the error handling functions to Error.h. NFC.Rafael Espindola2015-08-061-0/+36
OpenPOWER on IntegriCloud