Zhou Sheng 0b706b18bd As Chris and Reid suggested, remove "isSigned" field from APInt, instead,
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34053 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-08 14:35:19 +00:00
..
2006-10-30 03:14:15 +00:00
2007-01-27 01:14:20 +00:00
2007-02-01 05:32:05 +00:00
2006-11-28 23:31:42 +00:00
2007-02-04 00:30:40 +00:00
2007-02-04 00:12:12 +00:00
2007-01-31 20:08:34 +00:00
2006-11-28 22:32:35 +00:00
2006-10-30 03:14:15 +00:00
2007-02-06 14:59:28 +00:00