[ADT] Add a 'find_as' operation to DenseSet.
[oota-llvm.git] / include / llvm / ADT / Twine.h
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.