| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a ceilLogBase2 function to APInt. | Dan Gohman | 2009-10-13 | 1 | -0/+5 |
* | remove the dead std::ostream APInt inserter | Chris Lattner | 2009-08-23 | 1 | -5/+2 |
* | Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. | Daniel Dunbar | 2009-08-13 | 1 | -13/+13 |
* | Reapply 74494, this time removing the conflicting definition of operator<< | Dan Gohman | 2009-06-30 | 1 | -0/+2 |
* | Temporarily revert r74494. It was causing failures in the unit tests. | Bill Wendling | 2009-06-30 | 1 | -2/+0 |
* | Define an operator<< for APInt to be used with std::ostream. | Dan Gohman | 2009-06-30 | 1 | -0/+2 |
* | Move helper functions for optimizing division by constant into the APInt | Jay Foad | 2009-04-30 | 1 | -0/+25 |
* | Add a static APInt::getNumWords | Douglas Gregor | 2009-04-13 | 1 | -0/+8 |
* | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman | 2009-04-01 | 1 | -1/+3 |
* | Fixed lint errors: | Misha Brukman | 2009-02-20 | 1 | -1/+2 |
* | These function return 'void'. Don't have 'return' return anything. | Bill Wendling | 2009-02-09 | 1 | -2/+2 |
* | eliminate use of uint32_t to improve compatibility with cygwin | Chris Lattner | 2009-01-20 | 1 | -76/+76 |
* | Removed trailing whitespace. | Misha Brukman | 2009-01-09 | 1 | -93/+93 |
* | Fix isIntN to work with APInts > 64 bits. This method is only | Chris Lattner | 2008-12-02 | 1 | -5/+7 |
* | Fix bogus assertion using getSExtValue for legitimate values, like -1 in | Eli Friedman | 2008-12-01 | 1 | -1/+1 |
* | random cleanup | Chris Lattner | 2008-10-11 | 1 | -2/+1 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -4/+3 |
* | remove redundant include | Chris Lattner | 2008-08-21 | 1 | -1/+0 |
* | Fix the build with gcc 4.3 as the host, patch by Zhongxing Xu! | Chris Lattner | 2008-08-21 | 1 | -0/+1 |
* | Fix build on GCC 4.3. | Nick Lewycky | 2008-08-21 | 1 | -0/+1 |
* | Move the fast-path (<=i64) cases of various APInt methods inline | Chris Lattner | 2008-08-20 | 1 | -20/+159 |
* | Rework the routines that convert AP[S]Int into a string. Now, instead of | Chris Lattner | 2008-08-17 | 1 | -12/+25 |
* | remove a dead APInt ctor. | Chris Lattner | 2008-08-17 | 1 | -13/+0 |
* | Correct a comment. | Duncan Sands | 2008-07-10 | 1 | -2/+2 |
* | First step to fix PR2088. Implement routine to compute the | Wojciech Matyjewicz | 2008-06-23 | 1 | -4/+9 |
* | Remove some DAG combiner assumptions about sizes | Duncan Sands | 2008-06-09 | 1 | -2/+3 |
* | Fix an error in the comment for APInt::getMinSignedBits. | Dan Gohman | 2008-05-30 | 1 | -3/+1 |
* | Suppress -Wshorten-64-to-32 warnings for 64-bit hosts. | Evan Cheng | 2008-05-02 | 1 | -3/+6 |
* | Add support to APInt for shift and rotate operations with APInt | Dan Gohman | 2008-02-29 | 1 | -0/+22 |
* | Detabify | Bill Wendling | 2008-02-26 | 1 | -13/+13 |
* | Remove inline keywords from in-class function definitions, for | Dan Gohman | 2008-02-20 | 1 | -32/+32 |
* | Add an intersects method to APInt, to capture a common idiom. | Dan Gohman | 2008-02-20 | 1 | -0/+6 |
* | Fix a typo in a comment. | Dan Gohman | 2008-02-13 | 1 | -1/+1 |
* | Rename APInt's isPositive to isNonNegative, to reflect what it | Dan Gohman | 2008-02-13 | 1 | -6/+7 |
* | Add countTrailingOnes member functions to APInt. | Dan Gohman | 2008-02-13 | 1 | -2/+12 |
* | Fix a typo in a comment. | Dan Gohman | 2008-02-13 | 1 | -1/+1 |
* | Change APInt::getBitsSet to accept a "half-open" range, where the | Dan Gohman | 2008-02-12 | 1 | -7/+7 |
* | Correct the order of the arguments in the examples in the comments | Dan Gohman | 2008-02-11 | 1 | -3/+3 |
* | Add an isSignedIntN, like isIntN but for signed integer values instead of | Dan Gohman | 2008-02-08 | 1 | -2/+13 |
* | Changed argument name for 'Profile' method to potentially fix a name conflict | Ted Kremenek | 2008-01-19 | 1 | -1/+1 |
* | Added FoldingSet style 'profiling' support for APInt. | Ted Kremenek | 2008-01-19 | 1 | -0/+5 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | eliminate dependency on Bitcode headers. | Chris Lattner | 2007-12-08 | 1 | -2/+3 |
* | Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros. | Chris Lattner | 2007-11-23 | 1 | -4/+3 |
* | Fixed default ctor for APInt to properly initialize BitWidth to a | Ted Kremenek | 2007-11-07 | 1 | -1/+1 |
* | Added serialization support for APInt. | Ted Kremenek | 2007-10-26 | 1 | -0/+11 |
* | Fixed incorrect "path name" in preamble (comment) of header file. | Ted Kremenek | 2007-10-26 | 1 | -1/+1 |
* | Add a new function tcExtract for extracting a bignum from an | Neil Booth | 2007-10-08 | 1 | -0/+7 |
* | Generalize tcFullMultiply so that the operands can be of differing | Neil Booth | 2007-10-06 | 1 | -4/+6 |
* | Change APFloat::convertFromInteger to take the incoming | Dale Johannesen | 2007-09-21 | 1 | -1/+1 |