Age | Commit message (Expand) | Author |
2010-02-28 | Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width | John McCall |
2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
2010-02-03 | Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits | John McCall |
2010-01-05 | Change errs() to dbgs(). | David Greene |
2009-12-24 | Set Remainder before Quotient in case Quotient and LHS alias. The new | John McCall |
2009-09-20 | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar |
2009-09-06 | Remove some unused variables and methods warned about by | Duncan Sands |
2009-08-23 | remove the dead std::ostream APInt inserter | Chris Lattner |
2009-08-21 | Clean up the APInt function getDigit. | Erick Tryzelaar |
2009-08-21 | Update error messages for '+'. Fix grammar and make the two | Eric Christopher |
2009-08-21 | Fix trailing whitespace and 80-col violation. | Eric Christopher |
2009-08-21 | Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9. | Erick Tryzelaar |
2009-08-21 | Allow '+' to appear in APInt strings, and add more unit tests. | Erick Tryzelaar |
2009-08-19 | Switch to SmallString::str from SmallString::c_str, and remove | Daniel Dunbar |
2009-08-13 | Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. | Daniel Dunbar |
2009-08-12 | Add attempted idiotproofing comment per review. | Dale Johannesen |
2009-08-12 | Fix a nondeterministic bug in APInt::roundToDouble; | Dale Johannesen |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-13 | Switch to raw_ostream. | Daniel Dunbar |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-06-30 | Reapply 74494, this time removing the conflicting definition of operator<< | Dan Gohman |
2009-06-30 | Temporarily revert r74494. It was causing failures in the unit tests. | Bill Wendling |
2009-06-30 | Define an operator<< for APInt to be used with std::ostream. | Dan Gohman |
2009-05-21 | 80 column violation. | Evan Cheng |
2009-05-13 | Fix whitespacing (space after switch). | Mike Stump |
2009-04-30 | Move helper functions for optimizing division by constant into the APInt | Jay Foad |
2009-04-25 | Fix PR4040: APInt's string constructor is too strict | Chris Lattner |
2009-04-01 | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman |
2009-03-19 | Fix comment typo. | Duncan Sands |
2009-03-13 | Fix a hashing bug in APInt. A certain pathological testcase (too | Stuart Hastings |
2009-01-27 | APInt's countLeadingOnes() was broken for negative i128 values, | Torok Edwin |
2009-01-21 | Remove uses of uint32_t in favor of 'unsigned' for better | Chris Lattner |
2009-01-19 | Fix typo, sentence fragment. | Nick Lewycky |
2008-10-11 | rearrange some code. | Chris Lattner |
2008-08-23 | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner |
2008-08-20 | Move the fast-path (<=i64) cases of various APInt methods inline | Chris Lattner |
2008-08-20 | It's not necessary to check if a value is null before delete[]. | Dan Gohman |
2008-08-17 | Rework the routines that convert AP[S]Int into a string. Now, instead of | Chris Lattner |
2008-08-17 | remove a dead APInt ctor. | Chris Lattner |
2008-07-20 | Fix PR2088. Use modulo linear equation solver to compute loop iteration | Wojciech Matyjewicz |
2008-06-23 | First step to fix PR2088. Implement routine to compute the | Wojciech Matyjewicz |
2008-06-21 | Avoid creating a redundant zero APInt. | Dan Gohman |
2008-06-05 | As comments said, for negative value, the arithmetic | Zhou Sheng |
2008-05-02 | Suppress -Wshorten-64-to-32 warnings for 64-bit hosts. | Evan Cheng |
2008-04-10 | Make several symbols static. | Dan Gohman |
2008-03-25 | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman |
2008-03-16 | Add assert for non-hexadecimal radixes. | Bill Wendling |
2008-03-07 | Fix a typo. It's causing consumer-typeset to miscompile. Perhaps more. | Evan Cheng |
2008-02-29 | Add support to APInt for shift and rotate operations with APInt | Dan Gohman |
2008-02-19 | Fixed bug in APInt::Profile() where the BitWidth field was not included in the | Ted Kremenek |