summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/ErrorHandling.cpp
AgeCommit message (Expand)Author
2025-07-09ErrorHandling: Check for EINTR and partial writes (#147595)Matthias Braun
2025-05-05[ErrorHandling] Add reportFatalInternalError + reportFatalUsageError (NFC) (#...Nikita Popov
2025-01-16[Support] Remove an unnecessary include (#123182)Martin Storsjö
2024-08-30[NFC] Add explicit #include llvm-config.h where its macros are used. (#106621)Daniil Fukalov
2024-06-03[Support] Handle delete_pending case for Windows fs::status (#90655)Jeremy Day
2024-03-01[Support] Fix crash in install_bad_alloc_error_handler (#83160)Fabian Schiebel
2022-05-30fix tests after my commit 80b3dcc045f8ea6e5e532d8891bbf1305bce89e8Nuno Lopes
2022-05-30[Support] Make report_fatal_error respect its GenCrashDiag argument so it doe...Nuno Lopes
2021-10-16[Support] Add more Windows error codes to mapWindowsErrorMartin Storsjö
2021-10-06[Support] ErrorHandling.h - Remove report_fatal_error(std::string)Simon Pilgrim
2021-10-05[Support] Change fatal_error_handler_t to take a const char* instead of std::...Simon Pilgrim
2020-12-02Remove `-Wunused-result` and `-Wpedantic` warnings from GCC. NFC.Michael Liao
2020-09-02Improve error handling for SmallVector programming errorsGeoffrey Martin-Noble
2020-08-21Allow multiple calls to InitLLVM() (NFC)Mehdi Amini
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen
2020-02-13Revert "Revert "Revert "Reland "[Support] make report_fatal_error `abort` ins...Yuanfang Chen
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen
2020-02-11Revert "Reland "[Support] make report_fatal_error `abort` instead of `exit`""Yuanfang Chen
2020-02-11Reland "[Support] make report_fatal_error `abort` instead of `exit`"Yuanfang Chen
2020-02-11[Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error...Alexandre Ganea
2020-01-15Revert "[Support] make report_fatal_error `abort` instead of `exit`"Yuanfang Chen
2020-01-15[Support] make report_fatal_error `abort` instead of `exit`Yuanfang Chen
2019-07-12[Support] Move the static initializer install_out_memory_new_handler to InitLLVMFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber
2018-02-17Report fatal error in the case of out of memorySerge Pavlov
2018-02-15Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov
2018-02-15Report fatal error in the case of out of memorySerge Pavlov
2017-07-19Defeat a GCC -Wunused-result warningHans Wennborg
2017-07-13Put std::mutex usage behind #ifdefs to pacify the sanitizer buildbotReid Kleckner
2017-07-12Use std::mutex to avoid memory allocation after OOMReid Kleckner
2017-07-11[Support] - Add bad alloc error handler for handling allocation malfunctionsReid Kleckner
2016-03-23[Support] Make all Errors convertible to std::error_code.Lang Hames
2016-03-16[Support] Add the 'Error' class for structured error handling.Lang Hames
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-10-03Converting the ErrorHandlerMutex to a ManagedStatic to avoid the static const...Chris Bieneman
2014-06-17Merge lib/Support/WindowsError.cpp into ib/Support/ErrorHandling.cpp.Rafael Espindola
2014-06-13Make the error-handling functions thread-safe.Zachary Turner
2014-06-10Revert "Remove support for runtime multi-threading."Zachary Turner
2014-06-10Remove support for runtime multi-threading.Zachary Turner
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper
2014-01-27Roll back the ConstStringRef change for nowAlp Toker
2014-01-27StringRef: Extend constexpr capabilities and introduce ConstStringRefAlp Toker
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth
2013-11-18Revert r194865 and r194874.Alexey Samsonov
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-10-22Fix the -Werror -Wpedantic clang selfhost buildAlp Toker
2013-10-17Expose install_fatal_error_handler() through the C API.Filip Pizlo
2013-07-16[Support] Fix some warnings when self-hosting clang on WindowsReid Kleckner