Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Switched this file on accidently. | Zhou Sheng | 2007-02-08 | 1 | -1/+1 | |
| | | | | llvm-svn: 34054 | |||||
* | As Chris and Reid suggested, remove "isSigned" field from APInt, instead, | Zhou Sheng | 2007-02-08 | 1 | -178/+170 | |
| | | | | | | | | add some signed/unsigned arithmetic operation functions into APInt.h to handle the signed/unsigned issue. These functions will be defined inside a namespace "APIntOps" which is inside llvm namespace. llvm-svn: 34053 | |||||
* | As Chris suggested, fixed some problems. (This is the first part) | Zhou Sheng | 2007-02-07 | 1 | -147/+157 | |
| | | | | llvm-svn: 33989 | |||||
* | As Reid suggested, fixed some problems. | Zhou Sheng | 2007-02-06 | 1 | -150/+143 | |
| | | | | llvm-svn: 33955 | |||||
* | Disable this for now. | Chris Lattner | 2007-02-06 | 1 | -0/+5 | |
| | | | | llvm-svn: 33953 | |||||
* | Add a class APInt to represent arbitrary precision constant integral values. | Zhou Sheng | 2007-02-06 | 1 | -0/+1113 | |
It is a functional replacement for common case integer type like "unsigned", "uint64_t", but also allows non-byte-width integer type and large integer value types such as 3-bits, 15-bits, or more than 64-bits of precision. For more details, see pr1043. llvm-svn: 33951 |