index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
ConstantRange.cpp
Age
Commit message (
Expand
)
Author
2007-06-09
Fix edge case.
Nick Lewycky
2007-04-26
Using APInt more efficiently.
Zhou Sheng
2007-04-13
Make the apint construction more effective.
Zhou Sheng
2007-04-07
Add signExtend to ConstantRange, to complement zeroExtend and truncate.
Nick Lewycky
2007-04-01
Implement union of wrapped sets.
Nick Lewycky
2007-03-10
Add getter methods for the extremes of a ConstantRange.
Nick Lewycky
2007-03-02
Implement unionWith.
Nick Lewycky
2007-03-01
Remove the "isSigned" parameters from ConstantRange. It turns out they
Reid Spencer
2007-02-28
Move ConstantRange class to lib/Support from lib/Analysis and make its
Reid Spencer
2007-02-28
For PR1205:
Reid Spencer
2007-02-28
For PR1205:
Reid Spencer
2007-02-28
For PR1205:
Reid Spencer
2007-02-11
Fix comments to match names of functions.
Nick Lewycky
2007-01-19
For PR1043:
Reid Spencer
2007-01-15
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
Update code to eliminate calls to isInteger, calling isIntegral instead.
Chris Lattner
2007-01-15
Fix correlated exprs regressions
Chris Lattner
2007-01-12
remove unneeded special cases
Chris Lattner
2007-01-12
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2007-01-08
Fix a bug in an assert that would never trigger.
Reid Spencer
2007-01-08
Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits.
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-12
Replace inferred getCast(V,Ty) calls with more strict variants.
Reid Spencer
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-06
Adjust to new ConstantIntegral interface for Max/Min tests.
Reid Spencer
2006-12-04
Change inferred casts to explicit casts.
Reid Spencer
2006-11-29
WTF? These weird newlines got in there...
Bill Wendling
2006-11-28
Removed some of the iostream #includes. Moved towards converting to using
Bill Wendling
2006-10-20
For PR950:
Reid Spencer
2006-09-28
Simplify some code
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-07-15
Bug fixes for PR341
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-03-30
Add some new methods
Chris Lattner
2004-03-29
Adjust to new itf
Chris Lattner
2004-01-12
Remove use of ConstantHandling itf
Chris Lattner
2003-12-14
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-07-23
Simplify code by using ConstantInt::getRawValue instead of checking to see
Chris Lattner
2002-09-03
Minor bug fix.
Chris Lattner
2002-09-02
Fix bugs
Chris Lattner
2002-09-02
Add printing support to ConstantRange class
Chris Lattner
2002-09-01
Initial implementation of ConstantRange support
Chris Lattner
[prev]