| Commit message (Expand) | Author | Age | Files | Lines |
* | ADT: Correct APInt::getActiveWords for zero values | Meador Inge | 2013-02-07 | 1 | -0/+8 |
* | Sort the #include lines for unittest/... | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
* | fix the quotient returned by sdivrem() for the case when LHS is negative and ... | Nuno Lopes | 2012-05-22 | 1 | -0/+28 |
* | Add a unittest for rotating a really big APInt. | Benjamin Kramer | 2012-02-07 | 1 | -0/+4 |
* | Some unittests for APInt rotates; patch by Cameron McInally. | Eli Friedman | 2011-12-22 | 1 | -0/+32 |
* | APInt: update asserts for base-36 | Dylan Noblesmith | 2011-12-16 | 1 | -3/+3 |
* | Fix APInt::operator*= so that it computes the correct result for large intege... | Eli Friedman | 2011-10-07 | 1 | -0/+9 |
* | Add APInt support for converting to/from hexatridecimal strings | Douglas Gregor | 2011-09-14 | 1 | -1/+24 |
* | Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a... | Jeffrey Yasskin | 2011-07-18 | 1 | -0/+4 |
* | unittests: add test for APInt::toString() | Dylan Noblesmith | 2011-06-15 | 1 | -0/+46 |
* | Add an argument to APInt's magic udiv calculation to specify the number of bi... | Benjamin Kramer | 2011-03-17 | 1 | -0/+2 |
* | The signed version of our "magic number" computation for the integer approxim... | Cameron Zwarich | 2011-02-21 | 1 | -0/+18 |
* | PR5207: Rename overloaded APInt methods set(), clear(), flip() to | Jay Foad | 2010-12-01 | 1 | -1/+1 |
* | Attempt to unbreak the FreeBSD buildbot by XFAILing a unit test that seems to be | Jakob Stoklund Olesen | 2010-09-14 | 1 | -0/+5 |
* | Switch from EXPECT_EQ({true,false, ...) to the more canonical | Chandler Carruth | 2010-07-13 | 1 | -2/+2 |
* | Fix death tests in -Asserts builds. | Jeffrey Yasskin | 2010-03-17 | 1 | -0/+2 |
* | Pacify the compiler (signed with unsigned comparison) by making | Duncan Sands | 2009-10-13 | 1 | -6/+6 |
* | Add a ceilLogBase2 function to APInt. | Dan Gohman | 2009-10-13 | 1 | -0/+11 |
* | Fix a few more conversion warnings on 4.0 | Daniel Dunbar | 2009-09-18 | 1 | -5/+5 |
* | Another try at fixing compile warnings on 4.0 | Daniel Dunbar | 2009-09-17 | 1 | -18/+18 |
* | Attempt to fix some 4.0.0 build warnings. | Daniel Dunbar | 2009-09-14 | 1 | -23/+23 |
* | Simplify, now that gtest supports raw_ostream directly. | Daniel Dunbar | 2009-09-06 | 1 | -8/+0 |
* | split raw_os_ostream out to its own header and implementation file. This | Chris Lattner | 2009-08-24 | 1 | -1/+1 |
* | Unbreak unit tests. | Daniel Dunbar | 2009-08-24 | 1 | -0/+7 |
* | Correct for recent assert change. | Bill Wendling | 2009-08-21 | 1 | -1/+1 |
* | Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9. | Erick Tryzelaar | 2009-08-21 | 1 | -0/+82 |
* | Allow '+' to appear in APInt strings, and add more unit tests. | Erick Tryzelaar | 2009-08-21 | 1 | -8/+72 |
* | Wrap unit test death tests in GTEST_HAS_DEATH_TEST | Erick Tryzelaar | 2009-08-17 | 1 | -0/+2 |
* | Add failure tests to APInt unit test. | Erick Tryzelaar | 2009-08-16 | 1 | -0/+11 |
* | Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. | Daniel Dunbar | 2009-08-13 | 1 | -6/+6 |
* | Reapply 74494, this time removing the conflicting definition of operator<< | Dan Gohman | 2009-06-30 | 1 | -13/+0 |
* | Fix PR4040: APInt's string constructor is too strict | Chris Lattner | 2009-04-25 | 1 | -0/+9 |
* | * Fixed calls to APInt ctor to work for negative values on Darwin/x86 | Misha Brukman | 2009-04-08 | 1 | -6/+6 |
* | Converted a1.ll to unittests. | Misha Brukman | 2009-03-24 | 1 | -4/+83 |
* | Renamed unittest files to have a consistent {Tt}est suffix. | Misha Brukman | 2009-03-19 | 1 | -0/+100 |