summaryrefslogtreecommitdiff
path: root/lib/Support/PrettyStackTrace.cpp
Commit message (Expand)AuthorAge
* Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...Filip Pizlo2013-11-04
* When LLVM is embedded in a larger application, it's not OK for LLVM to interc...Filip Pizlo2013-11-03
* Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.Filip Pizlo2013-09-13
* Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky2013-03-26
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add more initializers to quiet a clang warning.Eric Christopher2011-10-05
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-23
* Apparently OS X 10.4 doesn't have __crashreporter_info__.Eric Christopher2010-12-03
* Merge System into Support.Michael J. Spencer2010-11-29
* Fix a couple of warnings.Eric Christopher2010-08-08
* Fix thinko.Eric Christopher2010-06-28
* Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher2010-06-28
* Look for and use a different darwin crash reporter library.Eric Christopher2010-06-22
* Fix __crashreport_info__ declaration.Daniel Dunbar2010-05-20
* Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar2009-08-19
* add a knob to turn off PrettyStackTrace globally. Patch by ZoltanChris Lattner2009-07-16
* Support thread-local pretty stack traces.Owen Anderson2009-06-25
* Now that errs() is properly non-buffered, there's no need toDan Gohman2009-03-23
* Use c_str() to force the string to be nul-terminated.Dan Gohman2009-03-06
* on apple systems, integrate nicely with crash reporter.Chris Lattner2009-03-06
* Daniel wanted the stack printed upside down. Perhaps heChris Lattner2009-03-05
* indicate what the program args line is.Chris Lattner2009-03-05
* add some helper classes for building light-weight symbolic stack tracesChris Lattner2009-03-04