aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Twine.cpp
AgeCommit message (Expand)Author
2010-01-13Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer
2010-01-05Change errs() to dbgs().David Greene
2009-08-19Switch Twine::str() to use toVector(), which is now efficient.Daniel Dunbar
2009-08-02Add missing flush().Daniel Dunbar
2009-07-30Twine: Directly support int, long, and long long types.Daniel Dunbar
2009-07-30Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar
2009-07-30Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar
2009-07-29Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar
2009-07-24Add Twine ADT.Daniel Dunbar