OSDN Git Service

1. Fix last bug in KnuthDiv. All divide tests pass up to 1024 bits now.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 24 Feb 2007 10:01:42 +0000 (10:01 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 24 Feb 2007 10:01:42 +0000 (10:01 +0000)
commit610fad85d2dcc1b65227f67ae3c86db1d921a4d0
treecede7252bb42e19765eba6a6b7fc5da4dbf759dd
parentd03d012ad97fad9f91b107d206dadad4c34bebef
1. Fix last bug in KnuthDiv. All divide tests pass up to 1024 bits now.
2. Clean up comments, style, coding standards, etc.
3. Simplify a constructor.

Extended testing revealed some additional bugs in shifting. I'll fix these
tomorrow.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34559 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/APInt.cpp