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