| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
twine can be represented as a single StringRef. Use the new methode to simplify
some twine users.
llvm-svn: 93317
|
| |
|
|
| |
llvm-svn: 92640
|
| |
|
|
| |
llvm-svn: 79437
|
| |
|
|
| |
llvm-svn: 77859
|
| |
|
|
|
|
| |
- This should resolve Cygwin gcc ambiguities.
llvm-svn: 77624
|
| |
|
|
| |
llvm-svn: 77617
|
| |
|
|
|
|
| |
explicitly.
llvm-svn: 77576
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
- Not currently used.
llvm-svn: 76956
|