index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
ConstantRange.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Clarify the language. Pointed out by Duncan Sands.
Nick Lewycky
2007-07-14
1
-2
/
+4
*
Add alternate ConstantRange intersection algorithm.
Nick Lewycky
2007-07-14
1
-0
/
+81
*
Fix edge case.
Nick Lewycky
2007-06-09
1
-2
/
+2
*
Using APInt more efficiently.
Zhou Sheng
2007-04-26
1
-5
/
+3
*
Make the apint construction more effective.
Zhou Sheng
2007-04-13
1
-3
/
+3
*
Add signExtend to ConstantRange, to complement zeroExtend and truncate.
Nick Lewycky
2007-04-07
1
-0
/
+17
*
Implement union of wrapped sets.
Nick Lewycky
2007-04-01
1
-7
/
+65
*
Add getter methods for the extremes of a ConstantRange.
Nick Lewycky
2007-03-10
1
-0
/
+64
*
Implement unionWith.
Nick Lewycky
2007-03-02
1
-2
/
+11
*
Remove the "isSigned" parameters from ConstantRange. It turns out they
Reid Spencer
2007-03-01
1
-37
/
+23
*
Move ConstantRange class to lib/Support from lib/Analysis and make its
Reid Spencer
2007-02-28
1
-76
/
+20
*
For PR1205:
Reid Spencer
2007-02-28
1
-24
/
+3
*
For PR1205:
Reid Spencer
2007-02-28
1
-43
/
+18
*
For PR1205:
Reid Spencer
2007-02-28
1
-138
/
+127
*
Fix comments to match names of functions.
Nick Lewycky
2007-02-11
1
-2
/
+2
*
For PR1043:
Reid Spencer
2007-01-19
1
-0
/
+1
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
1
-4
/
+4
*
Update code to eliminate calls to isInteger, calling isIntegral instead.
Chris Lattner
2007-01-15
1
-1
/
+1
*
Fix correlated exprs regressions
Chris Lattner
2007-01-15
1
-2
/
+2
*
remove unneeded special cases
Chris Lattner
2007-01-12
1
-7
/
+0
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
1
-3
/
+3
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-4
/
+4
*
For PR1043:
Zhou Sheng
2007-01-11
1
-25
/
+25
*
Fix a bug in an assert that would never trigger.
Reid Spencer
2007-01-08
1
-1
/
+1
*
Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits.
Reid Spencer
2007-01-08
1
-9
/
+8
*
For PR950:
Reid Spencer
2006-12-23
1
-96
/
+101
*
Replace inferred getCast(V,Ty) calls with more strict variants.
Reid Spencer
2006-12-12
1
-4
/
+4
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-1
/
+1
*
Adjust to new ConstantIntegral interface for Max/Min tests.
Reid Spencer
2006-12-06
1
-10
/
+56
*
Change inferred casts to explicit casts.
Reid Spencer
2006-12-04
1
-9
/
+5
*
WTF? These weird newlines got in there...
Bill Wendling
2006-11-29
1
-26
/
+0
*
Removed some of the iostream #includes. Moved towards converting to using
Bill Wendling
2006-11-28
1
-3
/
+29
*
For PR950:
Reid Spencer
2006-10-20
1
-2
/
+2
*
Simplify some code
Chris Lattner
2006-09-28
1
-2
/
+2
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-7
/
+7
*
Bug fixes for PR341
Chris Lattner
2004-07-15
1
-1
/
+1
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+2
*
Add some new methods
Chris Lattner
2004-03-30
1
-15
/
+87
*
Adjust to new itf
Chris Lattner
2004-03-29
1
-2
/
+2
*
Remove use of ConstantHandling itf
Chris Lattner
2004-01-12
1
-24
/
+31
*
Finegrainify namespacification
Chris Lattner
2003-12-14
1
-4
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Simplify code by using ConstantInt::getRawValue instead of checking to see
Chris Lattner
2003-07-23
1
-4
/
+1
*
Minor bug fix.
Chris Lattner
2002-09-03
1
-2
/
+2
*
Fix bugs
Chris Lattner
2002-09-02
1
-14
/
+21
*
Add printing support to ConstantRange class
Chris Lattner
2002-09-02
1
-0
/
+12
*
Initial implementation of ConstantRange support
Chris Lattner
2002-09-01
1
-0
/
+227