summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/APInt.h
Commit message (Expand)AuthorAge
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* remove redundant includeChris Lattner2008-08-21
* Fix the build with gcc 4.3 as the host, patch by Zhongxing Xu!Chris Lattner2008-08-21
* Fix build on GCC 4.3.Nick Lewycky2008-08-21
* Move the fast-path (<=i64) cases of various APInt methods inlineChris Lattner2008-08-20
* Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner2008-08-17
* remove a dead APInt ctor.Chris Lattner2008-08-17
* Correct a comment.Duncan Sands2008-07-10
* First step to fix PR2088. Implement routine to compute the Wojciech Matyjewicz2008-06-23
* Remove some DAG combiner assumptions about sizesDuncan Sands2008-06-09
* Fix an error in the comment for APInt::getMinSignedBits.Dan Gohman2008-05-30
* Suppress -Wshorten-64-to-32 warnings for 64-bit hosts.Evan Cheng2008-05-02
* Add support to APInt for shift and rotate operations with APIntDan Gohman2008-02-29
* DetabifyBill Wendling2008-02-26
* Remove inline keywords from in-class function definitions, forDan Gohman2008-02-20
* Add an intersects method to APInt, to capture a common idiom.Dan Gohman2008-02-20
* Fix a typo in a comment.Dan Gohman2008-02-13
* Rename APInt's isPositive to isNonNegative, to reflect what itDan Gohman2008-02-13
* Add countTrailingOnes member functions to APInt.Dan Gohman2008-02-13
* Fix a typo in a comment.Dan Gohman2008-02-13
* Change APInt::getBitsSet to accept a "half-open" range, where theDan Gohman2008-02-12
* Correct the order of the arguments in the examples in the commentsDan Gohman2008-02-11
* Add an isSignedIntN, like isIntN but for signed integer values instead ofDan Gohman2008-02-08
* Changed argument name for 'Profile' method to potentially fix a name conflictTed Kremenek2008-01-19
* Added FoldingSet style 'profiling' support for APInt.Ted Kremenek2008-01-19
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* eliminate dependency on Bitcode headers.Chris Lattner2007-12-08
* Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros.Chris Lattner2007-11-23
* Fixed default ctor for APInt to properly initialize BitWidth to aTed Kremenek2007-11-07
* Added serialization support for APInt.Ted Kremenek2007-10-26
* Fixed incorrect "path name" in preamble (comment) of header file.Ted Kremenek2007-10-26
* Add a new function tcExtract for extracting a bignum from anNeil Booth2007-10-08
* Generalize tcFullMultiply so that the operands can be of differingNeil Booth2007-10-06
* Change APFloat::convertFromInteger to take the incomingDale Johannesen2007-09-21
* Do not hide APInt::dump() inside #ifndef NDEBUG.Devang Patel2007-09-17
* Remove the assumption that FP's are either float orDale Johannesen2007-09-14
* getMinSignedBits needs to take into consider the sign bit when the value is p...Chris Lattner2007-08-29
* rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()Chris Lattner2007-08-23
* initial checkin of Neil's APFloat work.Chris Lattner2007-08-20
* This adds a bunch of static functions that implement unsignedChris Lattner2007-08-16
* Document a missing parameter.Reid Spencer2007-08-05
* Add some things needed by the llvm-gcc version supporting bit accurate integerReid Spencer2007-05-13
* remove useless type qualifiersChris Lattner2007-05-03
* Implement a getBitsNeeded method to determine how many bits are needed toReid Spencer2007-04-13
* fix a comment bug Reid noticedChris Lattner2007-04-10
* add a methodChris Lattner2007-04-10
* trivial optimizationChris Lattner2007-04-04
* add missing operatorChris Lattner2007-04-03
* add a helper function.Chris Lattner2007-04-02
* Remove unused methods.Zhou Sheng2007-04-01