1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/unittests/ADT
Nick Lewycky 7c5381a70c Port this test from dejagnu to unit testing.
The way this worked before was to test APInt by running
"lli -force-interpreter=true" knowing the lli uses APInt under the hood to
store its values. Now, we test APInt directly.

llvm-svn: 62514
2009-01-19 18:08:33 +00:00
..
APInt.cpp Port this test from dejagnu to unit testing. 2009-01-19 18:08:33 +00:00
DenseMapTest.cpp Minor cleanup for unittest: 2009-01-07 21:13: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
SmallVectorTest.cpp Fix naming of file. 2009-01-11 01:25:51 +00:00
StringMapTest.cpp Some generic clean-ups. Also make the StringMapEntryInitializer specialization apply only to the tests that are actually testing it. 2009-01-08 09:31:36 +00:00