summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Twine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* Revert "[ADT] Make Twine's copy constructor private."Zachary Turner2017-10-111-2/+4
* [ADT] Make Twine's copy constructor private.Zachary Turner2017-10-111-4/+2
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+3
* Add support for formatv to llvm::Twine.Zachary Turner2016-12-171-0/+12
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* Reformat.NAKAMURA Takumi2015-05-251-2/+1
* Prune CRLFs.NAKAMURA Takumi2015-05-251-4/+4
* Teach Twine to support SmallString.Yaron Keren2015-03-171-7/+7
* Remove unnecessary llvm:: qualification.Eric Christopher2014-02-261-2/+2
* Add Twine support for characters, and switch twine to use a union internallyChris Lattner2011-07-241-27/+33
* In Twine::str(), if the Twine stores only a std::string, just return a direct...Frits van Bommel2011-07-151-3/+8
* Support/ADT/Twine: Make toNullTerminatedStringRef not rely on UB :(.Michael J. Spencer2010-12-031-4/+12
* Support/ADT/Twine: Add toNullTerminatedStringRef.Michael J. Spencer2010-12-011-0/+12
* Fix Whitespace.Michael J. Spencer2010-11-261-7/+7
* Implement rdar://7415680 - Twine integer support lacks greatnessChris Lattner2010-05-051-4/+4
* Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer2010-01-131-2/+8
* Change errs() to dbgs().David Greene2010-01-051-2/+3
* Switch Twine::str() to use toVector(), which is now efficient.Daniel Dunbar2009-08-191-14/+4
* Add missing flush().Daniel Dunbar2009-08-021-0/+3
* Twine: Directly support int, long, and long long types.Daniel Dunbar2009-07-301-17/+29
* Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar2009-07-301-2/+1
* Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar2009-07-301-6/+18
* Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar2009-07-291-11/+37
* Add Twine ADT.Daniel Dunbar2009-07-241-0/+91
OpenPOWER on IntegriCloud