index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
InstCombine
/
InstCombineSimplifyDemanded.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
use ArgOperand API
Gabor Greif
2010-06-28
1
-4
/
+4
*
use ArgOperand API
Gabor Greif
2010-06-24
1
-4
/
+4
*
Revert 101465, it broke internal OpenGL testing.
Eric Christopher
2010-04-16
1
-8
/
+8
*
reapply r101434
Gabor Greif
2010-04-16
1
-8
/
+8
*
back out r101423 and r101397, they break llvm-gcc self-host on darwin10
Gabor Greif
2010-04-16
1
-8
/
+8
*
reapply r101364, which has been backed out in r101368
Gabor Greif
2010-04-15
1
-8
/
+8
*
back out r101364, as it trips the linux nightlybot on some clang C++ tests
Gabor Greif
2010-04-15
1
-8
/
+8
*
rotate CallInst operands, i.e. move callee to the back
Gabor Greif
2010-04-15
1
-8
/
+8
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
1
-2
/
+2
*
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-15
1
-2
/
+2
*
fix some problems handling large vectors reported in PR6230
Chris Lattner
2010-02-08
1
-8
/
+12
*
Having RHSKnownZero and RHSKnownOne be alternative names for KnownZero and Kn...
Duncan Sands
2010-01-29
1
-75
/
+69
*
Fix PR6165. The bug was that LHSKnownZero was being and'd with DemandedMask
Duncan Sands
2010-01-28
1
-2
/
+11
*
move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K line...
Chris Lattner
2010-01-04
1
-0
/
+1106