- Mar 24, 2009
-
-
Misha Brukman authored
llvm-svn: 67652
-
- Mar 19, 2009
-
-
Misha Brukman authored
llvm-svn: 67326
-
- 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
-