aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/Twine.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-43/+59
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-8/+6
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+1
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Fix typoEli Bendersky2013-04-181-1/+1
* Fix Doxygen issues:Dmitri Gribenko2012-09-131-14/+14
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-1/+2
* Add Twine support for characters, and switch twine to use a union internallyChris Lattner2011-07-241-25/+83
* Support/ADT/Twine: Add toNullTerminatedStringRef.Michael J. Spencer2010-12-011-0/+8
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Fix Whitespace.Michael J. Spencer2010-11-261-10/+10
* Implement rdar://7415680 - Twine integer support lacks greatnessChris Lattner2010-05-051-7/+8
* Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer2010-01-131-2/+6
* add new isSingleStringRef()/getSingleStringRef() methods to twine, Chris Lattner2010-01-131-0/+30
* Twine: Stores kinds as uchar instead of bitfield to be friendlier to theDaniel Dunbar2009-11-191-4/+4
* 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