Changes in directory llvm/include/llvm/ADT:
APSInt.h updated: 1.1 -> 1.2
---
Log message:
add missing methods, mark stuff const
---
Diffs of the changes: (+9 -1)
APSInt.h | 10 +-
1 files changed, 9 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/ADT/APSInt.h
diff -u llvm
On Apr 5, 2007, at 8:40 AM, Reid Spencer wrote:
>> Add a helper class (APSInt) which can represent an APInt along
>> with sign
>> information. This is useful when a value does have a sign
>> associated with
>> it. This shouldn't be used generally in LLVM for mid-level
>> optimizer stuff.
>
On Thu, 2007-04-05 at 00:20 -0500, Chris Lattner wrote:
>
> Changes in directory llvm/include/llvm/ADT:
>
> APSInt.h added (r1.1)
> ---
> Log message:
>
> Add a helper class (APSInt) which can represent an APInt along with sign
> information. This is useful when a value does have a sign associa
Changes in directory llvm/include/llvm/ADT:
APSInt.h added (r1.1)
---
Log message:
Add a helper class (APSInt) which can represent an APInt along with sign
information. This is useful when a value does have a sign associated with
it. This shouldn't be used generally in LLVM for mid-level opti