aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Twine.cpp
AgeCommit message (Expand)Author
2011-07-24Add Twine support for characters, and switch twine to use a union internallyChris Lattner
2011-07-15In Twine::str(), if the Twine stores only a std::string, just return a direct...Frits van Bommel
2010-12-03Support/ADT/Twine: Make toNullTerminatedStringRef not rely on UB :(.Michael J. Spencer
2010-12-01Support/ADT/Twine: Add toNullTerminatedStringRef.Michael J. Spencer
2010-11-26Fix Whitespace.Michael J. Spencer
2010-05-05Implement rdar://7415680 - Twine integer support lacks greatnessChris Lattner
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