index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
InstCombine
/
InstCombineCasts.cpp
Age
Commit message (
Expand
)
Author
2010-01-10
inline and remove the rest of commonIntCastTransforms.
Chris Lattner
2010-01-10
Inline the expression type promotion/demotion stuff out of
Chris Lattner
2010-01-08
mplement a theoretical fixme.
Chris Lattner
2010-01-08
rename CanEvaluateInDifferentType -> CanEvaluateTruncated and
Chris Lattner
2010-01-07
Enhance instcombine to reason more strongly about promoting computation
Chris Lattner
2010-01-06
tweaks suggested by Duncan
Chris Lattner
2010-01-06
Teach instcombine's sext elimination logic to be more aggressive.
Chris Lattner
2010-01-05
simplify this code.
Chris Lattner
2010-01-05
make this a static function instead of a method.
Chris Lattner
2010-01-05
more rearrangement and cleanup, fix my test failure.
Chris Lattner
2010-01-05
cleanup
Chris Lattner
2010-01-05
remove two trunc xforms that are subsumed by EvaluateInDifferentType.
Chris Lattner
2010-01-05
just remove this xform which is subsumed by others.
Chris Lattner
2010-01-05
move a trunc-specific transform out of commonIntCastTransforms into visitTrunc.
Chris Lattner
2010-01-05
move a zext specific xform out of commonIntCastTransforms into visitZExt and ...
Chris Lattner
2010-01-05
move a trunc-specific xform out of commonIntCastTransforms into visitTrunc
Chris Lattner
2010-01-05
Convert a ton of simple integer type equality tests to the new predicate.
Benjamin Kramer
2010-01-05
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-04
move some more cast-related stuff
Chris Lattner
2010-01-04
move the [Can]EvaluateInDifferentType functions out to InstCombineCasts.cpp
Chris Lattner
2010-01-04
split 943 lines of instcombine out to a new InstCombineCasts.cpp
Chris Lattner
[prev]