Change APInt comparison with uint64_t.
[oota-llvm.git] / unittests / ADT / APIntTest.cpp
2015-07-01 Pawel BylicaChange APInt comparison with uint64_t.
2015-06-25 Pawel BylicaAdd missing <array> include.
2015-06-25 Pawel BylicaExpress APInt::{s,u}{l,g}e(uint64_t) in terms of APInt...
2015-06-04 Benjamin Kramer[APInt] Remove special case for i1.
2015-04-24 Pawel BylicaFix APInt long division algorithm
2015-04-22 Yaron KerenAnother test to exercise APInt divide step D6.
2015-03-26 Yaron KerenFix rare case where APInt divide algorithm applied...
2015-03-25 Benjamin Kramer[APInt] Add an isSplat helper and use it in some places.
2015-01-14 Richard TrieuDisable -Wunknown-pragmas in a test so that Clang witho...
2015-01-13 Aaron BallmanSilence warnings about unknown pragmas for compilers...
2015-01-13 Richard TrieuDisable a warning for self move since the test is check...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-12 David BlaikieFix -Wsign-compare warnings
2014-08-12 Reid KlecknerAPInt: Make self-move-assignment a no-op to fix stage3...
2014-01-31 Duncan P. N. Exon... Clean up whitespace
2014-01-19 Michael Gottesman[APInt] Fix nearestLogBase2 to return correct answers...
2014-01-19 Michael Gottesman[APInt] Fixed bug where APInt(UINT32_MAX, 0) would...
2013-12-13 Michael GottesmanRemove APInt::extractBit since it is already implemente...
2013-12-13 Michael Gottesman[block-freq] Add the method APInt::nearestLogBase2().
2013-12-13 Michael Gottesman[block-freq] Add the APInt method extractBit.
2013-05-28 Michael Gottesman[APInt] Implement tcDecrement as a counterpart to tcInc...
2013-02-20 Benjamin KramerMove the SplatByte helper to APInt and generalize it...
2013-02-07 Meador IngeADT: Correct APInt::getActiveWords for zero values
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-05-22 Nuno Lopesfix the quotient returned by sdivrem() for the case...
2012-02-07 Benjamin KramerAdd a unittest for rotating a really big APInt.
2011-12-22 Eli FriedmanSome unittests for APInt rotates; patch by Cameron...
2011-12-16 Dylan NoblesmithAPInt: update asserts for base-36
2011-10-07 Eli FriedmanFix APInt::operator*= so that it computes the correct...
2011-09-14 Douglas GregorAdd APInt support for converting to/from hexatridecimal...
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-06-15 Dylan Noblesmithunittests: add test for APInt::toString()
2011-03-17 Benjamin KramerAdd an argument to APInt's magic udiv calculation to...
2011-02-21 Cameron ZwarichThe signed version of our "magic number" computation...
2010-12-01 Jay FoadPR5207: Rename overloaded APInt methods set(), clear...
2010-09-14 Jakob Stoklund OlesenAttempt to unbreak the FreeBSD buildbot by XFAILing...
2010-07-13 Chandler CarruthSwitch from EXPECT_EQ({true,false, ...) to the more...
2010-03-17 Jeffrey YasskinFix death tests in -Asserts builds.
2009-10-13 Duncan SandsPacify the compiler (signed with unsigned comparison...
2009-10-13 Dan GohmanAdd a ceilLogBase2 function to APInt.
2009-09-18 Daniel DunbarFix a few more conversion warnings on 4.0
2009-09-17 Daniel DunbarAnother try at fixing compile warnings on 4.0
2009-09-14 Daniel DunbarAttempt to fix some 4.0.0 build warnings.
2009-09-06 Daniel DunbarSimplify, now that gtest supports raw_ostream directly.
2009-08-24 Chris Lattnersplit raw_os_ostream out to its own header and implemen...
2009-08-24 Daniel DunbarUnbreak unit tests.
2009-08-21 Bill WendlingCorrect for recent assert change.
2009-08-21 Erick TryzelaarFix bug with APInt::getBitsNeeded with for base 10...
2009-08-21 Erick TryzelaarAllow '+' to appear in APInt strings, and add more...
2009-08-17 Erick TryzelaarWrap unit test death tests in GTEST_HAS_DEATH_TEST
2009-08-16 Erick TryzelaarAdd failure tests to APInt unit test.
2009-08-13 Daniel DunbarConvert APint::{fromString,APInt,getBitsNeeded} to...
2009-06-30 Dan GohmanReapply 74494, this time removing the conflicting defin...
2009-04-25 Chris LattnerFix PR4040: APInt's string constructor is too strict
2009-04-08 Misha Brukman* Fixed calls to APInt ctor to work for negative values...
2009-03-24 Misha BrukmanConverted a1.ll to unittests.
2009-03-19 Misha BrukmanRenamed unittest files to have a consistent {Tt}est...