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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TargetLowering] Simplify (ctpop x) == 1
David Bolvansky
2019-06-09
1
-1
/
+12
*
Use for-range loop. NFCI.
Simon Pilgrim
2019-06-09
1
-3
/
+1
*
[DAGCombine] visitAND - merge (zext_inreg ((s)extload x)) -> (zextload x) com...
Simon Pilgrim
2019-06-08
1
-21
/
+4
*
Factor out SelectionDAG's switch analysis and lowering into a separate compon...
Amara Emerson
2019-06-08
3
-767
/
+86
*
[DAGCombine] visitAND - fix local shadow variable warnings. NFCI.
Simon Pilgrim
2019-06-07
1
-24
/
+24
*
[DAGCombine] Use APInt::extractBits in "sub-splat" constant mask detection. N...
Simon Pilgrim
2019-06-07
1
-3
/
+3
*
[AIX] Implement function descriptor on SDAG
Jason Liu
2019-06-06
1
-0
/
+7
*
[DAGCombine] MergeConsecutiveStores - improve non-temporal load\store handlin...
Simon Pilgrim
2019-06-06
1
-7
/
+23
*
[DAGCombine] Cleanup isNegatibleForFree/GetNegatedExpression. NFCI.
Simon Pilgrim
2019-06-06
1
-20
/
+21
*
Allow target to handle STRICT floating-point nodes
Ulrich Weigand
2019-06-05
3
-10
/
+18
*
IR: make getParamByValType Just Work. NFC.
Tim Northover
2019-06-05
2
-3
/
+4
*
Fix shadow local variable warning. NFCI.
Simon Pilgrim
2019-06-05
1
-6
/
+6
*
[TargetLowering] SimplifyDemandedBits - pull out shift value type. NFCI.
Simon Pilgrim
2019-06-05
1
-1
/
+2
*
[SelectionDAG][FIX] Allow "returned" arguments to be bit-casted
Johannes Doerfert
2019-06-04
1
-2
/
+5
*
Revert r362472 as it is breaking PPC build bots
Nemanja Ivanovic
2019-06-04
1
-179
/
+0
*
[DAGCombiner][X86] Fold (not (neg X)) -> (add X, -1)
Craig Topper
2019-06-04
1
-0
/
+10
*
[SelectionDAG][x86] limit post-legalization store merging by type
Sanjay Patel
2019-06-04
1
-1
/
+1
*
[DAGCombine][X86][AArch64][MIPS][LANAI] (C - x) - y -> C - (x + y) fold (PR...
Roman Lebedev
2019-06-04
1
-0
/
+6
*
[DAGCombine][X86][AArch64][ARM] (C - x) + y -> (y - x) + C fold
Roman Lebedev
2019-06-04
1
-0
/
+7
*
[SelectionDAG] ComputeNumSignBits - support constant pool values from target
Simon Pilgrim
2019-06-04
1
-0
/
+30
*
[SelectionDAG] ComputeNumSignBits - clang-format + improve *EXTLOAD comments....
Simon Pilgrim
2019-06-04
1
-7
/
+7
*
[SelectionDAG] Add fpto[us]i(undef) --> undef constant fold
Simon Pilgrim
2019-06-04
2
-0
/
+13
*
[DAGCombine] Match a pattern where a wide type scalar value is stored by seve...
QingShan Zhang
2019-06-04
1
-0
/
+179
*
Propagate fmf for setcc in SDAG for select folds
Michael Berg
2019-06-03
2
-4
/
+8
*
Propagate fmf for setcc/select folds
Michael Berg
2019-06-03
1
-3
/
+10
*
[SelectionDAG] Add [us]itofp(undef) --> 0 constant fold (PR39205)
Simon Pilgrim
2019-06-03
2
-0
/
+14
*
Recommit r360171: [DAGCombiner] Avoid creating large tokenfactors in visitTok...
Florian Hahn
2019-06-03
1
-3
/
+21
*
[DAGCombiner][X86] Fold away masked store and scatter with all zeroes mask.
Craig Topper
2019-06-02
1
-11
/
+18
*
[DAGCombiner] Replace masked loads with a zero mask with the passthru value
Craig Topper
2019-06-02
1
-3
/
+7
*
[DAGCombine] Fold insert_subvector(bitcast(x),bitcast(y),c1) -> bitcast(inser...
Simon Pilgrim
2019-06-02
1
-0
/
+37
*
[DAG] isBitwiseNot / isConstOrConstSplat - add support for build vector undef...
Simon Pilgrim
2019-06-02
1
-13
/
+28
*
[TargetLowering] SimplifyDemandedBits - don't use OriginalDemanded variables ...
Simon Pilgrim
2019-06-02
1
-5
/
+5
*
[TargetLowering] SimplifyDemandedVectorElts - use same arg names as SimplifyD...
Simon Pilgrim
2019-06-02
1
-4
/
+4
*
[DAGCombiner] Replace two unchecked dyn_casts with casts.
Craig Topper
2019-06-02
1
-2
/
+2
*
[SelectionDAG] Make the code in mutateStrictFPToFP less aware of how many ope...
Craig Topper
2019-05-31
1
-55
/
+34
*
Revert revert of r362112 with minor SystemZ test file corrections.
Kevin P. Neal
2019-05-31
2
-1
/
+63
*
[DAGCombine] Limit 'hoist add/sub binop w/ constant op' to non-opaque consts
Roman Lebedev
2019-05-30
1
-6
/
+8
*
[DAGCombiner][X86][AArch64] (x - C) + y -> (x + y) - C fold. Try 2
Roman Lebedev
2019-05-30
1
-0
/
+8
*
[DAGCombine] (x - C) - y -> (x - y) - C fold. Try 3
Roman Lebedev
2019-05-30
1
-0
/
+7
*
[DAGCombine][X86][AArch64][AMDGPU] (x - y) + -1 -> add (xor y, -1), x fold...
Roman Lebedev
2019-05-30
1
-0
/
+14
*
[DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x + C) -> (y - x) - C fol...
Roman Lebedev
2019-05-30
1
-0
/
+6
*
[DAGCombiner][X86][AArch64][AMDGPU] (x + C) - y -> (x - y) + C fold. Try 3
Roman Lebedev
2019-05-30
1
-0
/
+7
*
[DAGCombine] ((c1-A)-c2) -> ((c1-c2)-A) constant-fold
Roman Lebedev
2019-05-30
1
-0
/
+10
*
[DAGCombine] (A-C1)-C2 -> A-(C1+C2) constant-fold
Roman Lebedev
2019-05-30
1
-0
/
+10
*
[DAGCombine] (A+C1)-C2 -> A+(C1-C2) constant-fold
Roman Lebedev
2019-05-30
1
-0
/
+10
*
[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
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
3
-8
/
+19
*
Correct error in revert of r362112.
Kevin P. Neal
2019-05-30
1
-1
/
+1
[next]