- Mar 17, 2009
-
-
Daniel Dunbar authored
llvm-svn: 67083
-
- Feb 26, 2009
-
-
Nick Lewycky authored
llvm-svn: 65517
-
- Feb 09, 2009
-
-
Bill Wendling authored
llvm-svn: 64137
-
- Jan 27, 2009
-
-
Torok Edwin authored
causing assertion failures in getSExtValue(). Fix it by making highWordBits actually contain what its name says, and add some more unit-tests for APInt. This fixes PR3419. llvm-svn: 63107
-
- Jan 19, 2009
-
-
Nick Lewycky authored
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
-
- Jan 11, 2009
-
-
Bill Wendling authored
llvm-svn: 62035
-
- Jan 10, 2009
-
-
Bill Wendling authored
llvm-svn: 62025
-
- Jan 08, 2009
-
-
Bill Wendling authored
Some generic clean-ups. Also make the StringMapEntryInitializer specialization apply only to the tests that are actually testing it. llvm-svn: 61923
-
Bill Wendling authored
StringMapEntryInitializer classes. Leave it for the compiler to figure out what the type is and what "0" should be transformed into. * Un-disable the unit tests which test the StringMapEntryInitializer class. llvm-svn: 61922
-
Bill Wendling authored
llvm-svn: 61919
-
Misha Brukman authored
* Fixed but in StringMap::clear() * Removed trailing whitespace Original patch by Talin. llvm-svn: 61914
-
- Jan 07, 2009
-
-
Misha Brukman authored
* Fixed {copy,assignment} constructor test names * s/EXPECT_EQ(true, ...)/ASSERT_TRUE(...)/ Patch by Talin. llvm-svn: 61883
-
- Jan 05, 2009
-
-
Bill Wendling authored
run the tests. Most of this was stolen from the llvm/test Makefiles. llvm-svn: 61648
-
- Jan 03, 2009
-
-
Nuno Lopes authored
llvm-svn: 61609
-
Bill Wendling authored
llvm-svn: 61596
-
- Jan 02, 2009
-
-
Nuno Lopes authored
llvm-svn: 61576
-
Nuno Lopes authored
llvm-svn: 61572
-
- Jan 01, 2009
-
-
Misha Brukman authored
* Added the first LLVM unittest -- DenseMap. * Updated mkpatch utility to include llvm/unittests dir * Added top-level target "unittests" to run all unittests llvm-svn: 61541
-