aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/APIntTest.cpp
AgeCommit message (Expand)Author
2011-02-21The signed version of our "magic number" computation for the integer approxim...Cameron Zwarich
2010-12-01PR5207: Rename overloaded APInt methods set(), clear(), flip() toJay Foad
2010-09-14Attempt to unbreak the FreeBSD buildbot by XFAILing a unit test that seems to beJakob Stoklund Olesen
2010-07-13Switch from EXPECT_EQ({true,false, ...) to the more canonicalChandler Carruth
2010-03-17Fix death tests in -Asserts builds.Jeffrey Yasskin
2009-10-13Pacify the compiler (signed with unsigned comparison) by makingDuncan Sands
2009-10-13Add a ceilLogBase2 function to APInt.Dan Gohman
2009-09-18Fix a few more conversion warnings on 4.0Daniel Dunbar
2009-09-17Another try at fixing compile warnings on 4.0Daniel Dunbar
2009-09-14Attempt to fix some 4.0.0 build warnings.Daniel Dunbar
2009-09-06Simplify, now that gtest supports raw_ostream directly.Daniel Dunbar
2009-08-24split raw_os_ostream out to its own header and implementation file. ThisChris Lattner
2009-08-24Unbreak unit tests.Daniel Dunbar
2009-08-21Correct for recent assert change.Bill Wendling
2009-08-21Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.Erick Tryzelaar
2009-08-21Allow '+' to appear in APInt strings, and add more unit tests.Erick Tryzelaar
2009-08-17Wrap unit test death tests in GTEST_HAS_DEATH_TESTErick Tryzelaar
2009-08-16Add failure tests to APInt unit test.Erick Tryzelaar
2009-08-13Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef.Daniel Dunbar
2009-06-30Reapply 74494, this time removing the conflicting definition of operator<<Dan Gohman
2009-04-25Fix PR4040: APInt's string constructor is too strictChris Lattner
2009-04-08* Fixed calls to APInt ctor to work for negative values on Darwin/x86Misha Brukman
2009-03-24Converted a1.ll to unittests.Misha Brukman
2009-03-19Renamed unittest files to have a consistent {Tt}est suffix.Misha Brukman