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
...
*
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
*
Use isNullConstantOrNullSplatConstant helper. NFCI.
Simon Pilgrim
2017-07-13
1
-3
/
+2
*
Revert "[DAG] Improve Aliasing of operations to static alloca"
Matthias Braun
2017-07-10
1
-14
/
+6
*
Add DAG argument to canMergeStoresTo NFC.
Nirav Dave
2017-07-10
1
-7
/
+9
*
[DAG] Improve Aliasing of operations to static alloca
Nirav Dave
2017-07-10
1
-6
/
+14
*
fix typos in comments and error messages; NFC
Hiroshi Inoue
2017-07-10
1
-1
/
+1
*
[DAGCombiner] use local variable to shorten code; NFCI
Sanjay Patel
2017-07-07
1
-36
/
+31
*
{DAGCombiner] Fold (rot x, 0) -> x
Simon Pilgrim
2017-07-05
1
-0
/
+4
*
[DAGCombiner] visitRotate patch to optimize pair of ROTR/ROTL instructions in...
Andrew Zhogin
2017-07-05
1
-0
/
+19
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-04
1
-1
/
+1
*
[DAGCombiner] Intermediate variables in visitRotate promoted to the function'...
Andrew Zhogin
2017-07-04
1
-6
/
+9
*
DAGCombine: Combine BUILD_VECTOR to TRUNCATE
Zvi Rackover
2017-07-03
1
-0
/
+72
*
[DAG] Fold FrameIndex offset into BaseIndexOffset analysis. NFCI.
Nirav Dave
2017-06-29
1
-11
/
+11
*
Fold fneg and fabs like multiplications
Stanislav Mekhanoshin
2017-06-28
1
-0
/
+46
*
Revert "[DAG] Fold FrameIndex offset into BaseIndexOffset analysis. NFCI."
Nirav Dave
2017-06-28
1
-11
/
+23
*
Allow to truncate left shift with non-constant shift amount
Stanislav Mekhanoshin
2017-06-28
1
-10
/
+12
*
[DAG] Fold FrameIndex offset into BaseIndexOffset analysis. NFCI.
Nirav Dave
2017-06-28
1
-23
/
+11
*
[SelectionDAG] set dereferenceable flag in MergeConsecutiveStores to fix asse...
Hiroshi Inoue
2017-06-27
1
-2
/
+12
*
DAGCombine: Make sure we only eliminate trunc/extend when the scales of trunc...
Wolfgang Pieb
2017-06-26
1
-5
/
+9
*
[DAG] Add Target Store Merge pass ordering function
Nirav Dave
2017-06-22
1
-1
/
+2
*
[DAG] Move BaseIndexOffset into separate Libarary. NFC.
Nirav Dave
2017-06-21
1
-114
/
+1
[prev]
[next]