Speculative fix for Windows build after r220932
[oota-llvm.git] / lib / Support / PrettyStackTrace.cpp
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-04 Filip PizloMake the pretty stack trace be an opt-in, rather than...
2013-11-03 Filip PizloWhen LLVM is embedded in a larger application, it's...
2013-09-13 Filip PizloMake PrettyStackTraceEntry use ManagedStatic for its...
2013-03-26 Nick LewyckyAdd a new watchdog timer interface. The interface does...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2011-10-05 Eric ChristopherAdd more initializers to quiet a clang warning.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-03 Eric ChristopherApparently OS X 10.4 doesn't have __crashreporter_info__.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-08-08 Eric ChristopherFix a couple of warnings.
2010-06-28 Eric ChristopherFix thinko.
2010-06-28 Eric ChristopherPull in the libCrashReporterClient.a information with...
2010-06-22 Eric ChristopherLook for and use a different darwin crash reporter...
2010-05-20 Daniel DunbarFix __crashreport_info__ declaration.
2009-08-19 Daniel DunbarSwitch to SmallString::str from SmallString::c_str...
2009-07-16 Chris Lattneradd a knob to turn off PrettyStackTrace globally. ...
2009-06-25 Owen AndersonSupport thread-local pretty stack traces.
2009-03-23 Dan GohmanNow that errs() is properly non-buffered, there's no...
2009-03-06 Dan GohmanUse c_str() to force the string to be nul-terminated.
2009-03-06 Chris Lattneron apple systems, integrate nicely with crash reporter.
2009-03-05 Chris LattnerDaniel wanted the stack printed upside down. Perhaps he
2009-03-05 Chris Lattnerindicate what the program args line is.
2009-03-04 Chris Lattneradd some helper classes for building light-weight symbo...