index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
InstCombine
/
InstCombineAndOrXor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[APInt] Rename getSignBit to getSignMask
Craig Topper
2017-04-20
1
-2
/
+2
*
[InstCombine] Matchers work with both ConstExpr and Instructions.
Davide Italiano
2017-04-17
1
-2
/
+2
*
[InstCombine] allow (X != C1 && X != C2) and similar patterns to match splat ...
Sanjay Patel
2017-04-15
1
-19
/
+19
*
[InstCombine] (X != C1 && X != C2) --> (X | (C1 ^ C2)) != C2
Sanjay Patel
2017-04-14
1
-36
/
+65
*
[InstCombine] fold X == 0 || X == -1 to one compare (PR32524)
Sanjay Patel
2017-04-13
1
-1
/
+5
*
[InstCombine] use similar ops for related folds; NFCI
Sanjay Patel
2017-04-13
1
-10
/
+9
*
[InstCombine] fix assert to not always be true
Sanjay Patel
2017-04-13
1
-1
/
+1
*
[InstCombine] morph an existing instruction instead of creating a new one
Sanjay Patel
2017-04-12
1
-7
/
+6
*
[InstCombine][IR] Add a commutable BinOp matcher. Use it to reduce some code....
Craig Topper
2017-04-12
1
-2
/
+1
*
revert r299851 - [InstCombine] fix matching of or-of-icmps constants (PR32524)
Sanjay Patel
2017-04-11
1
-16
/
+12
*
[InstCombine] improve variable names; NFCI
Sanjay Patel
2017-04-10
1
-34
/
+34
*
[InstCombine] fix matching of or-of-icmps constants (PR32524)
Sanjay Patel
2017-04-10
1
-12
/
+16
*
[InstCombine] use m_c_And and m_c_Xor to handle commuted versions of a transf...
Craig Topper
2017-04-10
1
-2
/
+2
*
[InstCombine] Remove unnecessary dyn_cast to BinaryOperator around some match...
Craig Topper
2017-04-10
1
-31
/
+29
*
[InstCombine] Make the (A|B)^B -> A & ~B transform code consistent with the v...
Craig Topper
2017-04-10
1
-5
/
+5
*
[InstCombine] Use m_OneUse to shorten some code. NFC
Craig Topper
2017-04-10
1
-6
/
+3
*
[InstCombine] remove dead cases from icmp pair switches; NFCI
Sanjay Patel
2017-04-09
1
-32
/
+0
*
[InstCombine] Extend some OR combines to support vectors.
Craig Topper
2017-04-09
1
-19
/
+23
*
[InstCombine] Extend a canonicalization check to apply to vector constants too.
Craig Topper
2017-04-09
1
-1
/
+2
*
[InstCombine] Use the SubOne helper function to shorten some code. NFC
Craig Topper
2017-04-09
1
-7
/
+4
*
[InstCombine] rename variable for easier reading; NFC
Craig Topper
2017-04-09
1
-9
/
+9
*
[InstCombine] Handle more commuted cases of ((A & B) | ~A) -> (~A | B)
Craig Topper
2017-04-07
1
-3
/
+4
*
[InstCombine] Add more commuted patterns to support folding ((~A & B) | A) ->...
Craig Topper
2017-04-07
1
-3
/
+4
*
[InstCombine] Remove redundant combine from visitAnd
Craig Topper
2017-04-06
1
-90
/
+0
*
[InstCombine] Fix a case where we weren't checking that an instruction had a ...
Craig Topper
2017-04-06
1
-6
/
+9
*
[InstCombine] fix formatting and variable names; NFCI
Sanjay Patel
2017-04-05
1
-236
/
+252
*
[InstCombine] Support folding and/or/xor with a constant vector RHS into sele...
Craig Topper
2017-04-04
1
-3
/
+6
*
[InstCombine] Remove canonicalization for (X & C1) | C2 --> (X | C2) & (C1|C2...
Craig Topper
2017-04-03
1
-11
/
+0
*
[DAGCombine][InstCombine] Fix inverted if condition in equivalent comments in...
Craig Topper
2017-04-03
1
-1
/
+1
*
Revert r299337 "[InstCombine] Remove redundant combine from visitAnd"
Craig Topper
2017-04-03
1
-0
/
+87
*
[InstCombine] fix formatting for foldLogOpOfMaskedICmps and related bits; NFCI
Sanjay Patel
2017-04-03
1
-145
/
+158
*
[InstCombine] Remove a And transform that should be handled by SimplifyDemand...
Craig Topper
2017-04-03
1
-7
/
+0
*
[InstCombine] Make InstCombiner::OptAndOp take a BinaryOperator instead of an...
Craig Topper
2017-04-02
1
-3
/
+3
*
[InstCombine] Remove redundant combine from visitAnd
Craig Topper
2017-04-02
1
-87
/
+0
*
[APInt] Fix bugs in isShiftedMask to match behavior of the similar function i...
Craig Topper
2017-03-31
1
-1
/
+1
*
[InstCombine] Remove some code from visitAnd that dealt with trying to reduce...
Craig Topper
2017-03-23
1
-12
/
+0
*
[InstCombine] Fold ((C1 OP zext(X)) & C2) -> zext((C1 OP X) & C2)
David Majnemer
2017-01-17
1
-15
/
+28
*
[InstCombine] Fold ((C1-zext(X)) & C2) -> zext((C1-X) & C2)
David Majnemer
2017-01-17
1
-0
/
+15
*
[InstCombine] add a wrapper for a common pair of transforms; NFCI
Sanjay Patel
2017-01-10
1
-22
/
+6
*
Revert "[InstCombine] New opportunities for FoldAndOfICmp and FoldXorOfICmp"
David Majnemer
2016-12-21
1
-97
/
+2
*
[InstCombine] use commutative matcher for pattern with commutative operators
Sanjay Patel
2016-12-19
1
-3
/
+5
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-9
/
+9
*
[InstCombine] use commutative matchers for patterns with commutative operators
Sanjay Patel
2016-12-18
1
-20
/
+35
*
[InstCombine] New opportunities for FoldAndOfICmp and FoldXorOfICmp
Ehsan Amiri
2016-12-15
1
-2
/
+97
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-9
/
+9
*
add and use isBitwiseLogicOp() helper function; NFCI
Sanjay Patel
2016-11-22
1
-15
/
+5
*
[InstCombine] add helper function for folding {and,or,xor} (cast X), C ; NFCI
Sanjay Patel
2016-09-12
1
-28
/
+41
*
[InstCombine] change insertRangeTest() to use APInt instead of Constant; NFCI
Sanjay Patel
2016-08-31
1
-14
/
+19
*
[InstCombine] clean up InsertRangeTest; NFCI
Sanjay Patel
2016-08-31
1
-35
/
+15
*
InstCombine: Clean up some trailing whitespace. NFC
Justin Bogner
2016-08-05
1
-2
/
+2
[next]