Simplify memory management with std::unique_ptr.
[oota-llvm.git] / include / llvm / ADT / Twine.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-25 NAKAMURA TakumiPrune CRLFs.
2015-04-15 Yaron KerenClarify that Twine::toVector *appends* the Twine to...
2015-03-17 Yaron KerenTeach Twine to support SmallString.
2015-03-15 David BlaikieRemove use of reserved identifiers in Twine
2015-03-03 David BlaikieTwine: Explicitly default the copy ctor as it's otherwi...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-12-02 Pete CooperUse a typed enum instead of 'unsigned char' for packed...
2014-10-03 Alexander MusmanFix typo in comment
2014-05-29 Reid Kleckner[ADT] Delete the Twine assignment operator
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2013-04-18 Eli BenderskyFix typo
2012-09-13 Dmitri GribenkoFix Doxygen issues:
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2011-07-24 Chris LattnerAdd Twine support for characters, and switch twine...
2010-12-01 Michael J. SpencerSupport/ADT/Twine: Add toNullTerminatedStringRef.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-26 Michael J. SpencerFix Whitespace.
2010-05-05 Chris LattnerImplement rdar://7415680 - Twine integer support lacks...
2010-01-13 Benjamin KramerIntroduce Twine::toStringRef, a variant of toVector...
2010-01-13 Chris Lattneradd new isSingleStringRef()/getSingleStringRef() method...
2009-11-19 Daniel DunbarTwine: Stores kinds as uchar instead of bitfield to...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-08-19 Daniel DunbarAdd a fast path for setName("") on an unnamed value.
2009-07-30 Daniel DunbarTwine: Directly support int, long, and long long types.
2009-07-30 Daniel DunbarTwine: Use raw_ostream::write_hex, remove unused itohex...
2009-07-30 Daniel DunbarTwines: Don't allow implicit conversion from integers...
2009-07-30 Daniel DunbarTwine: Provide [u]int{32,64} conversions via implicit...
2009-07-29 Benjamin KramerMSVC build fix. Patch by Olaf Krzikalla!
2009-07-29 Daniel DunbarTwines: Support numeric conversion directly (uitostr...
2009-07-24 Daniel DunbarFix constructor types
2009-07-24 Daniel DunbarAdd Twine ADT.