summaryrefslogtreecommitdiff
path: root/unittests/ADT/APIntTest.cpp
Commit message (Expand)AuthorAge
* Clean up whitespaceDuncan P. N. Exon Smith2014-01-31
* [APInt] Fix nearestLogBase2 to return correct answers for very large APInt an...Michael Gottesman2014-01-19
* [APInt] Fixed bug where APInt(UINT32_MAX, 0) would blow up when being constru...Michael Gottesman2014-01-19
* Remove APInt::extractBit since it is already implemented via operator[]. Chan...Michael Gottesman2013-12-13
* [block-freq] Add the method APInt::nearestLogBase2().Michael Gottesman2013-12-13
* [block-freq] Add the APInt method extractBit.Michael Gottesman2013-12-13
* [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...Michael Gottesman2013-05-28
* Move the SplatByte helper to APInt and generalize it a bit.Benjamin Kramer2013-02-20
* ADT: Correct APInt::getActiveWords for zero valuesMeador Inge2013-02-07
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* fix the quotient returned by sdivrem() for the case when LHS is negative and ...Nuno Lopes2012-05-22
* Add a unittest for rotating a really big APInt.Benjamin Kramer2012-02-07
* Some unittests for APInt rotates; patch by Cameron McInally.Eli Friedman2011-12-22
* APInt: update asserts for base-36Dylan Noblesmith2011-12-16
* Fix APInt::operator*= so that it computes the correct result for large intege...Eli Friedman2011-10-07
* Add APInt support for converting to/from hexatridecimal stringsDouglas Gregor2011-09-14
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-18
* unittests: add test for APInt::toString()Dylan Noblesmith2011-06-15
* Add an argument to APInt's magic udiv calculation to specify the number of bi...Benjamin Kramer2011-03-17
* The signed version of our "magic number" computation for the integer approxim...Cameron Zwarich2011-02-21
* PR5207: Rename overloaded APInt methods set(), clear(), flip() toJay Foad2010-12-01
* Attempt to unbreak the FreeBSD buildbot by XFAILing a unit test that seems to beJakob Stoklund Olesen2010-09-14
* Switch from EXPECT_EQ({true,false, ...) to the more canonicalChandler Carruth2010-07-13
* Fix death tests in -Asserts builds.Jeffrey Yasskin2010-03-17
* Pacify the compiler (signed with unsigned comparison) by makingDuncan Sands2009-10-13
* Add a ceilLogBase2 function to APInt.Dan Gohman2009-10-13
* Fix a few more conversion warnings on 4.0Daniel Dunbar2009-09-18
* Another try at fixing compile warnings on 4.0Daniel Dunbar2009-09-17
* Attempt to fix some 4.0.0 build warnings.Daniel Dunbar2009-09-14
* Simplify, now that gtest supports raw_ostream directly.Daniel Dunbar2009-09-06
* split raw_os_ostream out to its own header and implementation file. ThisChris Lattner2009-08-24
* Unbreak unit tests.Daniel Dunbar2009-08-24
* Correct for recent assert change.Bill Wendling2009-08-21
* Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.Erick Tryzelaar2009-08-21
* Allow '+' to appear in APInt strings, and add more unit tests.Erick Tryzelaar2009-08-21
* Wrap unit test death tests in GTEST_HAS_DEATH_TESTErick Tryzelaar2009-08-17
* Add failure tests to APInt unit test.Erick Tryzelaar2009-08-16
* Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef.Daniel Dunbar2009-08-13
* Reapply 74494, this time removing the conflicting definition of operator<<Dan Gohman2009-06-30
* Fix PR4040: APInt's string constructor is too strictChris Lattner2009-04-25
* * Fixed calls to APInt ctor to work for negative values on Darwin/x86Misha Brukman2009-04-08
* Converted a1.ll to unittests.Misha Brukman2009-03-24
* Renamed unittest files to have a consistent {Tt}est suffix.Misha Brukman2009-03-19