| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm-ar: Fix MinGW compilation | Hans Wennborg | 2020-02-28 | 1 | -1/+1 |
* | Fix MSVC build with C++ EH enabled | Reid Kleckner | 2020-02-12 | 1 | -1/+1 |
* | [Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error... | Alexandre Ganea | 2020-02-12 | 1 | -5/+25 |
* | [Support] When using SEH, create a impl instance for CrashRecoveryContext. NFCI. | Alexandre Ganea | 2020-02-10 | 1 | -25/+35 |
* | [Clang] Remove unused #pragma clang __debug handle_crash | Alexandre Ganea | 2020-02-10 | 1 | -8/+0 |
* | Work around PR44697 in CrashRecoveryContext | Hans Wennborg | 2020-01-29 | 1 | -0/+7 |
* | [NFC] Fix compilation of CrashRecoveryContext.cpp on mingw | Markus Böck | 2020-01-12 | 1 | -1/+2 |
* | [Support] Optionally call signal handlers when a function wrapped by the the ... | Alexandre Ganea | 2020-01-11 | 1 | -13/+52 |
* | Revert "Forward declare Optional<T> in STLExtras.h" | Reid Kleckner | 2019-11-13 | 1 | -1/+0 |
* | Forward declare Optional<T> in STLExtras.h | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
* | minor doc typo fix / testing github commit | Rafael Stahl | 2019-10-28 | 1 | -1/+1 |
* | Reland "[Support] Add a way to run a function on a detached thread"" | Sam McCall | 2019-10-23 | 1 | -1/+4 |
* | [Support] Replace sys::Mutex with their standard equivalents. | Benjamin Kramer | 2019-08-19 | 1 | -4/+4 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -2/+2 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
* | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -1/+1 |
* | s/LLVM_ON_WIN32/_WIN32/, llvm | Nico Weber | 2018-04-29 | 1 | -3/+3 |
* | Re-land r303274: "[CrashRecovery] Use SEH __try instead of VEH when available" | Reid Kleckner | 2017-05-17 | 1 | -48/+71 |
* | Revert "[CrashRecovery] Use SEH __try instead of VEH when available" | Reid Kleckner | 2017-05-17 | 1 | -66/+48 |
* | [CrashRecovery] Use SEH __try instead of VEH when available | Reid Kleckner | 2017-05-17 | 1 | -48/+66 |
* | Workaround for incorrect Win32 header on GCC. | Zachary Turner | 2017-05-17 | 1 | -6/+4 |
* | Fix for compilers with older CRT header libraries. | Zachary Turner | 2017-05-16 | 1 | -1/+6 |
* | [Support] Ignore OutputDebugString exceptions in our crash recovery. | Zachary Turner | 2017-05-16 | 1 | -0/+8 |
* | Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil... | Duncan P. N. Exon Smith | 2016-04-05 | 1 | -35/+20 |
* | Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe... | Eugene Zelenko | 2016-04-05 | 1 | -20/+35 |
* | Remove useless and unused CrashRecoveryContext::getBacktrace(). This function... | Richard Smith | 2016-03-25 | 1 | -8/+0 |
* | Use array_lengthof. NFC | Craig Topper | 2015-10-18 | 1 | -1/+1 |
* | Add a comment. | Nico Weber | 2015-08-07 | 1 | -0/+4 |
* | Fix nested CrashRecoveryContexts with LLVM_ENABLE_THREADS=OFF, allow them. | Nico Weber | 2015-08-06 | 1 | -6/+14 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | Purge unused includes throughout libSupport. | Benjamin Kramer | 2015-03-23 | 1 | -2/+0 |
* | For CrashRecoveryContext::RunSafelyOnThread, propagate Darwin's PRIO_DARWIN_B... | Argyrios Kyrtzidis | 2014-06-25 | 1 | -2/+21 |
* | Test commit, wraps some lines to fit in 80 columns. | Zachary Turner | 2014-06-10 | 1 | -2/+4 |
* | Re-commit r208025, reverted in r208030, with a fix for a conformance issue | Richard Smith | 2014-05-06 | 1 | -7/+6 |
* | Revert r208025, which made buildbots unhappy for unknown reasons. | Richard Smith | 2014-05-06 | 1 | -6/+7 |
* | Add llvm::function_ref (and a couple of uses of it), representing a type-eras... | Richard Smith | 2014-05-06 | 1 | -7/+6 |
* | [C++11] Make use of 'nullptr' in the Support library. | Craig Topper | 2014-04-07 | 1 | -6/+6 |
* | Remove dependence on std::function. | Richard Smith | 2014-03-04 | 1 | -15/+6 |
* | Add support for arbitrary functors to CrashRecoveryContext. | Richard Smith | 2014-03-04 | 1 | -6/+15 |
* | Rename Windows.h to WindowsSupport.h to avoid ambiguity | Reid Kleckner | 2014-02-12 | 1 | -1/+1 |
* | This switches CrashRecoveryContext to using ManagedStatic for its global Mute... | Filip Pizlo | 2013-09-12 | 1 | -16/+17 |
* | [Support/CrashRecoveryContext] Make sure CrashRecoveryContext does not clear ... | Argyrios Kyrtzidis | 2013-06-19 | 1 | -2/+11 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
* | move Signals to .rodata | Nuno Lopes | 2012-04-21 | 1 | -1/+1 |
* | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles | 2012-02-19 | 1 | -1/+0 |
* | lib/Support/CrashRecoveryContext.cpp: Add Win32 support to CrashRecoveryConte... | NAKAMURA Takumi | 2011-08-20 | 1 | -1/+67 |
* | Properly initialize all fields in CrashReporterCleanupContext. This caused t... | Ted Kremenek | 2011-03-22 | 1 | -1/+1 |
* | Temporarily stop recovering resources in CrashRecoveryContext while I investi... | Ted Kremenek | 2011-03-22 | 1 | -1/+1 |