Commit History

Author SHA1 Message Date
  Serge Pavlov 165fd931ac Revert r325224 "Report fatal error in the case of out of memory" 7 years ago
  Serge Pavlov ca451d02e4 Report fatal error in the case of out of memory 7 years ago
  Hans Wennborg db3d5211c6 Defeat a GCC -Wunused-result warning 8 years ago
  Reid Kleckner f9cb6211cc Put std::mutex usage behind #ifdefs to pacify the sanitizer buildbot 8 years ago
  Reid Kleckner 4157affe62 Use std::mutex to avoid memory allocation after OOM 8 years ago
  Reid Kleckner 5cc2236f0f [Support] - Add bad alloc error handler for handling allocation malfunctions 8 years ago
  Lang Hames d34f785662 [Support] Make all Errors convertible to std::error_code. 9 years ago
  Lang Hames b92213233c [Support] Add the 'Error' class for structured error handling. 9 years ago
  Eric Christopher cca8dbee4e Reorganize the C API headers to improve build times. 9 years ago
  Chandler Carruth 1b279144ec [cleanup] Re-sort all the #include lines in LLVM using 10 years ago
  Chris Bieneman be77ea38e6 Converting the ErrorHandlerMutex to a ManagedStatic to avoid the static constructor and destructor. 11 years ago
  Rafael Espindola 476fd7c3e9 Merge lib/Support/WindowsError.cpp into ib/Support/ErrorHandling.cpp. 11 years ago
  Zachary Turner 89e90b25e3 Make the error-handling functions thread-safe. 11 years ago
  Zachary Turner 63ce00b72f Revert "Remove support for runtime multi-threading." 11 years ago
  Zachary Turner 529e9d307e Remove support for runtime multi-threading. 11 years ago
  Craig Topper 34bc6b6e78 [C++11] Make use of 'nullptr' in the Support library. 11 years ago
  Alp Toker 650e286dcf Roll back the ConstStringRef change for now 11 years ago
  Alp Toker bad91954cf StringRef: Extend constexpr capabilities and introduce ConstStringRef 11 years ago
  Chandler Carruth 974a445bd9 Re-sort all of the includes with ./utils/sort_includes.py so that 11 years ago
  Alexey Samsonov b21ab43cfc Revert r194865 and r194874. 11 years ago
  Juergen Ributzka 5a364c5561 [weak vtables] Remove a bunch of weak vtables 11 years ago
  Alp Toker 16da44c562 Fix the -Werror -Wpedantic clang selfhost build 12 years ago
  Filip Pizlo 0739140b05 Expose install_fatal_error_handler() through the C API. 12 years ago
  Reid Kleckner e7ff008462 [Support] Fix some warnings when self-hosting clang on Windows 12 years ago
  Chad Rosier ce945578ee Add a boolean parameter to the llvm::report_fatal_error() function to indicated 12 years ago
  Chandler Carruth d04a8d4b33 Use the new script to sort the includes of every file under lib. 12 years ago
  Chad Rosier fc298c76c7 Revert 167755/167760. We don't want to emit crash diagnostics on command-line syntax errors. 12 years ago
  Chad Rosier f4e3309e84 Revert r167620; this can be implemented using an existing CL option. 12 years ago
  Jay Foad a0f5092703 Like the coding standards say, do not use "using namespace std". 14 years ago
  Michael J. Spencer 1f6efa3996 Merge System into Support. 14 years ago