summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Twine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar2009-07-291-11/+37
| | | | | | | | | | | | | | | - Provides static constructors for doing number to string conversions without using temporaries. - There are several ways to do this, I think given the Twine constraints this is the simplest one. - One FIXME for fast number -> hex conversion. - Added another comment on one last major bit of perf work Twines need, which is to make raw_svector_ostream more efficient. llvm-svn: 77445
* Add Twine ADT.Daniel Dunbar2009-07-241-0/+91
- Not currently used. llvm-svn: 76956
OpenPOWER on IntegriCloud