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