Add MapVector::rbegin(), MapVector::rend() to completment MapVector::begin(), MapVect...
[oota-llvm.git] / unittests / ADT / TwineTest.cpp
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2011-07-24 Chris LattnerAdd Twine support for characters, and switch twine...
2010-12-01 Michael J. SpencerSupport/ADT/Twine: Add toNullTerminatedStringRef.
2009-07-30 Daniel DunbarTwine: Use raw_ostream::write_hex, remove unused itohex...
2009-07-30 Daniel DunbarTwine: Provide [u]int{32,64} conversions via implicit...
2009-07-29 Benjamin Kramerfix unittest on platforms with unsigned chars (e.g...
2009-07-29 Daniel DunbarTwines: Support numeric conversion directly (uitostr...
2009-07-24 Daniel DunbarAdd Twine ADT.