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