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
/
include
/
llvm
/
Support
/
ConstantRange.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace intersectWith with maximalIntersectWith. The latter guarantees that
Nick Lewycky
2009-07-18
1
-12
/
+4
*
Make this clearer for the mathematically inclined. Thanks to Duncan Sands for
Nick Lewycky
2009-07-12
1
-0
/
+4
*
Clarify and simplify.
Nick Lewycky
2009-07-11
1
-3
/
+3
*
Move a method that creates constant ranges relative to another constant range
Nick Lewycky
2009-07-11
1
-0
/
+10
*
Revert the part of 75177 that split ConstantRange into two classes, and
Dan Gohman
2009-07-09
1
-191
/
+42
*
Add a ConstantSignedRange class, which does for signed integers
Dan Gohman
2009-07-09
1
-37
/
+215
*
Removed trailing whitespace.
Misha Brukman
2009-02-20
1
-1
/
+1
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-5
/
+2
*
Add explicit keywords.
Dan Gohman
2008-02-20
1
-1
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Clarify the language. Pointed out by Duncan Sands.
Nick Lewycky
2007-07-14
1
-2
/
+5
*
Add alternate ConstantRange intersection algorithm.
Nick Lewycky
2007-07-14
1
-0
/
+6
*
Add signExtend to ConstantRange, to complement zeroExtend and truncate.
Nick Lewycky
2007-04-07
1
-0
/
+6
*
Add getter methods for the extremes of a ConstantRange.
Nick Lewycky
2007-03-10
1
-0
/
+20
*
Remove the "isSigned" parameters from ConstantRange. It turns out they
Reid Spencer
2007-03-01
1
-7
/
+5
*
Move ConstantRange class to lib/Support from lib/Analysis and make its
Reid Spencer
2007-02-28
1
-15
/
+7
*
For PR1205:
Reid Spencer
2007-02-28
1
-6
/
+9
*
For PR1205:
Reid Spencer
2007-02-28
1
-9
/
+5
*
For PR1205:
Reid Spencer
2007-02-28
1
-4
/
+10
*
Fix comments to match names of functions.
Nick Lewycky
2007-02-11
1
-7
/
+7
*
For PR1043:
Zhou Sheng
2007-01-11
1
-6
/
+5
*
For PR950:
Reid Spencer
2006-12-23
1
-8
/
+18
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-3
/
+1
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-1
/
+1
*
Added a temporary hack to get the llvm-streams to work for future checkins.
Bill Wendling
2006-11-28
1
-0
/
+4
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-8
/
+8
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Add some new methods
Chris Lattner
2004-03-30
1
-0
/
+25
*
Relax the interface a bit
Chris Lattner
2004-03-29
1
-5
/
+5
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+5
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Implement operator== and != for ranges
Chris Lattner
2002-09-03
1
-0
/
+9
*
Add printing support to ConstantRange class
Chris Lattner
2002-09-02
1
-0
/
+14
*
Initial implementation of ConstantRange support
Chris Lattner
2002-09-01
1
-0
/
+97