Age | Commit message (Expand) | Author | Files | Lines |
2019-08-19 | [Support] Replace sys::Mutex with their standard equivalents. | Benjamin Kramer | 1 | -4/+4 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-07-30 | Remove trailing space | Fangrui Song | 1 | -2/+2 |
2018-05-01 | Remove \brief commands from doxygen comments. | Adrian Prantl | 1 | -1/+1 |
2018-04-30 | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 1 | -1/+1 |
2018-04-29 | s/LLVM_ON_WIN32/_WIN32/, llvm | Nico Weber | 1 | -3/+3 |
2017-05-17 | Re-land r303274: "[CrashRecovery] Use SEH __try instead of VEH when available" | Reid Kleckner | 1 | -48/+71 |
2017-05-17 | Revert "[CrashRecovery] Use SEH __try instead of VEH when available" | Reid Kleckner | 1 | -66/+48 |
2017-05-17 | [CrashRecovery] Use SEH __try instead of VEH when available | Reid Kleckner | 1 | -48/+66 |
2017-05-17 | Workaround for incorrect Win32 header on GCC. | Zachary Turner | 1 | -6/+4 |
2017-05-16 | Fix for compilers with older CRT header libraries. | Zachary Turner | 1 | -1/+6 |
2017-05-16 | [Support] Ignore OutputDebugString exceptions in our crash recovery. | Zachary Turner | 1 | -0/+8 |
2016-04-05 | Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil... | Duncan P. N. Exon Smith | 1 | -35/+20 |
2016-04-05 | Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe... | Eugene Zelenko | 1 | -20/+35 |
2016-03-25 | Remove useless and unused CrashRecoveryContext::getBacktrace(). This function... | Richard Smith | 1 | -8/+0 |
2015-10-18 | Use array_lengthof. NFC | Craig Topper | 1 | -1/+1 |
2015-08-07 | Add a comment. | Nico Weber | 1 | -0/+4 |
2015-08-06 | Fix nested CrashRecoveryContexts with LLVM_ENABLE_THREADS=OFF, allow them. | Nico Weber | 1 | -6/+14 |
2015-06-23 | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 1 | -1/+1 |
2015-06-19 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 1 | -1/+1 |
2015-03-23 | Purge unused includes throughout libSupport. | Benjamin Kramer | 1 | -2/+0 |
2014-06-25 | For CrashRecoveryContext::RunSafelyOnThread, propagate Darwin's PRIO_DARWIN_B... | Argyrios Kyrtzidis | 1 | -2/+21 |
2014-06-10 | Test commit, wraps some lines to fit in 80 columns. | Zachary Turner | 1 | -2/+4 |
2014-05-06 | Re-commit r208025, reverted in r208030, with a fix for a conformance issue | Richard Smith | 1 | -7/+6 |
2014-05-06 | Revert r208025, which made buildbots unhappy for unknown reasons. | Richard Smith | 1 | -6/+7 |
2014-05-06 | Add llvm::function_ref (and a couple of uses of it), representing a type-eras... | Richard Smith | 1 | -7/+6 |
2014-04-07 | [C++11] Make use of 'nullptr' in the Support library. | Craig Topper | 1 | -6/+6 |
2014-03-04 | Remove dependence on std::function. | Richard Smith | 1 | -15/+6 |
2014-03-04 | Add support for arbitrary functors to CrashRecoveryContext. | Richard Smith | 1 | -6/+15 |
2014-02-12 | Rename Windows.h to WindowsSupport.h to avoid ambiguity | Reid Kleckner | 1 | -1/+1 |
2013-09-12 | This switches CrashRecoveryContext to using ManagedStatic for its global Mute... | Filip Pizlo | 1 | -16/+17 |
2013-06-19 | [Support/CrashRecoveryContext] Make sure CrashRecoveryContext does not clear ... | Argyrios Kyrtzidis | 1 | -2/+11 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -2/+2 |
2012-04-21 | move Signals to .rodata | Nuno Lopes | 1 | -1/+1 |
2012-02-19 | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles | 1 | -1/+0 |
2011-08-20 | lib/Support/CrashRecoveryContext.cpp: Add Win32 support to CrashRecoveryConte... | NAKAMURA Takumi | 1 | -1/+67 |
2011-03-22 | Properly initialize all fields in CrashReporterCleanupContext. This caused t... | Ted Kremenek | 1 | -1/+1 |
2011-03-22 | Temporarily stop recovering resources in CrashRecoveryContext while I investi... | Ted Kremenek | 1 | -1/+1 |
2011-03-21 | Provide a means for CrashRecovery clients to determine if code is currently r... | Ted Kremenek | 1 | -0/+9 |
2011-03-19 | Tweak CrashRecoveryContextCleanup to provide an easy method for clients to se... | Ted Kremenek | 1 | -0/+1 |
2011-03-19 | Tweak CrashRecoveryContext::GetCurrent() to return quickly if 'gCrsahRecovery... | Ted Kremenek | 1 | -0/+3 |
2011-03-18 | Augment CrashRecoveryContext to have registered "cleanup" objects that can be... | Ted Kremenek | 1 | -0/+38 |
2010-11-29 | Merge System into Support. | Michael J. Spencer | 1 | -2/+2 |
2010-11-05 | CrashRecoveryContext: Add RunSafelyOnThread helper function. | Daniel Dunbar | 1 | -0/+23 |
2010-10-18 | CrashRecoveryContext: Add missing return, so that the signal fires after we our | Daniel Dunbar | 1 | -0/+3 |
2010-08-17 | CrashRecovery: Clear the current context on the first crash, to avoid re-ente... | Daniel Dunbar | 1 | -0/+4 |
2010-08-17 | CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th... | Daniel Dunbar | 1 | -2/+12 |
2010-08-17 | CrashRecovery: Make CrashRecoveryContext static methods thread safe. | Daniel Dunbar | 1 | -0/+10 |
2010-07-30 | Fix -Wmissing-field-initializers warnings. | Daniel Dunbar | 1 | -15/+5 |
2010-07-29 | CrashRecovery: Use ThreadLocal::erase() instead of set(0). | Daniel Dunbar | 1 | -1/+1 |