index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lld
/
ELF
/
Error.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
Bob Haarman
2017-10-25
1
-120
/
+0
*
[lld] Move Threads to Common
Bob Haarman
2017-10-13
1
-1
/
+2
*
Wait for all threads to terminate before exitting.
Rui Ueyama
2017-10-05
1
-0
/
+3
*
Use StringRef::contains().
Rui Ueyama
2017-07-19
1
-1
/
+1
*
[lld/pdb] Add some basic linker module symbols.
Zachary Turner
2017-07-10
1
-3
/
+2
*
Flush output in log()
Hans Wennborg
2017-04-28
1
-0
/
+1
*
Change the error message format for undefined symbols.
Rui Ueyama
2017-03-30
1
-3
/
+16
*
Use `using namespace lld` for consistency with other files.
Rui Ueyama
2017-03-24
1
-4
/
+2
*
Do not use errs() or outs() directly. Instead use message(), log() or error()
Rui Ueyama
2017-02-21
1
-2
/
+9
*
Remove error(error_code, const Twine &).
Rui Ueyama
2017-01-12
1
-4
/
+0
*
Remove dead code.
Rui Ueyama
2017-01-12
1
-4
/
+0
*
Improve an error message and remove fatal(Error &, const Twine &)
Rui Ueyama
2017-01-12
1
-4
/
+0
*
[ELF] avoid 'invalid-noreturn' error.
Eric Liu
2017-01-12
1
-3
/
+1
*
[ELF] - Reuse Decompressor class.
George Rimar
2017-01-12
1
-0
/
+6
*
Make getColorDiagnostics return a boolean value instead of an enum.
Rui Ueyama
2016-11-26
1
-10
/
+1
*
Do not print out ARGV0 in white because it's unreadable on white background.
Rui Ueyama
2016-11-25
1
-3
/
+2
*
Support -color-diagnostics={auto,always,never}.
Rui Ueyama
2016-11-25
1
-4
/
+30
*
Include a hint how to see all errors if error is truncated.
Rui Ueyama
2016-11-24
1
-1
/
+2
*
Remove HasError and use ErrorCount instead.
Rui Ueyama
2016-11-24
1
-2
/
+0
*
Make log(), error() and fatal() thread-safe.
Rui Ueyama
2016-11-23
1
-3
/
+14
*
Limit default maximum number of errors to 20.
Rui Ueyama
2016-11-23
1
-1
/
+10
*
Call flush() after llvm_shutdown().
Rui Ueyama
2016-11-11
1
-3
/
+2
*
[LTO] Call llvm_shutdown on early exit.
Davide Italiano
2016-11-10
1
-0
/
+7
*
Use fewer allocators.
Rafael Espindola
2016-10-27
1
-1
/
+11
*
Include ARGV[0] in error messages.
Rui Ueyama
2016-10-19
1
-4
/
+5
*
[ELF] Add "error" and "warning" prefixes to linker messages
Eugene Leviant
2016-10-19
1
-3
/
+3
*
[ELF] - Do not crash when unable to parse ELF object file.
George Rimar
2016-10-07
1
-0
/
+4
*
Remove useless function.
Rui Ueyama
2016-10-06
1
-4
/
+0
*
Rename warning -> warn.
Rui Ueyama
2016-09-29
1
-1
/
+1
*
Delete dead code.
Rafael Espindola
2016-07-18
1
-19
/
+8
*
Avoid writing to errs().
Rui Ueyama
2016-07-15
1
-2
/
+2
*
ELF: Make error() to always set HasError.
Rui Ueyama
2016-07-15
1
-2
/
+1
*
[lld] Update LLD for Archive::child_iterator change in LLVM r275361.
Lang Hames
2016-07-14
1
-0
/
+5
*
Use "using namespace llvm" like the rest of ELF lld.
Rafael Espindola
2016-07-07
1
-4
/
+6
*
[ELF] - Implemented --fatal-warnings option.
George Rimar
2016-07-04
1
-1
/
+6
*
Print the cpio trailer after every member.
Rafael Espindola
2016-05-04
1
-2
/
+0
*
Produce cpio files for --reproduce.
Rafael Espindola
2016-05-03
1
-0
/
+2
*
Remove dead code.
Rui Ueyama
2016-03-13
1
-5
/
+0
*
Do not return a bool value from error().
Rui Ueyama
2016-03-13
1
-10
/
+6
*
Rename 'fatal' to 'check' when it doesn't always fail.
Rafael Espindola
2016-03-03
1
-1
/
+1
*
Delete dead code.
Rafael Espindola
2016-03-03
1
-5
/
+0
*
Simplify error handling.
Rafael Espindola
2016-03-03
1
-0
/
+4
*
Rename elf2 to elf.
Rafael Espindola
2016-02-28
1
-2
/
+2
*
ELF: Define log() to print out message if --verbose is given.
Rui Ueyama
2016-02-25
1
-0
/
+6
*
ELF: Make link() to take an output stream to which error messages are written.
Rui Ueyama
2016-02-02
1
-1
/
+2
*
Re-submit ELF: Report multiple errors from the driver.
Rui Ueyama
2016-02-02
1
-6
/
+10
*
Revert r259143, it broke check-lld on Windows (see PR26388).
Nico Weber
2016-02-01
1
-10
/
+6
*
ELF: Report multiple errors from the driver.
Rui Ueyama
2016-01-29
1
-6
/
+10
*
ELF: Rename error -> fatal and redefine error as a non-noreturn function.
Rui Ueyama
2016-01-28
1
-7
/
+22
*
[ELF2] Output of all unknown arguments instead of only one.
Rui Ueyama
2015-09-24
1
-0
/
+2
[next]