| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -4/+4 |
* | Switch to raw_ostream. | Daniel Dunbar | 2009-07-13 | 1 | -35/+35 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -4/+5 |
* | Reapply 74494, this time removing the conflicting definition of operator<< | Dan Gohman | 2009-06-30 | 1 | -0/+6 |
* | Temporarily revert r74494. It was causing failures in the unit tests. | Bill Wendling | 2009-06-30 | 1 | -6/+0 |
* | Define an operator<< for APInt to be used with std::ostream. | Dan Gohman | 2009-06-30 | 1 | -0/+6 |
* | 80 column violation. | Evan Cheng | 2009-05-21 | 1 | -1/+1 |
* | Fix whitespacing (space after switch). | Mike Stump | 2009-05-13 | 1 | -6/+5 |
* | Move helper functions for optimizing division by constant into the APInt | Jay Foad | 2009-04-30 | 1 | -0/+92 |
* | Fix PR4040: APInt's string constructor is too strict | Chris Lattner | 2009-04-25 | 1 | -7/+9 |
* | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman | 2009-04-01 | 1 | -3/+3 |
* | Fix comment typo. | Duncan Sands | 2009-03-19 | 1 | -1/+1 |
* | Fix a hashing bug in APInt. A certain pathological testcase (too | Stuart Hastings | 2009-03-13 | 1 | -7/+85 |
* | APInt's countLeadingOnes() was broken for negative i128 values, | Torok Edwin | 2009-01-27 | 1 | -1/+7 |
* | Remove uses of uint32_t in favor of 'unsigned' for better | Chris Lattner | 2009-01-21 | 1 | -193/+193 |
* | Fix typo, sentence fragment. | Nick Lewycky | 2009-01-19 | 1 | -2/+2 |
* | rearrange some code. | Chris Lattner | 2008-10-11 | 1 | -6/+6 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -5/+4 |
* | Move the fast-path (<=i64) cases of various APInt methods inline | Chris Lattner | 2008-08-20 | 1 | -150/+40 |
* | It's not necessary to check if a value is null before delete[]. | Dan Gohman | 2008-08-20 | 1 | -1/+1 |
* | Rework the routines that convert AP[S]Int into a string. Now, instead of | Chris Lattner | 2008-08-17 | 1 | -95/+98 |
* | remove a dead APInt ctor. | Chris Lattner | 2008-08-17 | 1 | -8/+1 |
* | Fix PR2088. Use modulo linear equation solver to compute loop iteration | Wojciech Matyjewicz | 2008-07-20 | 1 | -1/+1 |
* | First step to fix PR2088. Implement routine to compute the | Wojciech Matyjewicz | 2008-06-23 | 1 | -7/+48 |
* | Avoid creating a redundant zero APInt. | Dan Gohman | 2008-06-21 | 1 | -1/+1 |
* | As comments said, for negative value, the arithmetic | Zhou Sheng | 2008-06-05 | 1 | -1/+1 |
* | Suppress -Wshorten-64-to-32 warnings for 64-bit hosts. | Evan Cheng | 2008-05-02 | 1 | -20/+21 |
* | Make several symbols static. | Dan Gohman | 2008-04-10 | 1 | -5/+5 |
* | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman | 2008-03-25 | 1 | -1/+1 |
* | Add assert for non-hexadecimal radixes. | Bill Wendling | 2008-03-16 | 1 | -0/+4 |
* | Fix a typo. It's causing consumer-typeset to miscompile. Perhaps more. | Evan Cheng | 2008-03-07 | 1 | -1/+1 |
* | Add support to APInt for shift and rotate operations with APInt | Dan Gohman | 2008-02-29 | 1 | -0/+27 |
* | Fixed bug in APInt::Profile() where the BitWidth field was not included in the | Ted Kremenek | 2008-02-19 | 1 | -0/+2 |
* | Fix a warning about comparison between signed and unsigned, | Dan Gohman | 2008-02-14 | 1 | -1/+1 |
* | Add countTrailingOnes member functions to APInt. | Dan Gohman | 2008-02-13 | 1 | -0/+12 |
* | Added FoldingSet style 'profiling' support for APInt. | Ted Kremenek | 2008-01-19 | 1 | -1/+13 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Cygwin defines uint32_t as unsigned long. Unbreak call to std::min in this case | Anton Korobeynikov | 2007-12-24 | 1 | -1/+1 |
* | Don't have APInt.cpp depend upon DerivedTypes.h. This helps with splitting the | Reid Spencer | 2007-12-11 | 1 | -14/+23 |
* | Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros. | Chris Lattner | 2007-11-23 | 1 | -1/+1 |
* | Fix APInt::countTrailingZeros to return BitWidth if the input is zero instead... | Chris Lattner | 2007-11-23 | 1 | -2/+2 |
* | Don't attempt to mask no bits | Neil Booth | 2007-10-12 | 1 | -1/+2 |
* | Add a new function tcExtract for extracting a bignum from an | Neil Booth | 2007-10-08 | 1 | -34/+76 |
* | Fix and clarify some comments. | Neil Booth | 2007-10-06 | 1 | -12/+12 |
* | Generalize tcFullMultiply so that the operands can be of differing | Neil Booth | 2007-10-06 | 1 | -13/+20 |
* | Change APFloat::convertFromInteger to take the incoming | Dale Johannesen | 2007-09-21 | 1 | -1/+1 |
* | Do not hide APInt::dump() inside #ifndef NDEBUG. | Devang Patel | 2007-09-17 | 1 | -4/+0 |
* | Remove the assumption that FP's are either float or | Dale Johannesen | 2007-09-14 | 1 | -1/+1 |
* | rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() | Chris Lattner | 2007-08-23 | 1 | -2/+2 |
* | initial checkin of Neil's APFloat work. | Chris Lattner | 2007-08-20 | 1 | -10/+30 |