- e1d1294 Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. by Craig Topper · 11 years ago
- 1508a65 Fix -Wsign-compare warnings by David Blaikie · 11 years ago
- 3d4eae7 APInt: Make self-move-assignment a no-op to fix stage3 clang-cl by Reid Kleckner · 11 years ago
- c47069b Clean up whitespace by Duncan P. N. Exon Smith · 12 years ago
- 84fcbde [APInt] Fix nearestLogBase2 to return correct answers for very large APInt and APInt with a bitwidth of 1. by Michael Gottesman · 12 years ago
- 073af74 [APInt] Fixed bug where APInt(UINT32_MAX, 0) would blow up when being constructed. by Michael Gottesman · 12 years ago
- e1fad2b Remove APInt::extractBit since it is already implemented via operator[]. Change tests for extractBit to test operator[]. by Michael Gottesman · 12 years ago
- f6d58ff [block-freq] Add the method APInt::nearestLogBase2(). by Michael Gottesman · 12 years ago
- 4497d96 [block-freq] Add the APInt method extractBit. by Michael Gottesman · 12 years ago
- 9d406f4 [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for use in APFloat IEEE-754R 2008 nextUp/nextDown function. by Michael Gottesman · 12 years ago
- 5c3e21b Move the SplatByte helper to APInt and generalize it a bit. by Benjamin Kramer · 13 years ago
- 32dc724 ADT: Correct APInt::getActiveWords for zero values by Meador Inge · 13 years ago
- 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
- 61b7fa2 fix the quotient returned by sdivrem() for the case when LHS is negative and RHS is positive by Nuno Lopes · 13 years ago
- 47ddf60 Add a unittest for rotating a really big APInt. by Benjamin Kramer · 14 years ago
- f70c862 Some unittests for APInt rotates; patch by Cameron McInally. by Eli Friedman · 14 years ago
- 1c419ff APInt: update asserts for base-36 by Dylan Noblesmith · 14 years ago
- 1954641 Fix APInt::operator*= so that it computes the correct result for large integers where there is unsigned overflow. Fix APFloat::toString so that it doesn't depend on the incorrect behavior in common cases (and computes the correct result in some rare cases). Fixes PR11086. by Eli Friedman · 14 years ago
- 663c068 Add APInt support for converting to/from hexatridecimal strings by Douglas Gregor · 14 years ago
- 7a16288 Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future ambiguity by Jeffrey Yasskin · 14 years ago
- c8c184d unittests: add test for APInt::toString() by Dylan Noblesmith · 14 years ago
- 09a51ba Add an argument to APInt's magic udiv calculation to specify the number of bits that are known zero in the divided number. by Benjamin Kramer · 15 years ago
- 8731d0c The signed version of our "magic number" computation for the integer approximation by Cameron Zwarich · 15 years ago
- 25a5e4c PR5207: Rename overloaded APInt methods set(), clear(), flip() to by Jay Foad · 15 years ago
- e1e70b9 Attempt to unbreak the FreeBSD buildbot by XFAILing a unit test that seems to be by Jakob Stoklund Olesen · 15 years ago
- bc3e8a7 Switch from EXPECT_EQ({true,false, ...) to the more canonical by Chandler Carruth · 15 years ago
- b5cd013 Fix death tests in -Asserts builds. by Jeffrey Yasskin · 16 years ago
- f7ad620 Pacify the compiler (signed with unsigned comparison) by making by Duncan Sands · 16 years ago
- c4e367b Add a ceilLogBase2 function to APInt. by Dan Gohman · 16 years ago
- 73e76a1 Fix a few more conversion warnings on 4.0 by Daniel Dunbar · 16 years ago
- 0ec4ed7 Another try at fixing compile warnings on 4.0 by Daniel Dunbar · 16 years ago
- 6ced391 Attempt to fix some 4.0.0 build warnings. by Daniel Dunbar · 16 years ago
- da30ecd Simplify, now that gtest supports raw_ostream directly. by Daniel Dunbar · 16 years ago
- 0ffe0e0 split raw_os_ostream out to its own header and implementation file. This by Chris Lattner · 16 years ago
- 40b384e Unbreak unit tests. by Daniel Dunbar · 16 years ago
- ef793cc Correct for recent assert change. by Bill Wendling · 16 years ago
- dadb1571 Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9. by Erick Tryzelaar · 16 years ago
- 1264bcb Allow '+' to appear in APInt strings, and add more unit tests. by Erick Tryzelaar · 16 years ago
- 927191f Wrap unit test death tests in GTEST_HAS_DEATH_TEST by Erick Tryzelaar · 16 years ago
- 2b01eab Add failure tests to APInt unit test. by Erick Tryzelaar · 16 years ago
- 3a1efd11 Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. by Daniel Dunbar · 16 years ago
- 10f1733 Reapply 74494, this time removing the conflicting definition of operator<< by Dan Gohman · 16 years ago
- b869a0a Fix PR4040: APInt's string constructor is too strict patch by Jeff Yasskin! by Chris Lattner · 16 years ago
- 680336d * Fixed calls to APInt ctor to work for negative values on Darwin/x86 by Misha Brukman · 17 years ago
- d1d2c50 Converted a1.ll to unittests. by Misha Brukman · 17 years ago
- 5182b75 Renamed unittest files to have a consistent {Tt}est suffix. by Misha Brukman · 17 years ago[Renamed from llvm/unittests/ADT/APInt.cpp]
- b9ad492 Fix comment. by Bill Wendling · 17 years ago
- ec39eb8 APInt's countLeadingOnes() was broken for negative i128 values, by Torok Edwin · 17 years ago
- ee22611 Port this test from dejagnu to unit testing. by Nick Lewycky · 17 years ago