Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-04 | Sort the #include lines for unittest/... | Chandler Carruth | 1 | -1/+1 | |
llvm-svn: 169250 | |||||
2011-07-24 | Add Twine support for characters, and switch twine to use a union internally | Chris Lattner | 1 | -2/+6 | |
to eliminate some casting. llvm-svn: 135888 | |||||
2010-12-01 | Support/ADT/Twine: Add toNullTerminatedStringRef. | Michael J. Spencer | 1 | -0/+8 | |
llvm-svn: 120600 | |||||
2009-07-30 | Twine: Use raw_ostream::write_hex, remove unused itohexstr method. | Daniel Dunbar | 1 | -2/+1 | |
llvm-svn: 77617 | |||||
2009-07-30 | Twine: Provide [u]int{32,64} conversions via implicit constructors instead of | Daniel Dunbar | 1 | -6/+7 | |
explicitly. llvm-svn: 77576 | |||||
2009-07-29 | fix unittest on platforms with unsigned chars (e.g. linux-ppc) | Benjamin Kramer | 1 | -1/+1 | |
llvm-svn: 77471 | |||||
2009-07-29 | Twines: Support numeric conversion directly (uitostr, etc). | Daniel Dunbar | 1 | -0/+12 | |
- 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 | |||||
2009-07-24 | Add Twine ADT. | Daniel Dunbar | 1 | -0/+63 | |
- Not currently used. llvm-svn: 76956 |