aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/Twine.h
Commit message (Expand)AuthorAgeFilesLines
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Add a fast path for setName("") on an unnamed value.Daniel Dunbar2009-08-191-0/+10
* Twine: Directly support int, long, and long long types.Daniel Dunbar2009-07-301-16/+33
* Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar2009-07-301-7/+0
* Twines: Don't allow implicit conversion from integers, this is too tricky.Daniel Dunbar2009-07-301-4/+4
* Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar2009-07-301-14/+31
* MSVC build fix. Patch by Olaf Krzikalla!Benjamin Kramer2009-07-291-0/+1
* Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar2009-07-291-8/+45
* Fix constructor typesDaniel Dunbar2009-07-241-2/+2
* Add Twine ADT.Daniel Dunbar2009-07-241-0/+347