Commit History

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