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
*
[SDAG] Update generic code to conservatively check for isAtomic in addition t...
Philip Reames
2019-09-12
1
-46
/
+74
*
[DAGCombiner][X86] Pass the CmpOpVT to reduceSelectOfFPConstantLoads so X86 c...
Craig Topper
2019-09-12
1
-1
/
+1
*
[DAGCombine] visitFDIV - Use isCheaperToUseNegatedFPOps helper for (fdiv (fne...
Simon Pilgrim
2019-09-12
1
-15
/
+5
*
[DAGCombiner] Improve division estimation of floating points.
Qiu Chaofan
2019-09-12
1
-11
/
+33
*
[SelectionDAG] Remove ISD::FP_ROUND_INREG
Craig Topper
2019-09-09
1
-18
/
+0
*
[DAGCombiner][X86][ARM] Teach visitMULO to fold multiplies with 0 to 0 and no...
Craig Topper
2019-09-08
1
-3
/
+19
*
[Intrinsic] Add the llvm.umul.fix.sat intrinsic
Bjorn Pettersson
2019-09-07
1
-2
/
+4
*
[DAGCombiner] try to form test+set out of shift+mask patterns
Sanjay Patel
2019-09-02
1
-0
/
+57
*
[DAGCombiner] improve throughput of shift+logic+shift
Sanjay Patel
2019-09-01
1
-0
/
+74
*
[DAGCombiner] clean up code in visitShiftByConstant()
Sanjay Patel
2019-08-31
1
-25
/
+20
*
[DAGCombiner] Match (add X, X) as (shl X, 1) when detecting rotate.
Amaury Sechet
2019-08-31
1
-4
/
+20
*
[DAGCombiner] Don't create illegal narrow stores
James Molloy
2019-08-31
1
-2
/
+7
*
[DAGCombine] ReduceLoadWidth - remove duplicate SDLoc. NFCI.
Simon Pilgrim
2019-08-30
1
-3
/
+2
*
[DAGCombine] visitVSELECT - remove equivalent getValueType() call. NFCI.
Simon Pilgrim
2019-08-30
1
-1
/
+0
*
[DAGCombine] visitVSELECT - remove duplicate getOperand calls. NFCI.
Simon Pilgrim
2019-08-30
1
-4
/
+3
*
[DAGCombine] visitVSELECT - use getShiftAmountTy for shift amounts.
Simon Pilgrim
2019-08-30
1
-3
/
+3
*
[DAGCombine] visitMULHS - use getScalarValueSizeInBits() to make safe for vec...
Simon Pilgrim
2019-08-30
1
-1
/
+1
*
[DAGCombine] visitMULHS/visitMULHU - isBuildVectorAllZeros doesn't mean node ...
Simon Pilgrim
2019-08-30
1
-8
/
+8
*
[DAGCombine] Fix shadow variable warnings. NFCI.
Simon Pilgrim
2019-08-29
1
-12
/
+12
*
Fix signed/unsigned comparison warning. NFCI.
Simon Pilgrim
2019-08-29
1
-1
/
+2
*
[DAGCombiner] (insert_vector_elt (vector_shuffle X, Y), (extract_vector_elt X...
Amaury Sechet
2019-08-29
1
-4
/
+43
*
[DAGCombine] Fix cppcheck shadow variable warning. NFCI.
Simon Pilgrim
2019-08-28
1
-4
/
+4
*
[TargetLowering] Add buildLegalVectorShuffle facility to help build legal shu...
Amaury Sechet
2019-08-28
1
-63
/
+42
*
[DAGCombine] Remove LoadedSlice::Cost default 'ForCodeSize' constructor argum...
Simon Pilgrim
2019-08-28
1
-3
/
+3
*
[DAGCombiner] cancel fnegs from multiplied operands of FMA
Sanjay Patel
2019-08-27
1
-15
/
+29
*
[DAGCombiner] Add node to the worklist in topological order in parallelizeCha...
Amaury Sechet
2019-08-27
1
-4
/
+4
*
[DAGCombiner] Add node to the worklist in topological order after relegalizat...
Amaury Sechet
2019-08-27
1
-1
/
+1
*
Revert r369927 - [DAGCombiner] Remove a bunch of redundant AddToWorklist calls.
Richard Trieu
2019-08-27
1
-20
/
+121
*
[DAGCombiner][X86] Teach SimplifyVBinOp to fold VBinOp (concat X, undef/const...
Craig Topper
2019-08-26
1
-17
/
+19
*
[DAGCombiner] Remove a bunch of redundant AddToWorklist calls.
Amaury Sechet
2019-08-26
1
-121
/
+20
*
[X86][DAGCombiner] Teach narrowShuffle to use concat_vectors instead of inser...
Craig Topper
2019-08-25
1
-0
/
+31
*
[SDAG] Fold umul_lohi with 0 or 1 multiplicand
Nikita Popov
2019-08-25
1
-0
/
+12
*
[DAGCombine] GetNegatedExpression - add FMA\FMAD support
Simon Pilgrim
2019-08-23
1
-1
/
+52
*
[DAGCombiner] Remove explicit call to AddToWorklist in sqrt and reciprocal co...
Amaury Sechet
2019-08-22
1
-32
/
+1
*
[DAGCombiner] Remove mostly redundant calls to AddToWorklist
Amaury Sechet
2019-08-21
1
-2
/
+1
*
[DAGCombiner] Various nits. NFC
Amaury Sechet
2019-08-21
1
-4
/
+2
*
[DAGCombiner][X86] Teach visitCONCAT_VECTORS to combine (concat_vectors (conc...
Craig Topper
2019-08-20
1
-0
/
+9
*
[DAGCombiner] Add simple folds for SMULFIX/UMULFIX/SMULFIXSAT
Bjorn Pettersson
2019-08-16
1
-0
/
+27
*
Remove SmallBitVector.h include. NFCI.
Simon Pilgrim
2019-08-15
1
-1
/
+0
*
[DAGCombine] MergeConsecutiveStores - fix cppcheck/MSVC extension warning. NFCI.
Simon Pilgrim
2019-08-15
1
-1
/
+1
*
[DAGCombiner] exclude x*2.0 from normal negation profitability rules
Sanjay Patel
2019-08-09
1
-0
/
+5
*
[DAGCombiner] remove redundant fold for X*1.0; NFC
Sanjay Patel
2019-08-09
1
-4
/
+0
*
[SelectionDAG][X86] Move setcc mask splitting for mload/mstore/mgather/mscatt...
Craig Topper
2019-08-08
1
-264
/
+2
*
[SelectionDAG] Extend base addressing modes supported by MGATHER/MSCATTER
Cullen Rhodes
2019-08-06
1
-4
/
+5
*
[DAGCombiner][x86] prevent infinite loop from truncate/extend transforms
Sanjay Patel
2019-08-05
1
-2
/
+7
*
[DAGCombiner] Prevent the combine added in r367710 from creating illegal type...
Craig Topper
2019-08-03
1
-1
/
+1
*
[DAGCombiner] try to convert opposing shifts to casts
Sanjay Patel
2019-08-02
1
-0
/
+26
*
[X86] In decomposeMulByConstant, legalize the VT before querying whether the ...
Craig Topper
2019-08-01
1
-1
/
+1
*
Migrate some more fadd and fsub cases away from UnsafeFPMath control to utili...
Michael Berg
2019-07-31
1
-6
/
+6
*
[DAGCombine] Limit the number of times for the same store and root nodes
Wei Mi
2019-07-31
1
-3
/
+42
[next]