Use LLVMContext to generate metadata constants.
[oota-llvm.git] / lib / Support / PrettyStackTrace.cpp
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...