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
*
[x86] use more shift or LEA for select-of-constants (2nd try)
Sanjay Patel
2017-08-11
1
-1
/
+1
*
Improve handling of insert_subvector of bitcast values
Nirav Dave
2017-08-11
1
-0
/
+35
*
[DAGCombiner] Remove shuffle support from simplifyShuffleMask
Simon Pilgrim
2017-08-11
1
-2
/
+0
*
Revert "[DAG] Cleanup unused nodes after store merge. NFCI."
Nirav Dave
2017-08-10
1
-11
/
+1
*
[DAG] Relax type restriction for store merge
Nirav Dave
2017-08-10
1
-24
/
+64
*
[DAG] Cleanup unused nodes after store merge. NFCI.
Nirav Dave
2017-08-10
1
-1
/
+11
*
[DAG] Rewrite expression. NFC.
Nirav Dave
2017-08-10
1
-2
/
+2
*
[DAG] Explicitly cleanup merged load values during store merge. NFCI.
Nirav Dave
2017-08-09
1
-2
/
+8
*
[DAG] Introduce peekThroughBitcast function. NFCI.
Nirav Dave
2017-08-08
1
-23
/
+14
*
[DAG] Update comments. NFC.
Nirav Dave
2017-08-08
1
-8
/
+9
*
[DAGCombiner] simplifyShuffleMask - handle UNDEF inputs from shuffles as well...
Simon Pilgrim
2017-08-08
1
-11
/
+10
*
[DAGCombiner] Simplify shuffle mask index if the referenced input element is ...
Simon Pilgrim
2017-08-08
1
-0
/
+36
*
[x86] revert r310208 to investigate test-suite failures (PR34105 / PR34097)
Sanjay Patel
2017-08-07
1
-1
/
+1
*
[DAG] Extend visitSCALAR_TO_VECTOR optimization to truncated vector.
Nirav Dave
2017-08-07
1
-12
/
+35
*
[x86] use more shift or LEA for select-of-constants
Sanjay Patel
2017-08-06
1
-1
/
+1
*
Revert r310058, it caused PR34073.
Nico Weber
2017-08-04
1
-47
/
+2
*
[DAGCombiner] Extending pattern detection for vector shuffle.
Simon Pilgrim
2017-08-04
1
-2
/
+47
*
[DAG] Allow merging of stores of vector loads
Nirav Dave
2017-08-03
1
-6
/
+0
*
[DAG] Improve candidate pruning in store merge failure case. NFCI
Nirav Dave
2017-08-02
1
-20
/
+61
*
[DAG] Refactor store merge subexpressions. NFC.
Nirav Dave
2017-08-02
1
-23
/
+28
*
DAG: Undo and->or combine with FrameIndexes
Matt Arsenault
2017-08-02
1
-0
/
+9
*
[DAG] Factor out common expressions. NFC.
Nirav Dave
2017-08-01
1
-19
/
+21
*
Pull out VectorNumElements value. NFC.
Nirav Dave
2017-08-01
1
-13
/
+9
*
Revert "[DAG] Extend visitSCALAR_TO_VECTOR optimization to truncated vector."
Nirav Dave
2017-08-01
1
-26
/
+11
*
[DAG] Convert extload check to equivalent type check. NFC.
Nirav Dave
2017-08-01
1
-5
/
+10
*
[DAG] Move extload check in store merge. NFC.
Nirav Dave
2017-08-01
1
-5
/
+3
*
[DAG] Extend visitSCALAR_TO_VECTOR optimization to truncated vector.
Nirav Dave
2017-08-01
1
-11
/
+26
*
DAGCombiner: Extend reduceBuildVecToTrunc to handle non-zero offset
Zvi Rackover
2017-07-26
1
-12
/
+32
*
[DAG] Move DAGCombiner::GetDemandedBits to SelectionDAG
Simon Pilgrim
2017-07-25
1
-59
/
+4
*
Fix endianness bug in DAGCombiner::visitTRUNCATE and visitEXTRACT_VECTOR_ELT
Francois Pichet
2017-07-25
1
-4
/
+7
*
[DAG] Fix typo preventing some stores merges to truncated stores.
Nirav Dave
2017-07-23
1
-4
/
+4
*
[DAGCombiner] Update comment. NFC
Xin Tong
2017-07-21
1
-1
/
+1
*
[DAG] Commit missed nit cleanup from r308617. NFC.
Nirav Dave
2017-07-20
1
-1
/
+1
*
[DAG] Handle missing transform in fold of value extension case.
Nirav Dave
2017-07-20
1
-0
/
+14
*
[DAG] Optimize away degenerate INSERT_VECTOR_ELT nodes.
Nirav Dave
2017-07-20
1
-0
/
+6
*
[DAGCombiner] Match ISD::SRL non-uniform constant vectors patterns using pred...
Simon Pilgrim
2017-07-20
1
-13
/
+26
*
Remove trailing whitespace. NFCI.
Simon Pilgrim
2017-07-20
1
-1
/
+1
*
[DAGCombiner] Match ISD::SRA non-uniform constant vectors patterns using pred...
Simon Pilgrim
2017-07-20
1
-13
/
+28
*
[DAGCombiner] Match non-uniform constant vectors using predicates.
Simon Pilgrim
2017-07-20
1
-28
/
+81
*
{DAGCombine] Convert (Val & Mask) == Mask to Mask.isSubsetof(Val). NFCI.
Simon Pilgrim
2017-07-19
1
-1
/
+1
*
[DAG] Improve Aliasing of operations to static alloca
Nirav Dave
2017-07-18
1
-6
/
+16
*
[DAG] Reverse node replacement in extension operation. NFCI.
Nirav Dave
2017-07-18
1
-12
/
+20
*
[DAG] Avoid deleting nodes before combining them.
Nirav Dave
2017-07-18
1
-7
/
+26
*
[DAG] Allow base element type of store merge type to also be a vector.
Nirav Dave
2017-07-18
1
-1
/
+6
*
[DAGCombine] Fix issue with out of bound constant rotation (PR33828)
Simon Pilgrim
2017-07-18
1
-1
/
+10
*
Revert r308025 due to uncovering a crash in SelectionDAG. This is filed
Chandler Carruth
2017-07-18
1
-16
/
+6
*
[DAGCombiner] Recognise vector rotations with non-splat constants
Andrew Zhogin
2017-07-16
1
-13
/
+21
*
Strip trailing whitespace. NFCI
Simon Pilgrim
2017-07-15
1
-1
/
+1
*
Improve Aliasing of operations to static alloca
Nirav Dave
2017-07-14
1
-6
/
+16
*
[DAGCombiner] Fix issue with rotate combines asserting if the constant value ...
Simon Pilgrim
2017-07-13
1
-15
/
+18
[next]