llvm-6502/unittests/ADT
Erick Tryzelaar a15d890c34 Modify APFloat to take a StringRef instead of a c string.
This also adds unit tests to APFloat that mainly tests the
string handling of APFloat, but not much else of it's api.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79210 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-16 23:36:19 +00:00
..
APFloatTest.cpp Modify APFloat to take a StringRef instead of a c string. 2009-08-16 23:36:19 +00:00
APIntTest.cpp Add failure tests to APInt unit test. 2009-08-16 23:36:01 +00:00
DenseMapTest.cpp Minor cleanup for unittest: 2009-01-07 21:13:53 +00:00
DenseSetTest.cpp Prevent looping when DenseSet is abused. 2009-05-01 20:47:53 +00:00
ImmutableSetTest.cpp improve test and address Misha's comments 2009-01-03 14:55:26 +00:00
Makefile Original patch by Talin. 2009-01-01 02:24:48 +00:00
SmallStringTest.cpp Add SmallString unit test. 2009-07-16 17:00:06 +00:00
SmallVectorTest.cpp Clarify a FIXME. 2009-07-12 19:45:34 +00:00
SparseBitVectorTest.cpp Add a missing ilist_node.h #include to SparseBitVector, and add a very short 2009-07-25 00:33:57 +00:00
StringMapTest.cpp Convert StringMap to using StringRef for its APIs. 2009-07-23 18:17:34 +00:00
StringRefTest.cpp StringRef: Add find(char) and find(StringRef). 2009-08-11 20:47:15 +00:00
TripleTest.cpp Update Triple to use StringRef/Twine based APIs. 2009-07-26 03:31:47 +00:00
TwineTest.cpp Twine: Use raw_ostream::write_hex, remove unused itohexstr method. 2009-07-30 18:30:19 +00:00