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] Improve Load-Store Forwarding
Nirav Dave
2018-10-10
1
-11
/
+134
*
[DAGCombiner] Expand combining of FP logical ops to sign-setting FP ops
Nemanja Ivanovic
2018-10-09
1
-3
/
+14
*
[DAGCombiner] simplify code for fmul with constant fold; NFCI
Sanjay Patel
2018-10-08
1
-18
/
+8
*
[DAGCombiner] allow undef elts in vector fadd matching
Sanjay Patel
2018-10-07
1
-1
/
+1
*
[DAGCombiner] allow undefs when matching vector splats for fmul folds
Sanjay Patel
2018-10-07
1
-2
/
+2
*
[DAGCombiner] allow undef elts in vector fabs/fneg matching
Sanjay Patel
2018-10-07
1
-1
/
+1
*
[DAGCombiner] shorten code for bitcast+fabs fold; NFC
Sanjay Patel
2018-10-07
1
-5
/
+2
*
[SelectionDAG] allow undefs when matching splat constants
Sanjay Patel
2018-10-05
1
-4
/
+5
*
DAGCombiner: StoreMerging: Fix bad index calculating when adjusting mismatchi...
Matthias Braun
2018-10-01
1
-17
/
+8
*
[DAG] Don't perform SINT_TO_FP<->UINT_TO_FP custom conversion after legalization
Simon Pilgrim
2018-09-30
1
-4
/
+4
*
[DAGCombiner] [NFC] Improve X div/rem 1 fold
David Bolvansky
2018-09-28
1
-8
/
+5
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-6
/
+4
*
[DAGCombiner] Remove unnecessary check for visitSDIVLike/visitUDIVLike return...
Craig Topper
2018-09-25
1
-2
/
+1
*
[DAGCombine] Improve Predecessor check in SimplifySelectOps. NFCI.
Nirav Dave
2018-09-25
1
-4
/
+36
*
[DAGCombine] Share predecessor bookkeeping in CombineToPostIndexedLoadStore. ...
Nirav Dave
2018-09-25
1
-2
/
+9
*
[DAGCombine] Don't fold dependent loads across SELECT_CC.
Nirav Dave
2018-09-25
1
-4
/
+5
*
[DAGCombiner] use UADDO to optimize saturated unsigned add
Sanjay Patel
2018-09-24
1
-0
/
+29
*
Remove debug printf leftover from r342397
Hans Wennborg
2018-09-24
1
-2
/
+0
*
[DAGCombiner] Remove some dead code from ConstantFoldBITCASTofBUILD_VECTOR
Craig Topper
2018-09-24
1
-9
/
+2
*
[DAGCombiner] Clarify a comment. NFC
Craig Topper
2018-09-23
1
-2
/
+4
*
[DAGCombiner][x86] extend decompose of integer multiply into shift/add with n...
Sanjay Patel
2018-09-23
1
-6
/
+13
*
[DAGCombiner] Simplify some code in visitBITCAST. NFCI
Craig Topper
2018-09-22
1
-9
/
+3
*
[DAGCombiner] Rewrite r331896 in a different way to address a FIXME. NFCI
Craig Topper
2018-09-22
1
-11
/
+14
*
[SelectionDAG] replace duplicated peekThroughBitcast helper functions; NFCI
Sanjay Patel
2018-09-20
1
-38
/
+19
*
[SelectionDAG] allow vector types with isBitwiseNot()
Sanjay Patel
2018-09-19
1
-3
/
+1
*
[DAGCombiner][x86] add transform/hook to decompose integer multiply into shif...
Sanjay Patel
2018-09-19
1
-0
/
+26
*
Revert "Revert r342183 "[DAGCombine] Fix crash when store merging created an ...
Amara Emerson
2018-09-17
1
-1
/
+10
*
[DAGCombiner] try to convert pow(x, 1/3) to cbrt(x)
Sanjay Patel
2018-09-16
1
-1
/
+28
*
Revert r342183 "[DAGCombine] Fix crash when store merging created an extract_...
Reid Kleckner
2018-09-14
1
-8
/
+1
*
[DAGCombine] Fix crash when store merging created an extract_subvector with i...
Amara Emerson
2018-09-13
1
-1
/
+8
*
[DAGCombiner] improve formatting for select+setcc code; NFC
Sanjay Patel
2018-09-12
1
-17
/
+15
*
[DAGCombiner] foldBitcastedFPLogic - Add basic vector support
Simon Pilgrim
2018-09-07
1
-8
/
+8
*
[DAGCombiner] try to convert pow(x, 0.25) to sqrt(sqrt(x))
Sanjay Patel
2018-09-05
1
-0
/
+41
*
[DAGCombiner] Fix bad identation. NFC
Craig Topper
2018-08-30
1
-1
/
+1
*
[DAGCombiner] Add X / X -> 1 & X % X -> 0 folds
Simon Pilgrim
2018-08-29
1
-1
/
+18
*
[DAGCombine] Rework MERGE_VALUES to inline in single pass. NFCI.
Nirav Dave
2018-08-28
1
-1
/
+4
*
[DAGCombiner][AMDGPU][Mips] Fold bitcast with volatile loads if the resulting...
Craig Topper
2018-08-28
1
-3
/
+12
*
DAG: Check transformed type for forming fminnum/fmaxnum from vselect
Matt Arsenault
2018-08-27
1
-2
/
+3
*
[SelectionDAG] add helper query for binops; NFC
Sanjay Patel
2018-08-27
1
-11
/
+2
*
[SelectionDAG][x86] turn insertelement into undef with variable index into splat
Sanjay Patel
2018-08-26
1
-3
/
+10
*
DAG: Allow matching fminnum/fmaxnum from vselect
Matt Arsenault
2018-08-24
1
-8
/
+27
*
[DAGCombiner][Mips] Don't combine bitcast+store after LegalOperations when th...
Craig Topper
2018-08-24
1
-1
/
+1
*
[DAGCombiner] Reduce load widths of shifted masks
Sam Parker
2018-08-21
1
-8
/
+41
*
[DAGCombiner] Allow divide by constant optimization on opaque constants.
Craig Topper
2018-08-18
1
-2
/
+2
*
[DAGCombiner] extractShiftForRotate - fix out of range shift issue
Simon Pilgrim
2018-08-17
1
-2
/
+2
*
[DAGCombine] Improve (sra (sra x, c1), c2) -> (sra x, (add c1, c2)) folding
Simon Pilgrim
2018-08-17
1
-17
/
+16
*
[DAGCombiner] Don't reassociate operations that have the vector reduction fla...
Craig Topper
2018-08-16
1
-9
/
+13
*
[DagCombiner] Don't bother adding to the work list if TLI.BuildSDIVPow2 faile...
Simon Pilgrim
2018-08-15
1
-4
/
+6
*
[ARM] Make PerformSHLSimplify add nodes to the DAG worklist correctly.
Eli Friedman
2018-08-14
1
-2
/
+3
*
[DAG] Avoid redundant chain transversal in store merge cycle check. NFCI.
Nirav Dave
2018-08-14
1
-1
/
+2
[prev]
[next]