1. 5f4535b [Support] Fix some warnings when self-hosting clang on Windows by Reid Kleckner · 12 years ago
  2. 583b4d3 Add a boolean parameter to the llvm::report_fatal_error() function to indicated by Chad Rosier · 13 years ago
  3. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  4. 379574f Revert 167755/167760. We don't want to emit crash diagnostics on command-line syntax errors. by Chad Rosier · 13 years ago
  5. 2b2b38d Revert r167620; this can be implemented using an existing CL option. by Chad Rosier · 13 years ago
  6. 72e705e Like the coding standards say, do not use "using namespace std". by Jay Foad · 15 years ago
  7. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  8. 2ed3fe0 report_fatal_error: Simplify a possible ambiguity. by Daniel Dunbar · 15 years ago
  9. c8ba8d2 Some versions of gcc still warn about "ignoring return value ... declared by Duncan Sands · 15 years ago
  10. 3490ff4 Tidy. by Dan Gohman · 15 years ago
  11. 7aa9eb1 include config.h to get config params, hopefully unbreaking mingw builder. by Chris Lattner · 15 years ago
  12. 6217082 report_fatal_error can't use errs(), because errs() can call by Chris Lattner · 15 years ago
  13. 401d4c9 Run interrupt routines as part of report_fatal_error, since we are failing by Daniel Dunbar · 15 years ago
  14. 59c5753 rename llvm_install_error_handler -> install_fatal_error_handler and friends. by Chris Lattner · 16 years ago
  15. 2104b8d rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 16 years ago
  16. b452d4e Fix minor style issues. by Dan Gohman · 16 years ago
  17. 80604d5 Change errs() to dbgs(). by David Greene · 16 years ago
  18. e392e62 Add a comment explaining why llvm_unreachable_internal doesn't call by Dan Gohman · 16 years ago
  19. 1432ef8 This void is implicit in C++. by Dan Gohman · 16 years ago
  20. 1bf60c2 Add support for a user supplied pointer argument to llvm_install_error_handler. by Daniel Dunbar · 16 years ago
  21. cd51ea5 Allow llvm_report_error to accept a Twine. by Daniel Dunbar · 16 years ago
  22. fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  23. 1ab40be After converting assert(0) to LLVM_UNREACHABLE we lost file/line location. by Torok Edwin · 16 years ago
  24. 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  25. 973c214 Fix braces. by Torok Edwin · 16 years ago
  26. 6c2d233 Introduce new error handling API. by Torok Edwin · 16 years ago