History log of /external/llvm/unittests/ADT/TwineTest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5a88dda4be791426ab4d20a6a6c9c65d66614a27 04-Dec-2012 Chandler Carruth <chandlerc@gmail.com> Sort the #include lines for unittest/...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169250 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/ADT/TwineTest.cpp
3f25ee080ca7c92ff735df29c78e7cfbd62c8cb6 24-Jul-2011 Chris Lattner <sabre@nondot.org> Add Twine support for characters, and switch twine to use a union internally
to eliminate some casting.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135888 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/ADT/TwineTest.cpp
7dc7ac3cb20b7ef8e6febe0ac3bc430230f29893 01-Dec-2010 Michael J. Spencer <bigcheesegs@gmail.com> Support/ADT/Twine: Add toNullTerminatedStringRef.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120600 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/ADT/TwineTest.cpp
0fffbafa9609e0e289ff3120ab9e23d244c1dbc0 30-Jul-2009 Daniel Dunbar <daniel@zuster.org> Twine: Use raw_ostream::write_hex, remove unused itohexstr method.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77617 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/ADT/TwineTest.cpp
0165a2ca897598bb95baec031362921565e24f2b 30-Jul-2009 Daniel Dunbar <daniel@zuster.org> Twine: Provide [u]int{32,64} conversions via implicit constructors instead of
explicitly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77576 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/ADT/TwineTest.cpp
4baffeb6be3a224f7adadbee17512ded22610fd0 29-Jul-2009 Benjamin Kramer <benny.kra@googlemail.com> fix unittest on platforms with unsigned chars (e.g. linux-ppc)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77471 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/ADT/TwineTest.cpp
763457e70bc9c5c2def89d24a133808b8a971f9f 29-Jul-2009 Daniel Dunbar <daniel@zuster.org> Twines: Support numeric conversion directly (uitostr, etc).
- 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77445 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/ADT/TwineTest.cpp
2538f7ab2ef39ab1a5e48744548d66b560d1fee6 24-Jul-2009 Daniel Dunbar <daniel@zuster.org> Add Twine ADT.
- Not currently used.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76956 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/ADT/TwineTest.cpp