Reid Spencer 532d0ce208 For PR1205:
Implement the first step towards arbitrary precision integer support in
LLVM. The APInt class provides arbitrary precision arithmetic and value
representation. This patch changes ConstantInt to use APInt as its value
representation without supporting bit widths > 64 yet. That change will
come after ConstantFolding handles bit widths > 64 bits.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34647 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-26 23:54:03 +00:00
..
2007-02-15 02:26:10 +00:00
2007-02-26 23:54:03 +00:00
2006-06-07 23:03:13 +00:00
2007-02-05 21:19:13 +00:00
2007-02-20 05:29:47 +00:00
2007-02-15 02:26:10 +00:00
2007-02-15 03:39:18 +00:00