aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/APInt.h
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the assumption that FP's are either float orDale Johannesen2007-09-141-5/+5
* getMinSignedBits needs to take into consider the sign bit when the value is p...Chris Lattner2007-08-291-1/+1
* rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()Chris Lattner2007-08-231-1/+1
* initial checkin of Neil's APFloat work.Chris Lattner2007-08-201-3/+4
* This adds a bunch of static functions that implement unsignedChris Lattner2007-08-161-0/+126
* Document a missing parameter.Reid Spencer2007-08-051-0/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+1228