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][SSE] Reapplied: Improve vector ZERO_EXTEND by combining to ZERO_EXTEND_...
Simon Pilgrim
2016-03-10
1
-1
/
+18
*
Revert r262599 "[X86][SSE] Improve vector ZERO_EXTEND by combining to ZERO_EX...
Hans Wennborg
2016-03-08
1
-18
/
+1
*
DAGCombiner: Check legality before creating extract_vector_elt
Matt Arsenault
2016-03-07
1
-1
/
+3
*
[DAGCombine] Fix divrem combine not to assume div/rem type is simple.
Michael Kuperstein
2016-03-04
1
-1
/
+4
*
[ARM] Merging 64-bit divmod lib calls into one
Renato Golin
2016-03-04
1
-4
/
+8
*
[X86][SSE] Improve vector ZERO_EXTEND by combining to ZERO_EXTEND_VECTOR_INREG
Simon Pilgrim
2016-03-03
1
-1
/
+18
*
Revert "[ARM] Merging 64-bit divmod lib calls into one"
Renato Golin
2016-03-03
1
-2
/
+1
*
[ARM] Merging 64-bit divmod lib calls into one
Renato Golin
2016-03-02
1
-1
/
+2
*
DAGCombiner: Make sure an integer is being truncated
Matt Arsenault
2016-03-02
1
-1
/
+1
*
DAGCombiner: Turn truncate of a bitcasted vector to an extract
Matt Arsenault
2016-03-01
1
-0
/
+16
*
Revert "[mips] Promote the result of SETCC nodes to GPR width."
Vasileios Kalintiris
2016-03-01
1
-1
/
+2
*
DAGCombiner: Turn extract of bitcasted integer into truncate
Matt Arsenault
2016-03-01
1
-0
/
+8
*
[mips] Promote the result of SETCC nodes to GPR width.
Vasileios Kalintiris
2016-03-01
1
-2
/
+1
*
DAGCombiner: Don't unnecessarily swap operands in ReassociateOps
Matt Arsenault
2016-02-27
1
-2
/
+2
*
DAGCombiner: Relax sqrt NaN folding check
Matt Arsenault
2016-02-27
1
-7
/
+7
*
[DAGCombiner] Use getBitcast helper when possible. NFCI.
Simon Pilgrim
2016-02-20
1
-7
/
+3
*
[CodeGen] Document and use getConstant's splat-building feature. NFC.
Ahmed Bougacha
2016-02-15
1
-6
/
+3
*
Don't combine fp_round (fp_round x) if f80 to f16 is generated
Pirama Arumuga Nainar
2016-02-13
1
-0
/
+11
*
[CodeGen] Prefer "if (SDValue R = ...)" to "if (R.getNode())". NFCI.
Ahmed Bougacha
2016-02-09
1
-37
/
+28
*
[SelectionDAG] Fix CombineToPreIndexedLoadStore O(n^2) behavior
Tim Shen
2016-02-03
1
-5
/
+5
*
AArch64: Implement missed conditional compare sequences.
Balaram Makam
2016-02-01
1
-2
/
+2
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-1
/
+1
*
[DAGCombiner] Don't add volatile or indexed stores to ChainedStores
Junmo Park
2016-01-28
1
-0
/
+4
*
Tidied up TRUNC combine code. NFC.
Simon Pilgrim
2016-01-23
1
-9
/
+5
*
[SelectionDAG] Fold more offsets into GlobalAddresses
Dan Gohman
2016-01-22
1
-73
/
+77
*
Revert "[SelectionDAG] Fold more offsets into GlobalAddresses"
Reid Kleckner
2016-01-22
1
-77
/
+73
*
[SelectionDAG] Fold more offsets into GlobalAddresses
Dan Gohman
2016-01-20
1
-73
/
+77
*
[DAGCombiner] don't dereference an operand that doesn't exist (PR26070)
Sanjay Patel
2016-01-08
1
-12
/
+13
*
Test commit access - add a blank line in comment.
Tim Shen
2016-01-08
1
-0
/
+1
*
[SelectionDAGBuilder] Set NoUnsignedWrap for inbounds gep and load/store offs...
Dan Gohman
2016-01-06
1
-1
/
+5
*
Fix (bitcast (fabs x)), (bitcast (fneg x)) and (bitcast (fcopysign cst,
Eric Christopher
2015-12-10
1
-0
/
+68
*
fix return values to match bool return type; NFC
Sanjay Patel
2015-12-07
1
-2
/
+2
*
[X86] Part 1 to fix x86-64 fp128 calling convention.
Chih-Hung Hsieh
2015-12-03
1
-1
/
+17
*
Use a lambda instead of std::bind and std::mem_fn I introduced in r254242. NFC
Craig Topper
2015-11-29
1
-2
/
+3
*
[SelectionDAG] Use std::any_of instead of a manually coded loop. NFC
Craig Topper
2015-11-29
1
-8
/
+4
*
Expose isXxxConstant() functions from SelectionDAGNodes.h (NFC)
Artyom Skrobov
2015-11-25
1
-20
/
+0
*
Remove duplicate getValueType() calls. NFCI.
Simon Pilgrim
2015-11-22
1
-2
/
+2
*
[DAGCombiner] Bugfix for lost chain depenedency.
Jonas Paulsson
2015-11-21
1
-13
/
+7
*
X86: More efficient legalization of wide integer compares
Hans Wennborg
2015-11-19
1
-0
/
+15
*
[DAGCombiner] Improve zextload optimization.
Geoff Berry
2015-11-11
1
-22
/
+72
*
Add target preference for GatherAllAliases max depth
Matt Arsenault
2015-11-11
1
-1
/
+1
*
add a SelectionDAG method to check if no common bits are set in two nodes; NFCI
Sanjay Patel
2015-11-09
1
-16
/
+3
*
DAGCombiner: Check shouldReduceLoadWidth before combining (and (load), x) -> ...
Tom Stellard
2015-11-06
1
-1
/
+2
*
Fix two issues in MergeConsecutiveStores:
James Y Knight
2015-11-02
1
-2
/
+15
*
Use the 'arcp' fast-math-flag when combining repeated FP divisors
Sanjay Patel
2015-10-27
1
-5
/
+11
*
Fix llc crash processing S/UREM for -Oz builds caused by rL250825.
Steve King
2015-10-27
1
-5
/
+21
*
[DAGCombiner] Generalize masking of constant rotates.
Simon Pilgrim
2015-10-24
1
-5
/
+10
*
[X86][XOP] Add support for lowering vector rotations
Simon Pilgrim
2015-10-24
1
-55
/
+55
*
[X86] - Catch extra combine opportunities for redundant imuls.
Zia Ansari
2015-10-22
1
-8
/
+92
*
Combining DIV+REM->DIVREM doesn't belong in LegalizeDAG; move it over into DA...
Artyom Skrobov
2015-10-20
1
-18
/
+95
[next]