summaryrefslogtreecommitdiff
path: root/lib/Support/CrashRecoveryContext.cpp
Commit message (Expand)AuthorAge
* For CrashRecoveryContext::RunSafelyOnThread, propagate Darwin's PRIO_DARWIN_B...Argyrios Kyrtzidis2014-06-25
* Test commit, wraps some lines to fit in 80 columns.Zachary Turner2014-06-10
* Re-commit r208025, reverted in r208030, with a fix for a conformance issueRichard Smith2014-05-06
* Revert r208025, which made buildbots unhappy for unknown reasons.Richard Smith2014-05-06
* Add llvm::function_ref (and a couple of uses of it), representing a type-eras...Richard Smith2014-05-06
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* Remove dependence on std::function.Richard Smith2014-03-04
* Add support for arbitrary functors to CrashRecoveryContext.Richard Smith2014-03-04
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-12
* This switches CrashRecoveryContext to using ManagedStatic for its global Mute...Filip Pizlo2013-09-12
* [Support/CrashRecoveryContext] Make sure CrashRecoveryContext does not clear ...Argyrios Kyrtzidis2013-06-19
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* move Signals to .rodataNuno Lopes2012-04-21
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* lib/Support/CrashRecoveryContext.cpp: Add Win32 support to CrashRecoveryConte...NAKAMURA Takumi2011-08-20
* Properly initialize all fields in CrashReporterCleanupContext. This caused t...Ted Kremenek2011-03-22
* Temporarily stop recovering resources in CrashRecoveryContext while I investi...Ted Kremenek2011-03-22
* Provide a means for CrashRecovery clients to determine if code is currently r...Ted Kremenek2011-03-21
* Tweak CrashRecoveryContextCleanup to provide an easy method for clients to se...Ted Kremenek2011-03-19
* Tweak CrashRecoveryContext::GetCurrent() to return quickly if 'gCrsahRecovery...Ted Kremenek2011-03-19
* Augment CrashRecoveryContext to have registered "cleanup" objects that can be...Ted Kremenek2011-03-18
* Merge System into Support.Michael J. Spencer2010-11-29
* CrashRecoveryContext: Add RunSafelyOnThread helper function.Daniel Dunbar2010-11-05
* CrashRecoveryContext: Add missing return, so that the signal fires after we ourDaniel Dunbar2010-10-18
* CrashRecovery: Clear the current context on the first crash, to avoid re-ente...Daniel Dunbar2010-08-17
* CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...Daniel Dunbar2010-08-17
* CrashRecovery: Make CrashRecoveryContext static methods thread safe.Daniel Dunbar2010-08-17
* Fix -Wmissing-field-initializers warnings.Daniel Dunbar2010-07-30
* CrashRecovery: Use ThreadLocal::erase() instead of set(0).Daniel Dunbar2010-07-29
* Make sure to include config.h, to pickup LLVM_ON_WIN32.Daniel Dunbar2010-07-29
* CrashRecoveryContext: Add a simple POSIX implementation.Daniel Dunbar2010-07-29
* Support: Add CrashRecoveryContext helper object.Daniel Dunbar2010-07-28