1. e7aad35 [Support] Make all Errors convertible to std::error_code. by Lang Hames · 10 years ago
  2. f7f6d3e [Support] Add the 'Error' class for structured error handling. by Lang Hames · 10 years ago
  3. a6b9600 Reorganize the C API headers to improve build times. by Eric Christopher · 10 years ago
  4. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  5. 489d1dc Converting the ErrorHandlerMutex to a ManagedStatic to avoid the static constructor and destructor. by Chris Bieneman · 11 years ago
  6. 58cb745 Merge lib/Support/WindowsError.cpp into ib/Support/ErrorHandling.cpp. by Rafael Espindola · 11 years ago
  7. 586fd74 Make the error-handling functions thread-safe. by Zachary Turner · 11 years ago
  8. 6610b99 Revert "Remove support for runtime multi-threading." by Zachary Turner · 11 years ago
  9. f6054ca Remove support for runtime multi-threading. by Zachary Turner · 11 years ago
  10. c10719f [C++11] Make use of 'nullptr' in the Support library. by Craig Topper · 11 years ago
  11. 17d4e98 Roll back the ConstStringRef change for now by Alp Toker · 12 years ago
  12. 042f41b StringRef: Extend constexpr capabilities and introduce ConstStringRef by Alp Toker · 12 years ago
  13. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  14. 49109a2 Revert r194865 and r194874. by Alexey Samsonov · 12 years ago
  15. dbedae8 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  16. acf49f3 Fix the -Werror -Wpedantic clang selfhost build by Alp Toker · 12 years ago
  17. a535b14 Expose install_fatal_error_handler() through the C API. by Filip Pizlo · 12 years ago
  18. 5f4535b [Support] Fix some warnings when self-hosting clang on Windows by Reid Kleckner · 12 years ago
  19. 583b4d3 Add a boolean parameter to the llvm::report_fatal_error() function to indicated by Chad Rosier · 13 years ago
  20. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  21. 379574f Revert 167755/167760. We don't want to emit crash diagnostics on command-line syntax errors. by Chad Rosier · 13 years ago
  22. 2b2b38d Revert r167620; this can be implemented using an existing CL option. by Chad Rosier · 13 years ago
  23. 72e705e Like the coding standards say, do not use "using namespace std". by Jay Foad · 14 years ago
  24. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  25. 2ed3fe0 report_fatal_error: Simplify a possible ambiguity. by Daniel Dunbar · 15 years ago
  26. c8ba8d2 Some versions of gcc still warn about "ignoring return value ... declared by Duncan Sands · 15 years ago
  27. 3490ff4 Tidy. by Dan Gohman · 15 years ago
  28. 7aa9eb1 include config.h to get config params, hopefully unbreaking mingw builder. by Chris Lattner · 15 years ago
  29. 6217082 report_fatal_error can't use errs(), because errs() can call by Chris Lattner · 15 years ago
  30. 401d4c9 Run interrupt routines as part of report_fatal_error, since we are failing by Daniel Dunbar · 15 years ago
  31. 59c5753 rename llvm_install_error_handler -> install_fatal_error_handler and friends. by Chris Lattner · 15 years ago
  32. 2104b8d rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 15 years ago
  33. b452d4e Fix minor style issues. by Dan Gohman · 16 years ago
  34. 80604d5 Change errs() to dbgs(). by David Greene · 16 years ago
  35. e392e62 Add a comment explaining why llvm_unreachable_internal doesn't call by Dan Gohman · 16 years ago
  36. 1432ef8 This void is implicit in C++. by Dan Gohman · 16 years ago
  37. 1bf60c2 Add support for a user supplied pointer argument to llvm_install_error_handler. by Daniel Dunbar · 16 years ago
  38. cd51ea5 Allow llvm_report_error to accept a Twine. by Daniel Dunbar · 16 years ago
  39. fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  40. 1ab40be After converting assert(0) to LLVM_UNREACHABLE we lost file/line location. by Torok Edwin · 16 years ago
  41. 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  42. 973c214 Fix braces. by Torok Edwin · 16 years ago
  43. 6c2d233 Introduce new error handling API. by Torok Edwin · 16 years ago