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
/
CodeGen
/
SelectionDAG
/
DAGCombiner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[DAGCombine] Use FoldConstantArithmetic() to perform C2-(A+C1) -> (C2-C1)-A fold
Roman Lebedev
2019-05-30
1
-1
/
+3
*
[DAGCombine] ((A-c1)+c2) -> (A+(c2-c1)) constant-fold
Roman Lebedev
2019-05-30
1
-0
/
+9
*
[DAGCombine] Use FoldConstantArithmetic() to perform ((c1-A)+c2) -> (c1+c2)-A...
Roman Lebedev
2019-05-30
1
-4
/
+4
*
[DAGCombine] Revert of recommit of "binop-with-const hoisting" patches
Roman Lebedev
2019-05-30
1
-34
/
+0
*
[DAGCombiner] Replace gathers with a zero mask with the passthru value
Benjamin Kramer
2019-05-29
1
-3
/
+7
*
[DAGCombine] (x - C) - y -> (x - y) - C fold. Try 2
Roman Lebedev
2019-05-28
1
-0
/
+7
*
[DAGCombine][X86][AArch64][AMDGPU] (x - y) + -1 -> add (xor y, -1), x fold...
Roman Lebedev
2019-05-28
1
-0
/
+14
*
[DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x + C) -> (y - x) - C fol...
Roman Lebedev
2019-05-28
1
-0
/
+6
*
[DAGCombiner][X86][AArch64][AMDGPU] (x + C) - y -> (x - y) + C fold. Try 2
Roman Lebedev
2019-05-28
1
-0
/
+7
*
Revert DAGCombine "hoist binop with const" folds
Roman Lebedev
2019-05-28
1
-42
/
+0
*
[DAGCombine] (x - C) - y -> (x - y) - C fold
Roman Lebedev
2019-05-28
1
-0
/
+7
*
[DAGCombine][X86][AArch64][AMDGPU] (x - y) + -1 -> add (xor y, -1), x fold
Roman Lebedev
2019-05-28
1
-0
/
+14
*
[DAGCombiner][X86][AArch64] (x - C) + y -> (x + y) - C fold
Roman Lebedev
2019-05-28
1
-0
/
+8
*
[DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x + C) -> (y - x) - C fold
Roman Lebedev
2019-05-28
1
-0
/
+6
*
[DAGCombiner][X86][AArch64][AMDGPU] (x + C) - y -> (x - y) + C fold
Roman Lebedev
2019-05-28
1
-0
/
+7
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block va...
Alexander Timofeev
2019-05-26
1
-2
/
+4
*
Revert r361644, "[AMDGPU] Divergence driven ISel. Assign register class for c...
Peter Collingbourne
2019-05-25
1
-4
/
+2
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block values...
Alexander Timofeev
2019-05-24
1
-2
/
+4
*
[SelectionDAG] computeKnownBits - support constant pool values from target
Simon Pilgrim
2019-05-24
1
-1
/
+1
*
[DAGCombiner] make folds of binops safe for opcodes that produce >1 value
Sanjay Patel
2019-05-23
1
-5
/
+7
*
[DAGCombiner] prevent unsafe reassociation of FP ops
Sanjay Patel
2019-05-21
1
-1
/
+8
*
[DAGCombiner] Refactor code in visitShiftByConstant slightly to make it more ...
Craig Topper
2019-05-20
1
-11
/
+12
*
[DAGCombiner] visitShiftByConstant(): drop bogus signbit check
Roman Lebedev
2019-05-17
1
-18
/
+9
*
[[DAGCombiner][NFC] Add a comment.
Clement Courbet
2019-05-15
1
-0
/
+2
*
[SDAG] fix unused variable warning and unneeded indirection; NFC
Sanjay Patel
2019-05-14
1
-1
/
+1
*
[SDAG, x86] allow targets to override test for binop opcodes
Sanjay Patel
2019-05-14
1
-8
/
+8
*
[DAGCombiner] narrow vector binop with inserts/extract
Sanjay Patel
2019-05-13
1
-1
/
+33
*
[DAGCombiner] Fix invalid alias analysis.
Clement Courbet
2019-05-13
1
-3
/
+2
*
[DAGCombiner] try to move bitcast after extract_subvector
Sanjay Patel
2019-05-12
1
-0
/
+24
*
Revert [DAGCombiner] Avoid creating large tokenfactors in visitTokenFactor
Jordan Rupprecht
2019-05-10
1
-3
/
+2
*
[DAGCombiner] reduce code duplication; NFC
Sanjay Patel
2019-05-10
1
-10
/
+8
*
[CodeGen] Add comment about FSUB <-> FNEG xforms
Cameron McInally
2019-05-09
1
-0
/
+4
*
[DAGCombiner] Limit number of nodes explored as store candidates.
Florian Hahn
2019-05-09
1
-2
/
+5
*
[NFC] Add a static function to do the endian check
QingShan Zhang
2019-05-08
1
-15
/
+37
*
[DAGCombiner] Avoid creating large tokenfactors in visitTokenFactor
Florian Hahn
2019-05-07
1
-2
/
+3
*
Fix pr33010, a 2 year old crashing regression
Philip Reames
2019-05-06
1
-0
/
+4
*
[SDAG][AArch64] Boolean and/or reduce to umax/min reduce (PR41635)
Nikita Popov
2019-05-06
1
-0
/
+12
*
[DAGCombine] Remove repeated variables. NFCI.
Simon Pilgrim
2019-05-03
1
-8
/
+3
*
[DAGCombiner] try repeated fdiv divisor transform before building estimate (2...
Sanjay Patel
2019-05-02
1
-4
/
+4
*
Revert "[DAGCombiner] try repeated fdiv divisor transform before building est...
Sanjay Patel
2019-05-01
1
-3
/
+3
*
[DAGCombiner] Do not generate ISD::ADDE node if adde is not legal for the tar...
Zi Xuan Wu
2019-04-30
1
-1
/
+3
*
[DAG] Refactor DAGCombiner::ReassociateOps
Bjorn Pettersson
2019-04-29
1
-45
/
+44
*
[DAGCombiner] try repeated fdiv divisor transform before building estimate
Sanjay Patel
2019-04-28
1
-3
/
+3
*
[DAGCombine] Cleanup visitEXTRACT_SUBVECTOR. NFCI.
Simon Pilgrim
2019-04-26
1
-10
/
+11
*
[X86][SSE] Disable shouldFoldConstantShiftPairToMask for btver1/btver2 target...
Simon Pilgrim
2019-04-26
1
-0
/
+3
*
[DAGCombiner] scale repeated FP divisor by splat factor
Sanjay Patel
2019-04-24
1
-3
/
+13
*
[DAGCombiner] generalize binop-of-splats scalarization
Sanjay Patel
2019-04-23
1
-46
/
+38
*
[DAGCombiner] Combine OR as ADD when no common bits are set
Bjorn Pettersson
2019-04-23
1
-16
/
+40
*
[DAGCombiner] make variable name less ambiguous; NFC
Sanjay Patel
2019-04-22
1
-4
/
+4
*
[DAGCombiner] prepare shuffle-of-splat to handle more patterns; NFC
Sanjay Patel
2019-04-22
1
-11
/
+16
[prev]
[next]