index
:
external_llvm
replicant-6.0
external/llvm
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
*
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