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
...
*
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
*
A doccomment for CombineTo, and some NFC refactorings
Artyom Skrobov
2015-10-14
1
-39
/
+34
*
Merge DAGCombiner::visitSREM and DAGCombiner::visitUREM (NFC)
Artyom Skrobov
2015-10-14
1
-66
/
+34
*
DAGCombiner: Don't stop finding better chain on 2 aliases
Matt Arsenault
2015-10-13
1
-4
/
+2
*
DAGCombiner: Combine extract_vector_elt from build_vector
Matt Arsenault
2015-10-12
1
-5
/
+20
*
[SelectionDAG] Add common vector constant folding helper function
Simon Pilgrim
2015-10-12
1
-63
/
+5
*
[DAGCombiner] Improved FMA combine support for vectors
Simon Pilgrim
2015-10-11
1
-33
/
+36
*
[DAGCombiner] Tidyup FMINNUM/FMAXNUM constant folding
Simon Pilgrim
2015-10-11
1
-14
/
+14
*
[DAGCombiner] Generalize FADD constant combines to work with vectors
Simon Pilgrim
2015-10-03
1
-16
/
+17
*
[DAGCombiner] Merge SIGN_EXTEND_INREG vector constant folding methods. NCI.
Simon Pilgrim
2015-10-03
1
-24
/
+4
*
[DAGCombine] Fix getStoreMergeAndAliasCandidates's AA-enabled chain walking
Hal Finkel
2015-09-28
1
-0
/
+2
*
DAGCombiner: Check if store is volatile first
Matt Arsenault
2015-09-25
1
-3
/
+3
*
merge vector stores into wider vector stores and fix AArch64 misaligned acces...
Sanjay Patel
2015-09-25
1
-11
/
+24
*
Use new TokenFactor chain when merging stores
Matt Arsenault
2015-09-24
1
-5
/
+29
*
[DAGCombiner] Improve FMA support for interpolation patterns
Simon Pilgrim
2015-09-21
1
-0
/
+89
*
[DAGCombiner] Tidy up FMA combine helpers. NFCI.
Simon Pilgrim
2015-09-21
1
-25
/
+21
*
Fix accidentally committed debug printing
Matt Arsenault
2015-09-21
1
-14
/
+1
*
DAGCombiner: Replace store of FP constant after attemping store merges
Matt Arsenault
2015-09-21
1
-10
/
+10
*
Factor replacement of stores of FP constants into new function
Matt Arsenault
2015-09-21
1
-72
/
+104
*
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...
Craig Topper
2015-09-21
1
-1
/
+1
*
propagate fast-math-flags on DAG nodes
Sanjay Patel
2015-09-16
1
-99
/
+129
*
[DAGCombine] Truncate BUILD_VECTOR operators if necessary when constant foldi...
Silviu Baranga
2015-09-10
1
-11
/
+25
*
check for fastness before merging in DAGCombiner::MergeConsecutiveStores()
Sanjay Patel
2015-09-03
1
-11
/
+16
*
[DAGCombine] Fixup SETCC legality checking
Hal Finkel
2015-08-31
1
-11
/
+17
*
don't set a legal vector type if we know we can't use that type (NFCI)
Sanjay Patel
2015-08-31
1
-18
/
+12
*
generalize helper function of MergeConsecutiveStores to handle vector types (...
Sanjay Patel
2015-08-31
1
-14
/
+21
*
[DAGCombine] Use getSetCCResultType utility function
Hal Finkel
2015-08-31
1
-1
/
+1
*
[DAGCombine] Remove some old dead code for forming SETCC nodes
Hal Finkel
2015-08-31
1
-45
/
+0
*
Make MergeConsecutiveStores look at other stores on same chain
Matt Arsenault
2015-08-28
1
-24
/
+149
*
[CodeGen] Check FoldConstantArithmetic result before using it.
Ahmed Bougacha
2015-08-27
1
-2
/
+3
*
Pass function attributes instead of boolean in isIntDivCheap().
Steve King
2015-08-25
1
-9
/
+6
*
Add DAG optimisation for FP16_TO_FP
Oliver Stannard
2015-08-24
1
-0
/
+17
[prev]
[next]