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
/
InstCombineSimplifyDemanded.cpp
Age
Commit message (
Expand
)
Author
2010-06-28
use ArgOperand API
Gabor Greif
2010-06-24
use ArgOperand API
Gabor Greif
2010-04-16
Revert 101465, it broke internal OpenGL testing.
Eric Christopher
2010-04-16
reapply r101434
Gabor Greif
2010-04-16
back out r101423 and r101397, they break llvm-gcc self-host on darwin10
Gabor Greif
2010-04-15
reapply r101364, which has been backed out in r101368
Gabor Greif
2010-04-15
back out r101364, as it trips the linux nightlybot on some clang C++ tests
Gabor Greif
2010-04-15
rotate CallInst operands, i.e. move callee to the back
Gabor Greif
2010-02-16
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-15
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-08
fix some problems handling large vectors reported in PR6230
Chris Lattner
2010-01-29
Having RHSKnownZero and RHSKnownOne be alternative names for KnownZero and Kn...
Duncan Sands
2010-01-28
Fix PR6165. The bug was that LHSKnownZero was being and'd with DemandedMask
Duncan Sands
2010-01-04
move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K line...
Chris Lattner