- 1d37443 Use array_lengthof. NFC by Craig Topper · 10 years ago
- 2692811 Add a comment. by Nico Weber · 10 years ago
- 28dc417 Fix nested CrashRecoveryContexts with LLVM_ENABLE_THREADS=OFF, allow them. by Nico Weber · 10 years ago
- f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
- 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- 16132e6 Purge unused includes throughout libSupport. by Benjamin Kramer · 11 years ago
- e9012b0 For CrashRecoveryContext::RunSafelyOnThread, propagate Darwin's PRIO_DARWIN_BG to the new thread if it is by Argyrios Kyrtzidis · 11 years ago
- a40ccf6 Test commit, wraps some lines to fit in 80 columns. by Zachary Turner · 11 years ago
- c167d65 Re-commit r208025, reverted in r208030, with a fix for a conformance issue by Richard Smith · 12 years ago
- 09bf116 Revert r208025, which made buildbots unhappy for unknown reasons. by Richard Smith · 12 years ago
- 6cf1d74 Add llvm::function_ref (and a couple of uses of it), representing a type-erased reference to a callable object. by Richard Smith · 12 years ago
- c10719f [C++11] Make use of 'nullptr' in the Support library. by Craig Topper · 12 years ago
- 6356313 Remove dependence on std::function. by Richard Smith · 12 years ago
- 54911fb Add support for arbitrary functors to CrashRecoveryContext. by Richard Smith · 12 years ago
- d59e2fa Rename Windows.h to WindowsSupport.h to avoid ambiguity by Reid Kleckner · 12 years ago
- f2189bf This switches CrashRecoveryContext to using ManagedStatic for its global Mutex and by Filip Pizlo · 12 years ago
- f1d8f52 [Support/CrashRecoveryContext] Make sure CrashRecoveryContext does not clear the thread-local "CurrentContext" by Argyrios Kyrtzidis · 12 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- e568efb move Signals to .rodata by Nuno Lopes · 14 years ago
- 636a3d6 Remove dead code. Improve llvm_unreachable text. Simplify some control flow. by Ahmed Charles · 14 years ago
- 1eae12c lib/Support/CrashRecoveryContext.cpp: Add Win32 support to CrashRecoveryContext. Thanks to Aaron Ballman! by NAKAMURA Takumi · 14 years ago
- 857e535 Properly initialize all fields in CrashReporterCleanupContext. This caused the buildbot failure earlier. by Ted Kremenek · 15 years ago
- 9931652 Temporarily stop recovering resources in CrashRecoveryContext while I investigate further why this works on my machine and not on others. by Ted Kremenek · 15 years ago
- ab1a242 Provide a means for CrashRecovery clients to determine if code is currently running while crash recovery cleanups are being processed. by Ted Kremenek · 15 years ago
- 32aea2e Tweak CrashRecoveryContextCleanup to provide an easy method for clients to select between 'delete' and 'destructor' cleanups, and allow the destructor of CrashRecoveryContextCleanupRegister to be pseudo re-entrant. by Ted Kremenek · 15 years ago
- 794a071 Tweak CrashRecoveryContext::GetCurrent() to return quickly if 'gCrsahRecoveryEnabled' is false. This avoids us needing to go to thread local storage for by Ted Kremenek · 15 years ago
- c44d3cf Augment CrashRecoveryContext to have registered "cleanup" objects that can be used to release resources during a crash. by Ted Kremenek · 15 years ago
- 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
- f4d90ba CrashRecoveryContext: Add RunSafelyOnThread helper function. by Daniel Dunbar · 15 years ago
- 418e704 CrashRecoveryContext: Add missing return, so that the signal fires after we our by Daniel Dunbar · 15 years ago
- 09b0c78 CrashRecovery: Clear the current context on the first crash, to avoid re-entering it if the cleanup code crashes. by Daniel Dunbar · 15 years ago
- b30266e CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find the active context from anywhere. by Daniel Dunbar · 15 years ago
- ff32994 CrashRecovery: Make CrashRecoveryContext static methods thread safe. by Daniel Dunbar · 15 years ago
- c90e82a Fix -Wmissing-field-initializers warnings. by Daniel Dunbar · 15 years ago
- 4a338e3 CrashRecovery: Use ThreadLocal::erase() instead of set(0). by Daniel Dunbar · 15 years ago
- 9789f81 Make sure to include config.h, to pickup LLVM_ON_WIN32. by Daniel Dunbar · 15 years ago
- af77e22 CrashRecoveryContext: Add a simple POSIX implementation. by Daniel Dunbar · 15 years ago
- 19a3b37 Support: Add CrashRecoveryContext helper object. by Daniel Dunbar · 15 years ago