OSDN Git Service

Update aosp/master llvm for rebase to r233350
[android-x86/external-llvm.git] / unittests / ADT / APIntTest.cpp
2015-04-09 Pirama Arumuga NainarUpdate aosp/master llvm for rebase to r233350
2015-04-08 Colin CrossMerge "Take HOST_PREFER_32_BIT into account"
2015-04-08 Colin CrossMerge "Set LOCAL_MULTLIB := first for all LLVM host...
2015-04-01 Stephen HinesMerge "Update aosp/master LLVM for rebase to r230699."
2015-03-23 Stephen HinesUpdate aosp/master LLVM for rebase to r230699.
2014-12-10 Stephen Hinesam 50721a7a: (-s ours) Merge in the following upstream...
2014-12-10 Tim Murrayam 22c310d7: (-s ours) Revert "Revert "Bring in fixes...
2014-12-10 Tim Murrayam 6eeae0cf: Revert "Apply rL216114 from upstream LLVM."
2014-12-04 Stephen Hinesam 876d6995: Merge "Update aosp/master LLVM for rebase...
2014-12-04 Stephen HinesMerge "Update aosp/master LLVM for rebase to r222494."
2014-12-03 Stephen HinesUpdate aosp/master LLVM for rebase to r222494.
2014-05-05 Stephen HinesMerge "Don't try to use Clang on Windows yet."
2014-04-29 Bill YiMerge commit '2136801bbd32f5e9554aa8009d0e5f862744162b...
2014-04-25 Stephen Hinesam 1f3d12be: am b5eb99b8: am 37a6adeb: Merge "Update...
2014-04-25 Stephen Hinesam b5eb99b8: am 37a6adeb: Merge "Update to LLVM 3.5a."
2014-04-25 Stephen Hinesam 37a6adeb: Merge "Update to LLVM 3.5a."
2014-04-25 Stephen HinesMerge "Update to LLVM 3.5a."
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2013-09-24 Stephen Hinesam 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid...
2013-08-27 Stephen Hinesam 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge...
2013-08-03 Stephen Hinesam 5dba1170: am c7ef4e40: Fix Windows build issues...
2013-06-12 Stephen HinesMerge commit '100fbdd06be7590b23c4707a98cd605bdb519498...
2013-05-28 Michael Gottesman[APInt] Implement tcDecrement as a counterpart to tcInc...
2013-03-06 Stephen HinesMerge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5...
2013-02-20 Benjamin KramerMove the SplatByte helper to APInt and generalize it...
2013-02-07 Meador IngeADT: Correct APInt::getActiveWords for zero values
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-08-17 Joe Onoratoam c0944da4: Merge "Host tools don\'t need LOCAL_MODULE...
2012-08-03 Shih-wei LiaoMerge with LLVM upstream r160668 (Jul 24th 2012)
2012-05-22 Nuno Lopesfix the quotient returned by sdivrem() for the case...
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
2012-03-05 Stephen HinesMerge branch 'upstream' into merge-20120305
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-19 Logan ChienMerge with LLVM upstream 2011/10/20 (r142530)
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-20 Logan ChienMerge with LLVM upstream r135568 (Jul 20th 2011)
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-06-20 Nowar GuMerge upstream to r133240 at Fri. 17th Jun 2011.
2011-06-15 Dylan Noblesmithunittests: add test for APInt::toString()
2011-04-09 Jush LuMerge upstream r129128
2011-03-17 Benjamin KramerAdd an argument to APInt's magic udiv calculation to...
2011-03-09 Jush LuMerge upstream r127116
2011-02-28 jushMerge LLVM upstream r119309 into honey
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 Shih-wei LiaoMerge commit 'refs/changes/82/67782/1' of ssh://android...
2010-09-14 Jakob Stoklund OlesenAttempt to unbreak the FreeBSD buildbot by XFAILing...
2010-09-14 Jakob Stoklund OlesenAttempt to unbreak the FreeBSD buildbot by XFAILing...
2010-09-11 Shih-wei LiaoMerge commit '69494cf8102cf872e9cb76662e9960be7c112112...
2010-07-13 Chandler CarruthSwitch from EXPECT_EQ({true,false, ...) to the more...
2010-07-13 Chandler CarruthSwitch from EXPECT_EQ({true,false, ...) to the more...
2010-04-28 Shih-wei LiaoSync upstream to r102410.
2010-03-17 Jeffrey YasskinFix death tests in -Asserts builds.
2010-03-17 Jeffrey YasskinFix death tests in -Asserts builds.
2010-02-10 Shih-wei LiaoCheck in LLVM r95781.
2009-10-13 Duncan SandsPacify the compiler (signed with unsigned comparison...
2009-10-13 Duncan SandsPacify the compiler (signed with unsigned comparison...
2009-10-13 Dan GohmanAdd a ceilLogBase2 function to APInt.
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-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-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-14 Daniel DunbarAttempt to fix some 4.0.0 build warnings.
2009-09-06 Daniel DunbarSimplify, now that gtest supports raw_ostream directly.
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 Chris Lattnersplit raw_os_ostream out to its own header and implemen...
2009-08-24 Daniel DunbarUnbreak unit tests.
2009-08-24 Daniel DunbarUnbreak unit tests.
2009-08-21 Bill WendlingCorrect for recent assert change.
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 TryzelaarFix bug with APInt::getBitsNeeded with for base 10...
2009-08-21 Erick TryzelaarAllow '+' to appear in APInt strings, and add more...
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-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-16 Erick TryzelaarAdd failure tests to APInt unit test.
2009-08-13 Daniel DunbarConvert APint::{fromString,APInt,getBitsNeeded} to...
2009-08-13 Daniel DunbarConvert APint::{fromString,APInt,getBitsNeeded} to...
2009-06-30 Dan GohmanReapply 74494, this time removing the conflicting defin...
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-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-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-24 Misha BrukmanConverted a1.ll to unittests.
2009-03-19 Misha BrukmanRenamed unittest files to have a consistent {Tt}est...
2009-03-19 Misha BrukmanRenamed unittest files to have a consistent {Tt}est...