aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Twine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement rdar://7415680 - Twine integer support lacks greatnessChris Lattner2010-05-051-4/+4
* Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer2010-01-131-2/+8
* Change errs() to dbgs().David Greene2010-01-051-2/+3
* Switch Twine::str() to use toVector(), which is now efficient.Daniel Dunbar2009-08-191-14/+4
* Add missing flush().Daniel Dunbar2009-08-021-0/+3
* Twine: Directly support int, long, and long long types.Daniel Dunbar2009-07-301-17/+29
* Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar2009-07-301-2/+1
* Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar2009-07-301-6/+18
* Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar2009-07-291-11/+37
* Add Twine ADT.Daniel Dunbar2009-07-241-0/+91