1. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  2. afd693c report_fatal_error: Simplify a possible ambiguity. by Daniel Dunbar · 14 years ago
  3. dd2fdd8 Some versions of gcc still warn about "ignoring return value ... declared by Duncan Sands · 14 years ago
  4. d77e5a8 Tidy. by Dan Gohman · 14 years ago
  5. 7942e3c include config.h to get config params, hopefully unbreaking mingw builder. by Chris Lattner · 14 years ago
  6. 73ebaff report_fatal_error can't use errs(), because errs() can call by Chris Lattner · 14 years ago
  7. d547708 Run interrupt routines as part of report_fatal_error, since we are failing by Daniel Dunbar · 14 years ago
  8. b0094c2 rename llvm_install_error_handler -> install_fatal_error_handler and friends. by Chris Lattner · 15 years ago
  9. 75361b6 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 15 years ago
  10. 16e0209 Fix minor style issues. by Dan Gohman · 15 years ago
  11. af6c8cc Change errs() to dbgs(). by David Greene · 15 years ago
  12. 073f5b6 Add a comment explaining why llvm_unreachable_internal doesn't call by Dan Gohman · 15 years ago
  13. a9ad041 This void is implicit in C++. by Dan Gohman · 15 years ago
  14. ca15f3d Add support for a user supplied pointer argument to llvm_install_error_handler. by Daniel Dunbar · 15 years ago
  15. 82a29b6 Allow llvm_report_error to accept a Twine. by Daniel Dunbar · 15 years ago
  16. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 15 years ago
  17. 93990d7 After converting assert(0) to LLVM_UNREACHABLE we lost file/line location. by Torok Edwin · 15 years ago
  18. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 15 years ago
  19. f361238 Fix braces. by Torok Edwin · 15 years ago
  20. 31e2466 Introduce new error handling API. by Torok Edwin · 15 years ago