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