[llvm-commits] CVS: llvm/include/llvm/ADT/APSInt.h

2007-04-10 Thread Chris Lattner
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

Re: [llvm-commits] CVS: llvm/include/llvm/ADT/APSInt.h

2007-04-05 Thread Reid Spencer
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 associated with

Re: [llvm-commits] CVS: llvm/include/llvm/ADT/APSInt.h

2007-04-05 Thread Chris Lattner
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. Do we

[llvm-commits] CVS: llvm/include/llvm/ADT/APSInt.h

2007-04-04 Thread Chris Lattner
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