Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lld
/
Common
/
ErrorHandler.cpp
0f3d8e2
[Common] Discard the temp file while keeping the memory mapping open, on errors
by Martin Storsjo
· 7 years ago
b214405
[LTO] Errors in LLVM backend should manifest as lld errors
by Sam Clegg
· 7 years ago
3ad27e9
Code cleanup in preparation for adding LTO for wasm. NFC.
by Sam Clegg
· 7 years ago
77c1def
Use ErrorOS for log messages as well as error
by Sam Clegg
· 8 years ago
a4884cc
Try harder to delete the temporary file.
by Rafael Espindola
· 8 years ago
37a575f
Delete dead code.
by Rafael Espindola
· 8 years ago
3fa55c5
Instead of enclosing an entire file, add lld:: specifier for public functions.
by Rui Ueyama
· 8 years ago
b8a59c8
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
by Bob Haarman
· 8 years ago
[Renamed (67%) from lld/ELF/Error.cpp]
4f5c8c2
[lld] Move Threads to Common
by Bob Haarman
· 8 years ago
945cd64
Wait for all threads to terminate before exitting.
by Rui Ueyama
· 8 years ago
12234f8
Use StringRef::contains().
by Rui Ueyama
· 8 years ago
6708e0b
[lld/pdb] Add some basic linker module symbols.
by Zachary Turner
· 8 years ago
ca31b9f
Flush output in log()
by Hans Wennborg
· 8 years ago
b876020
Change the error message format for undefined symbols.
by Rui Ueyama
· 8 years ago
be68fe1
Use `using namespace lld` for consistency with other files.
by Rui Ueyama
· 9 years ago
e6e206d
Do not use errs() or outs() directly. Instead use message(), log() or error()
by Rui Ueyama
· 9 years ago
c8d3a83
Remove error(error_code, const Twine &).
by Rui Ueyama
· 9 years ago
cec59f6
Remove dead code.
by Rui Ueyama
· 9 years ago
52be825
Improve an error message and remove fatal(Error &, const Twine &)
by Rui Ueyama
· 9 years ago
b45c0d4
[ELF] avoid 'invalid-noreturn' error.
by Eric Liu
· 9 years ago
0d8af36
[ELF] - Reuse Decompressor class.
by George Rimar
· 9 years ago
72b1ee2
Make getColorDiagnostics return a boolean value instead of an enum.
by Rui Ueyama
· 9 years ago
c01321c
Do not print out ARGV0 in white because it's unreadable on white background.
by Rui Ueyama
· 9 years ago
8c8818a
Support -color-diagnostics={auto,always,never}.
by Rui Ueyama
· 9 years ago
d4c94d1
Include a hint how to see all errors if error is truncated.
by Rui Ueyama
· 9 years ago
f373dd7
Remove HasError and use ErrorCount instead.
by Rui Ueyama
· 9 years ago
0ede7f2
Make log(), error() and fatal() thread-safe.
by Rui Ueyama
· 9 years ago
ac95f6b
Limit default maximum number of errors to 20.
by Rui Ueyama
· 9 years ago
169e7c4
Call flush() after llvm_shutdown().
by Rui Ueyama
· 9 years ago
604d313
[LTO] Call llvm_shutdown on early exit.
by Davide Italiano
· 9 years ago
a8631e3
Use fewer allocators.
by Rafael Espindola
· 9 years ago
22646a8
Include ARGV[0] in error messages.
by Rui Ueyama
· 9 years ago
74c1b6c
[ELF] Add "error" and "warning" prefixes to linker messages
by Eugene Leviant
· 9 years ago
b7aec33
[ELF] - Do not crash when unable to parse ELF object file.
by George Rimar
· 9 years ago
f65f56e
Remove useless function.
by Rui Ueyama
· 9 years ago
d31e13f
Rename warning -> warn.
by Rui Ueyama
· 9 years ago
01c0789
Delete dead code.
by Rafael Espindola
· 9 years ago
112351d
Avoid writing to errs().
by Rui Ueyama
· 9 years ago
aa2db88
ELF: Make error() to always set HasError.
by Rui Ueyama
· 9 years ago
622ef17
[lld] Update LLD for Archive::child_iterator change in LLVM r275361.
by Lang Hames
· 9 years ago
d10f0b1
Use "using namespace llvm" like the rest of ELF lld.
by Rafael Espindola
· 9 years ago
857644c
[ELF] - Implemented --fatal-warnings option.
by George Rimar
· 9 years ago
2c51e61
Print the cpio trailer after every member.
by Rafael Espindola
· 9 years ago
1dd2b3d
Produce cpio files for --reproduce.
by Rafael Espindola
· 9 years ago
860b13f
Remove dead code.
by Rui Ueyama
· 10 years ago
6eafa7f
Do not return a bool value from error().
by Rui Ueyama
· 10 years ago
75714f6
Rename 'fatal' to 'check' when it doesn't always fail.
by Rafael Espindola
· 10 years ago
ec9957b
Delete dead code.
by Rafael Espindola
· 10 years ago
1130935c
Simplify error handling.
by Rafael Espindola
· 10 years ago
e0df00b
Rename elf2 to elf.
by Rafael Espindola
· 10 years ago
10bd283
ELF: Define log() to print out message if --verbose is given.
by Rui Ueyama
· 10 years ago
b694011
ELF: Make link() to take an output stream to which error messages are written.
by Rui Ueyama
· 10 years ago
21eecb4
Re-submit ELF: Report multiple errors from the driver.
by Rui Ueyama
· 10 years ago
f07bd3b
Revert r259143, it broke check-lld on Windows (see PR26388).
by Nico Weber
· 10 years ago
1940424
ELF: Report multiple errors from the driver.
by Rui Ueyama
· 10 years ago
64cfffd
ELF: Rename error -> fatal and redefine error as a non-noreturn function.
by Rui Ueyama
· 10 years ago
d5b5ab7
[ELF2] Output of all unknown arguments instead of only one.
by Rui Ueyama
· 10 years ago
192e1fa
Move the error handling functions to Error.h. NFC.
by Rafael Espindola
· 10 years ago