[llvm-commits] CVS: llvm/include/llvm/Support/ConstantRange.h

2007-04-07 Thread Nick Lewycky
Changes in directory llvm/include/llvm/Support: ConstantRange.h updated: 1.21 -> 1.22 --- Log message: Add signExtend to ConstantRange, to complement zeroExtend and truncate. --- Diffs of the changes: (+6 -0) ConstantRange.h |6 ++ 1 files changed, 6 insertions(+) Index: llvm/inc

[llvm-commits] CVS: llvm/include/llvm/Support/ConstantRange.h

2007-03-10 Thread Nick Lewycky
Changes in directory llvm/include/llvm/Support: ConstantRange.h updated: 1.20 -> 1.21 --- Log message: Add getter methods for the extremes of a ConstantRange. --- Diffs of the changes: (+20 -0) ConstantRange.h | 20 1 files changed, 20 insertions(+) Index: llvm/inc

[llvm-commits] CVS: llvm/include/llvm/Support/ConstantRange.h

2007-02-28 Thread Reid Spencer
Changes in directory llvm/include/llvm/Support: ConstantRange.h updated: 1.19 -> 1.20 --- Log message: Remove the "isSigned" parameters from ConstantRange. It turns out they are not needed as the results are the same with or without it. Patch by Nicholas Lewycky. --- Diffs of the changes:

[llvm-commits] CVS: llvm/include/llvm/Support/ConstantRange.h

2007-02-28 Thread Reid Spencer
Changes in directory llvm/include/llvm/Support: ConstantRange.h updated: 1.18 -> 1.19 --- Log message: Move ConstantRange class to lib/Support from lib/Analysis and make its interface not depend on Type or ICmpInst. --- Diffs of the changes: (+7 -15) ConstantRange.h | 22 +++

[llvm-commits] CVS: llvm/include/llvm/Support/ConstantRange.h

2007-02-28 Thread Reid Spencer
Changes in directory llvm/include/llvm/Support: ConstantRange.h updated: 1.17 -> 1.18 --- Log message: For PR1205: http://llvm.org/PR1205 : Remove ConstantInt from ConstantRange interface and adjust its users to compensate. --- Diffs of the changes: (+9 -6) ConstantRange.h | 15 +

[llvm-commits] CVS: llvm/include/llvm/Support/ConstantRange.h

2007-02-28 Thread Reid Spencer
Changes in directory llvm/include/llvm/Support: ConstantRange.h updated: 1.16 -> 1.17 --- Log message: For PR1205: http://llvm.org/PR1205 : First round of ConstantRange changes. This makes all CR constructors use only APInt and not use ConstantInt. Clients are adjusted accordingly. --- Diffs

[llvm-commits] CVS: llvm/include/llvm/Support/ConstantRange.h

2007-02-28 Thread Reid Spencer
Changes in directory llvm/include/llvm/Support: ConstantRange.h updated: 1.15 -> 1.16 --- Log message: For PR1205: http://llvm.org/PR1205 : Convert ConstantRange class to use APInt internally as its value type for the constant range, instead of ConstantInt. --- Diffs of the changes: (+10 -4)

[llvm-commits] CVS: llvm/include/llvm/Support/ConstantRange.h

2007-02-10 Thread Nick Lewycky
Changes in directory llvm/include/llvm/Support: ConstantRange.h updated: 1.14 -> 1.15 --- Log message: Fix comments to match names of functions. --- Diffs of the changes: (+7 -7) ConstantRange.h | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) Index: llvm/include/l

[llvm-commits] CVS: llvm/include/llvm/Support/ConstantRange.h PatternMatch.h

2007-01-11 Thread Zhou Sheng
Changes in directory llvm/include/llvm/Support: ConstantRange.h updated: 1.13 -> 1.14 PatternMatch.h updated: 1.15 -> 1.16 --- Log message: For PR1043: http://llvm.org/PR1043 : Merge ConstantIntegral and ConstantBool into ConstantInt. Remove ConstantIntegral and ConstantBool from LLVM. --- Di

[llvm-commits] CVS: llvm/include/llvm/Support/ConstantRange.h InstVisitor.h PatternMatch.h

2006-12-22 Thread Reid Spencer
Changes in directory llvm/include/llvm/Support: ConstantRange.h updated: 1.12 -> 1.13 InstVisitor.h updated: 1.44 -> 1.45 PatternMatch.h updated: 1.14 -> 1.15 --- Log message: For PR950: http://llvm.org/PR950 : This patch removes the SetCC instructions and replaces them with the ICmp and FCmp i

[llvm-commits] CVS: llvm/include/llvm/Support/ConstantRange.h Debug.h Streams.h

2006-12-16 Thread Bill Wendling
Changes in directory llvm/include/llvm/Support: ConstantRange.h updated: 1.11 -> 1.12 Debug.h updated: 1.12 -> 1.13 Streams.h updated: 1.6 -> 1.7 --- Log message: Added an automatic cast to "std::ostream*" etc. from OStream. We then can rework the hacks that had us passing OStream in. We pass i

[llvm-commits] CVS: llvm/include/llvm/Support/ConstantRange.h

2006-11-28 Thread Bill Wendling
Changes in directory llvm/include/llvm/Support: ConstantRange.h updated: 1.9 -> 1.10 --- Log message: Added a temporary hack to get the llvm-streams to work for future checkins. --- Diffs of the changes: (+4 -0) ConstantRange.h |4 1 files changed, 4 insertions(+) Index: llvm/in