summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Error.h
Commit message (Expand)AuthorAgeFilesLines
* Update comments.Rui Ueyama2017-03-301-2/+2
* ELF: Change check(Expected<T>, const Twine &) to call toString instead of con...Peter Collingbourne2017-03-171-1/+1
* Add a comment about thread safety.Rui Ueyama2017-02-221-0/+4
* Do not use errs() or outs() directly. Instead use message(), log() or error()Rui Ueyama2017-02-211-0/+1
* Remove error(error_code, const Twine &).Rui Ueyama2017-01-121-3/+1
* Remove dead code.Rui Ueyama2017-01-121-1/+0
* Improve an error message and remove fatal(Error &, const Twine &)Rui Ueyama2017-01-121-1/+0
* Simplify. NFC.Rui Ueyama2017-01-121-5/+1
* [ELF] - Reuse Decompressor class.George Rimar2017-01-121-0/+1
* Update comment.Rui Ueyama2016-11-241-2/+2
* Remove HasError and use ErrorCount instead.Rui Ueyama2016-11-241-2/+1
* Limit default maximum number of errors to 20.Rui Ueyama2016-11-231-0/+1
* Export fewer functions from Error.h.Rui Ueyama2016-11-161-11/+9
* [ELF] Update lld now that ELF.h in LLVM has been converted to Expected.Davide Italiano2016-11-161-3/+11
* Remove dead code.Rui Ueyama2016-11-121-4/+0
* Use fewer allocators.Rafael Espindola2016-10-271-0/+1
* Include ARGV[0] in error messages.Rui Ueyama2016-10-191-0/+1
* [ELF] - Do not crash when unable to parse ELF object file.George Rimar2016-10-071-0/+1
* Remove useless function.Rui Ueyama2016-10-061-3/+2
* Rename "void check(Error)".Rui Ueyama2016-09-291-7/+0
* Rename warning -> warn.Rui Ueyama2016-09-291-1/+1
* Add comments.Rui Ueyama2016-09-291-0/+14
* [ELF/LTO] Switch to the new resolution-based API.Davide Italiano2016-09-291-0/+9
* Fix old copy-n-paste errors.Rui Ueyama2016-09-151-2/+2
* ELF: Make check() always return a value.Rui Ueyama2016-07-151-21/+16
* [lld] Update LLD for Archive::child_iterator change in LLVM r275361.Lang Hames2016-07-141-1/+2
* Matching change for lld for the llvm change of Archive::create() from ErrorOr...Kevin Enderby2016-06-291-0/+7
* Print the cpio trailer after every member.Rafael Espindola2016-05-041-2/+0
* Produce cpio files for --reproduce.Rafael Espindola2016-05-031-0/+2
* Needed change to lld for the change to libObject’s getName() for symbols no...Kevin Enderby2016-04-201-0/+7
* Remove dead code.Rui Ueyama2016-03-131-6/+2
* Do not return a bool value from error().Rui Ueyama2016-03-131-4/+4
* Rename 'fatal' to 'check' when it doesn't always fail.Rafael Espindola2016-03-031-3/+3
* Remove dead code.Rui Ueyama2016-03-031-4/+0
* Delete dead code.Rafael Espindola2016-03-031-1/+0
* Simplify error handling.Rafael Espindola2016-03-031-3/+10
* 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/+1
* ELF: Make link() to take an output stream to which error messages are written.Rui Ueyama2016-02-021-0/+5
* Re-submit ELF: Report multiple errors from the driver.Rui Ueyama2016-02-021-5/+9
* Revert r259143, it broke check-lld on Windows (see PR26388).Nico Weber2016-02-011-9/+5
* ELF: Report multiple errors from the driver.Rui Ueyama2016-01-291-5/+9
* ELF: Rename error -> fatal and redefine error as a non-noreturn function.Rui Ueyama2016-01-281-1/+12
* [ELF2] Output of all unknown arguments instead of only one.Rui Ueyama2015-09-241-0/+2
* Make these headers as being c++.Rafael Espindola2015-08-141-1/+1
* Move the error handling functions to Error.h. NFC.Rafael Espindola2015-08-061-0/+30
* Revert ELF port. Posting to mailing list.Michael J. Spencer2015-07-141-54/+0
* Initial ELF port.Michael J. Spencer2015-07-131-0/+54
OpenPOWER on IntegriCloud