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
*
implement shl, ashr, and lshr methods. shl is not fully implemented as it is ...
Nuno Lopes
2009-11-12
1
-0
/
+12
*
add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APInt
Nuno Lopes
2009-11-09
1
-0
/
+8
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
1
-1
/
+1
*
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
1
-2
/
+0
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+198