1. 710c1ce Re-land r303274: "[CrashRecovery] Use SEH __try instead of VEH when available" by Reid Kleckner · 9 years ago
  2. 6f6f7d1 Revert "[CrashRecovery] Use SEH __try instead of VEH when available" by Reid Kleckner · 9 years ago
  3. 91fea01 [CrashRecovery] Use SEH __try instead of VEH when available by Reid Kleckner · 9 years ago
  4. 0daa707 Workaround for incorrect Win32 header on GCC. by Zachary Turner · 9 years ago
  5. c9c3929 Fix for compilers with older CRT header libraries. by Zachary Turner · 9 years ago
  6. 13e87f4 [Support] Ignore OutputDebugString exceptions in our crash recovery. by Zachary Turner · 9 years ago
  7. 91d3cfe Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes." by Duncan P. N. Exon Smith · 10 years ago
  8. 1760dc2 Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes. by Eugene Zelenko · 10 years ago
  9. 3a61a4d Remove useless and unused CrashRecoveryContext::getBacktrace(). This function always returned an empty string. by Richard Smith · 10 years ago
  10. 1d37443 Use array_lengthof. NFC by Craig Topper · 10 years ago
  11. 2692811 Add a comment. by Nico Weber · 10 years ago
  12. 28dc417 Fix nested CrashRecoveryContexts with LLVM_ENABLE_THREADS=OFF, allow them. by Nico Weber · 10 years ago
  13. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  14. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  15. 16132e6 Purge unused includes throughout libSupport. by Benjamin Kramer · 11 years ago
  16. e9012b0 For CrashRecoveryContext::RunSafelyOnThread, propagate Darwin's PRIO_DARWIN_BG to the new thread if it is by Argyrios Kyrtzidis · 11 years ago
  17. a40ccf6 Test commit, wraps some lines to fit in 80 columns. by Zachary Turner · 11 years ago
  18. c167d65 Re-commit r208025, reverted in r208030, with a fix for a conformance issue by Richard Smith · 12 years ago
  19. 09bf116 Revert r208025, which made buildbots unhappy for unknown reasons. by Richard Smith · 12 years ago
  20. 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
  21. c10719f [C++11] Make use of 'nullptr' in the Support library. by Craig Topper · 12 years ago
  22. 6356313 Remove dependence on std::function. by Richard Smith · 12 years ago
  23. 54911fb Add support for arbitrary functors to CrashRecoveryContext. by Richard Smith · 12 years ago
  24. d59e2fa Rename Windows.h to WindowsSupport.h to avoid ambiguity by Reid Kleckner · 12 years ago
  25. f2189bf This switches CrashRecoveryContext to using ManagedStatic for its global Mutex and by Filip Pizlo · 12 years ago
  26. f1d8f52 [Support/CrashRecoveryContext] Make sure CrashRecoveryContext does not clear the thread-local "CurrentContext" by Argyrios Kyrtzidis · 12 years ago
  27. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  28. e568efb move Signals to .rodata by Nuno Lopes · 14 years ago
  29. 636a3d6 Remove dead code. Improve llvm_unreachable text. Simplify some control flow. by Ahmed Charles · 14 years ago
  30. 1eae12c lib/Support/CrashRecoveryContext.cpp: Add Win32 support to CrashRecoveryContext. Thanks to Aaron Ballman! by NAKAMURA Takumi · 14 years ago
  31. 857e535 Properly initialize all fields in CrashReporterCleanupContext. This caused the buildbot failure earlier. by Ted Kremenek · 15 years ago
  32. 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
  33. 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
  34. 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
  35. 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
  36. c44d3cf Augment CrashRecoveryContext to have registered "cleanup" objects that can be used to release resources during a crash. by Ted Kremenek · 15 years ago
  37. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  38. f4d90ba CrashRecoveryContext: Add RunSafelyOnThread helper function. by Daniel Dunbar · 15 years ago
  39. 418e704 CrashRecoveryContext: Add missing return, so that the signal fires after we our by Daniel Dunbar · 15 years ago
  40. 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
  41. b30266e CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find the active context from anywhere. by Daniel Dunbar · 15 years ago
  42. ff32994 CrashRecovery: Make CrashRecoveryContext static methods thread safe. by Daniel Dunbar · 15 years ago
  43. c90e82a Fix -Wmissing-field-initializers warnings. by Daniel Dunbar · 15 years ago
  44. 4a338e3 CrashRecovery: Use ThreadLocal::erase() instead of set(0). by Daniel Dunbar · 15 years ago
  45. 9789f81 Make sure to include config.h, to pickup LLVM_ON_WIN32. by Daniel Dunbar · 15 years ago
  46. af77e22 CrashRecoveryContext: Add a simple POSIX implementation. by Daniel Dunbar · 15 years ago
  47. 19a3b37 Support: Add CrashRecoveryContext helper object. by Daniel Dunbar · 15 years ago