summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/APInt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use brute-force algorithm for to_string. It doesn't have to be efficientReid Spencer2007-02-141-28/+35
* Make some minor improvements to APInt:Reid Spencer2007-02-131-15/+11
* 1. Make APInt::shl work correctly and more efficiently.Zhou Sheng2007-02-121-10/+78
* Eliminates friend function declaration inside APInt, instead, adds publicZhou Sheng2007-02-091-23/+23
* Switched this file on accidently.Zhou Sheng2007-02-081-1/+1
* As Chris and Reid suggested, remove "isSigned" field from APInt, instead,Zhou Sheng2007-02-081-178/+170
* As Chris suggested, fixed some problems. (This is the first part)Zhou Sheng2007-02-071-147/+157
* As Reid suggested, fixed some problems.Zhou Sheng2007-02-061-150/+143
* Disable this for now.Chris Lattner2007-02-061-0/+5
* Add a class APInt to represent arbitrary precision constant integral values.Zhou Sheng2007-02-061-0/+1113
OpenPOWER on IntegriCloud