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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update comments.
Rui Ueyama
2017-03-30
1
-2
/
+2
*
ELF: Change check(Expected<T>, const Twine &) to call toString instead of con...
Peter Collingbourne
2017-03-17
1
-1
/
+1
*
Add a comment about thread safety.
Rui Ueyama
2017-02-22
1
-0
/
+4
*
Do not use errs() or outs() directly. Instead use message(), log() or error()
Rui Ueyama
2017-02-21
1
-0
/
+1
*
Remove error(error_code, const Twine &).
Rui Ueyama
2017-01-12
1
-3
/
+1
*
Remove dead code.
Rui Ueyama
2017-01-12
1
-1
/
+0
*
Improve an error message and remove fatal(Error &, const Twine &)
Rui Ueyama
2017-01-12
1
-1
/
+0
*
Simplify. NFC.
Rui Ueyama
2017-01-12
1
-5
/
+1
*
[ELF] - Reuse Decompressor class.
George Rimar
2017-01-12
1
-0
/
+1
*
Update comment.
Rui Ueyama
2016-11-24
1
-2
/
+2
*
Remove HasError and use ErrorCount instead.
Rui Ueyama
2016-11-24
1
-2
/
+1
*
Limit default maximum number of errors to 20.
Rui Ueyama
2016-11-23
1
-0
/
+1
*
Export fewer functions from Error.h.
Rui Ueyama
2016-11-16
1
-11
/
+9
*
[ELF] Update lld now that ELF.h in LLVM has been converted to Expected.
Davide Italiano
2016-11-16
1
-3
/
+11
*
Remove dead code.
Rui Ueyama
2016-11-12
1
-4
/
+0
*
Use fewer allocators.
Rafael Espindola
2016-10-27
1
-0
/
+1
*
Include ARGV[0] in error messages.
Rui Ueyama
2016-10-19
1
-0
/
+1
*
[ELF] - Do not crash when unable to parse ELF object file.
George Rimar
2016-10-07
1
-0
/
+1
*
Remove useless function.
Rui Ueyama
2016-10-06
1
-3
/
+2
*
Rename "void check(Error)".
Rui Ueyama
2016-09-29
1
-7
/
+0
*
Rename warning -> warn.
Rui Ueyama
2016-09-29
1
-1
/
+1
*
Add comments.
Rui Ueyama
2016-09-29
1
-0
/
+14
*
[ELF/LTO] Switch to the new resolution-based API.
Davide Italiano
2016-09-29
1
-0
/
+9
*
Fix old copy-n-paste errors.
Rui Ueyama
2016-09-15
1
-2
/
+2
*
ELF: Make check() always return a value.
Rui Ueyama
2016-07-15
1
-21
/
+16
*
[lld] Update LLD for Archive::child_iterator change in LLVM r275361.
Lang Hames
2016-07-14
1
-1
/
+2
*
Matching change for lld for the llvm change of Archive::create() from ErrorOr...
Kevin Enderby
2016-06-29
1
-0
/
+7
*
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
*
Needed change to lld for the change to libObject’s getName() for symbols no...
Kevin Enderby
2016-04-20
1
-0
/
+7
*
Remove dead code.
Rui Ueyama
2016-03-13
1
-6
/
+2
*
Do not return a bool value from error().
Rui Ueyama
2016-03-13
1
-4
/
+4
*
Rename 'fatal' to 'check' when it doesn't always fail.
Rafael Espindola
2016-03-03
1
-3
/
+3
*
Remove dead code.
Rui Ueyama
2016-03-03
1
-4
/
+0
*
Delete dead code.
Rafael Espindola
2016-03-03
1
-1
/
+0
*
Simplify error handling.
Rafael Espindola
2016-03-03
1
-3
/
+10
*
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
/
+1
*
ELF: Make link() to take an output stream to which error messages are written.
Rui Ueyama
2016-02-02
1
-0
/
+5
*
Re-submit ELF: Report multiple errors from the driver.
Rui Ueyama
2016-02-02
1
-5
/
+9
*
Revert r259143, it broke check-lld on Windows (see PR26388).
Nico Weber
2016-02-01
1
-9
/
+5
*
ELF: Report multiple errors from the driver.
Rui Ueyama
2016-01-29
1
-5
/
+9
*
ELF: Rename error -> fatal and redefine error as a non-noreturn function.
Rui Ueyama
2016-01-28
1
-1
/
+12
*
[ELF2] Output of all unknown arguments instead of only one.
Rui Ueyama
2015-09-24
1
-0
/
+2
*
Make these headers as being c++.
Rafael Espindola
2015-08-14
1
-1
/
+1
*
Move the error handling functions to Error.h. NFC.
Rafael Espindola
2015-08-06
1
-0
/
+30
*
Revert ELF port. Posting to mailing list.
Michael J. Spencer
2015-07-14
1
-54
/
+0
*
Initial ELF port.
Michael J. Spencer
2015-07-13
1
-0
/
+54