index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
ConstantRange.h
Age
Commit message (
Expand
)
Author
2009-02-20
Removed trailing whitespace.
Misha Brukman
2008-08-23
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-02-20
Add explicit keywords.
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-07-14
Clarify the language. Pointed out by Duncan Sands.
Nick Lewycky
2007-07-14
Add alternate ConstantRange intersection algorithm.
Nick Lewycky
2007-04-07
Add signExtend to ConstantRange, to complement zeroExtend and truncate.
Nick Lewycky
2007-03-10
Add getter methods for the extremes of a ConstantRange.
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-11
For PR1043:
Zhou Sheng
2006-12-23
For PR950:
Reid Spencer
2006-12-17
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-28
Added a temporary hack to get the llvm-streams to work for future checkins.
Bill Wendling
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-03-30
Add some new methods
Chris Lattner
2004-03-29
Relax the interface a bit
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2002-09-03
Implement operator== and != for ranges
Chris Lattner
2002-09-02
Add printing support to ConstantRange class
Chris Lattner
2002-09-01
Initial implementation of ConstantRange support
Chris Lattner