aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/Twine.h
AgeCommit message (Expand)Author
2013-04-18Fix typoEli Bendersky
2012-09-13Fix Doxygen issues:Dmitri Gribenko
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2011-07-24Add Twine support for characters, and switch twine to use a union internallyChris Lattner
2010-12-01Support/ADT/Twine: Add toNullTerminatedStringRef.Michael J. Spencer
2010-11-29Merge System into Support.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-13add new isSingleStringRef()/getSingleStringRef() methods to twine, Chris Lattner
2009-11-19Twine: Stores kinds as uchar instead of bitfield to be friendlier to theDaniel Dunbar
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-08-19Add a fast path for setName("") on an unnamed value.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-30Twines: Don't allow implicit conversion from integers, this is too tricky.Daniel Dunbar
2009-07-30Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar
2009-07-29MSVC build fix. Patch by Olaf Krzikalla!Benjamin Kramer
2009-07-29Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar
2009-07-24Fix constructor typesDaniel Dunbar
2009-07-24Add Twine ADT.Daniel Dunbar