1. f78650a Remove trailing space by Fangrui Song · 7 years ago
  2. 7e535bc Avoid copying PrettyStackTrace messages an extra time on Apple OSs by Jordan Rose · 7 years ago
  3. 8c345dc Add more initializers to quiet a clang warning by Daniel Sanders · 8 years ago
  4. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  5. c12f10f Include <cstdio> in PrettyStackTrace.cpp, since it uses vsnprintf(3). by Dimitry Andric · 8 years ago
  6. 62204ad Include <cstdarg> in PrettyStackTrace.cpp, fixing the bots. by Sean Callanan · 9 years ago
  7. 032dbf9 Prepare PrettyStackTrace for LLDB adoption by Sean Callanan · 9 years ago
  8. bfff254 Fix the apple build issue caused by r288956 by Chris Bieneman · 9 years ago
  9. 0e3cc3c Convert ENABLE_BACKTRACES into a 0/1 definition. by Joerg Sonnenberger · 9 years ago
  10. ebeee96 Use C++ casts to avoid a warning by Sanjoy Das · 9 years ago
  11. 3de58a5 Don't use recursion to print out the PrettyStackTrace after a crash. If the by Richard Smith · 9 years ago
  12. a6b9600 Reorganize the C API headers to improve build times. by Eric Christopher · 10 years ago
  13. af3f242 Add functions to save and restore the PrettyStackTrace state. by Nico Weber · 10 years ago
  14. c4d245c Fix the preprocessor checks used to determine if backtraces have been enabled. by Owen Anderson · 11 years ago
  15. 9253bb9 Use the existing build configuration parameter ENABLE_BACKTRACE to compile out all pretty stack trace support when backtraces are disabled. by Owen Anderson · 11 years ago
  16. fb3139a [LPM] Clean up the use of TLS in pretty stack trace and disable it by Chandler Carruth · 11 years ago
  17. b2fe3e5 [LPM] Fix the PPC attribute to be spelled 'global-dynamic'. This should by Chandler Carruth · 11 years ago
  18. be09eb7 [LPM] Try to work around a bug with local-dynamic TLS on PowerPC 64. by Chandler Carruth · 11 years ago
  19. 16b670e [LPM] Rip all of ManagedStatic and ThreadLocal out of the pretty stack by Chandler Carruth · 11 years ago
  20. 8d399f8 [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to reduce verbosity. by Craig Topper · 11 years ago
  21. c10719f [C++11] Make use of 'nullptr' in the Support library. by Craig Topper · 11 years ago
  22. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  23. c10ca90 Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enable pretty by Filip Pizlo · 12 years ago
  24. 9f50ccd When LLVM is embedded in a larger application, it's not OK for LLVM to intercept crashes. LLVM already has by Filip Pizlo · 12 years ago
  25. 67d9709 Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal. by Filip Pizlo · 12 years ago
  26. 4e06def Add a new watchdog timer interface. The interface does not permit handling timeouts, so by Nick Lewycky · 13 years ago
  27. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  28. c4b9b52 Add more initializers to quiet a clang warning. by Eric Christopher · 14 years ago
  29. 0ab5e2c Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  30. 9b43f33 Change all self assignments X=X to (void)X, so that we can turn on a by Jeffrey Yasskin · 15 years ago
  31. ca46673 Apparently OS X 10.4 doesn't have __crashreporter_info__. by Eric Christopher · 15 years ago
  32. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  33. 87947f7 Fix a couple of warnings. by Eric Christopher · 15 years ago
  34. 7f103a2 Fix thinko. by Eric Christopher · 15 years ago
  35. 51f29083 Pull in the libCrashReporterClient.a information with a warning comment. by Eric Christopher · 15 years ago
  36. e9c1bb6 Look for and use a different darwin crash reporter library. by Eric Christopher · 15 years ago
  37. c120ffe Fix __crashreport_info__ declaration. by Daniel Dunbar · 15 years ago
  38. 8b0b115 Switch to SmallString::str from SmallString::c_str, and remove by Daniel Dunbar · 16 years ago
  39. 5d485f7 add a knob to turn off PrettyStackTrace globally. Patch by Zoltan Varga! by Chris Lattner · 16 years ago
  40. 76cfd20 Support thread-local pretty stack traces. by Owen Anderson · 16 years ago
  41. 4f2fea1 Now that errs() is properly non-buffered, there's no need to by Dan Gohman · 17 years ago
  42. ec5f2b5 Use c_str() to force the string to be nul-terminated. by Dan Gohman · 17 years ago
  43. e41a434 on apple systems, integrate nicely with crash reporter. by Chris Lattner · 17 years ago
  44. 8d0fe8c Daniel wanted the stack printed upside down. Perhaps he by Chris Lattner · 17 years ago
  45. 2674eb4 indicate what the program args line is. by Chris Lattner · 17 years ago
  46. 68061d5 add some helper classes for building light-weight symbolic stack traces by Chris Lattner · 17 years ago