| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
unittests/ADT/TwineTest.cpp:106:38: error: field 'Count' will be initialized after base 'llvm::FormatAdapter<int>' [-Werror,-Wreorder]
explicit formatter(int &Count) : Count(Count), FormatAdapter(0) {}
llvm-svn: 290029
|
|
|
|
|
|
| |
Differential Revision: https://reviews.llvm.org/D27835
llvm-svn: 290020
|
|
|
|
|
|
|
|
| |
Enable removing .str() member calls for these frequent cases.
http://reviews.llvm.org/D6372
llvm-svn: 232465
|
|
|
|
| |
llvm-svn: 169250
|
|
|
|
|
|
| |
to eliminate some casting.
llvm-svn: 135888
|
|
|
|
| |
llvm-svn: 120600
|
|
|
|
| |
llvm-svn: 77617
|
|
|
|
|
|
| |
explicitly.
llvm-svn: 77576
|
|
|
|
| |
llvm-svn: 77471
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|