summaryrefslogtreecommitdiff
path: root/lib/Support/Twine.cpp
Commit message (Expand)AuthorAge
* Add Twine support for characters, and switch twine to use a union internallyChris Lattner2011-07-24
* In Twine::str(), if the Twine stores only a std::string, just return a direct...Frits van Bommel2011-07-15
* Support/ADT/Twine: Make toNullTerminatedStringRef not rely on UB :(.Michael J. Spencer2010-12-03
* Support/ADT/Twine: Add toNullTerminatedStringRef.Michael J. Spencer2010-12-01
* Fix Whitespace.Michael J. Spencer2010-11-26
* Implement rdar://7415680 - Twine integer support lacks greatnessChris Lattner2010-05-05
* Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer2010-01-13
* Change errs() to dbgs().David Greene2010-01-05
* Switch Twine::str() to use toVector(), which is now efficient.Daniel Dunbar2009-08-19
* Add missing flush().Daniel Dunbar2009-08-02
* Twine: Directly support int, long, and long long types.Daniel Dunbar2009-07-30
* Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar2009-07-30
* Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar2009-07-30
* Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar2009-07-29
* Add Twine ADT.Daniel Dunbar2009-07-24