index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
DAGCombiner.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-10
Fix (bitcast (fabs x)), (bitcast (fneg x)) and (bitcast (fcopysign cst,
Eric Christopher
1
-0
/
+68
2015-12-07
fix return values to match bool return type; NFC
Sanjay Patel
1
-2
/
+2
2015-12-03
[X86] Part 1 to fix x86-64 fp128 calling convention.
Chih-Hung Hsieh
1
-1
/
+17
2015-11-29
Use a lambda instead of std::bind and std::mem_fn I introduced in r254242. NFC
Craig Topper
1
-2
/
+3
2015-11-29
[SelectionDAG] Use std::any_of instead of a manually coded loop. NFC
Craig Topper
1
-8
/
+4
2015-11-25
Expose isXxxConstant() functions from SelectionDAGNodes.h (NFC)
Artyom Skrobov
1
-20
/
+0
2015-11-22
Remove duplicate getValueType() calls. NFCI.
Simon Pilgrim
1
-2
/
+2
2015-11-21
[DAGCombiner] Bugfix for lost chain depenedency.
Jonas Paulsson
1
-13
/
+7
2015-11-19
X86: More efficient legalization of wide integer compares
Hans Wennborg
1
-0
/
+15
2015-11-11
[DAGCombiner] Improve zextload optimization.
Geoff Berry
1
-22
/
+72
2015-11-11
Add target preference for GatherAllAliases max depth
Matt Arsenault
1
-1
/
+1
2015-11-09
add a SelectionDAG method to check if no common bits are set in two nodes; NFCI
Sanjay Patel
1
-16
/
+3
2015-11-06
DAGCombiner: Check shouldReduceLoadWidth before combining (and (load), x) -> ...
Tom Stellard
1
-1
/
+2
2015-11-02
Fix two issues in MergeConsecutiveStores:
James Y Knight
1
-2
/
+15
2015-10-27
Use the 'arcp' fast-math-flag when combining repeated FP divisors
Sanjay Patel
1
-5
/
+11
2015-10-27
Fix llc crash processing S/UREM for -Oz builds caused by rL250825.
Steve King
1
-5
/
+21
2015-10-24
[DAGCombiner] Generalize masking of constant rotates.
Simon Pilgrim
1
-5
/
+10
2015-10-24
[X86][XOP] Add support for lowering vector rotations
Simon Pilgrim
1
-55
/
+55
2015-10-22
[X86] - Catch extra combine opportunities for redundant imuls.
Zia Ansari
1
-8
/
+92
2015-10-20
Combining DIV+REM->DIVREM doesn't belong in LegalizeDAG; move it over into DA...
Artyom Skrobov
1
-18
/
+95
2015-10-14
A doccomment for CombineTo, and some NFC refactorings
Artyom Skrobov
1
-39
/
+34
2015-10-14
Merge DAGCombiner::visitSREM and DAGCombiner::visitUREM (NFC)
Artyom Skrobov
1
-66
/
+34
2015-10-13
DAGCombiner: Don't stop finding better chain on 2 aliases
Matt Arsenault
1
-4
/
+2
2015-10-12
DAGCombiner: Combine extract_vector_elt from build_vector
Matt Arsenault
1
-5
/
+20
2015-10-12
[SelectionDAG] Add common vector constant folding helper function
Simon Pilgrim
1
-63
/
+5
2015-10-11
[DAGCombiner] Improved FMA combine support for vectors
Simon Pilgrim
1
-33
/
+36
2015-10-11
[DAGCombiner] Tidyup FMINNUM/FMAXNUM constant folding
Simon Pilgrim
1
-14
/
+14
2015-10-03
[DAGCombiner] Generalize FADD constant combines to work with vectors
Simon Pilgrim
1
-16
/
+17
2015-10-03
[DAGCombiner] Merge SIGN_EXTEND_INREG vector constant folding methods. NCI.
Simon Pilgrim
1
-24
/
+4
2015-09-28
[DAGCombine] Fix getStoreMergeAndAliasCandidates's AA-enabled chain walking
Hal Finkel
1
-0
/
+2
2015-09-25
DAGCombiner: Check if store is volatile first
Matt Arsenault
1
-3
/
+3
2015-09-25
merge vector stores into wider vector stores and fix AArch64 misaligned acces...
Sanjay Patel
1
-11
/
+24
2015-09-24
Use new TokenFactor chain when merging stores
Matt Arsenault
1
-5
/
+29
2015-09-21
[DAGCombiner] Improve FMA support for interpolation patterns
Simon Pilgrim
1
-0
/
+89
2015-09-21
[DAGCombiner] Tidy up FMA combine helpers. NFCI.
Simon Pilgrim
1
-25
/
+21
2015-09-21
Fix accidentally committed debug printing
Matt Arsenault
1
-14
/
+1
2015-09-21
DAGCombiner: Replace store of FP constant after attemping store merges
Matt Arsenault
1
-10
/
+10
2015-09-21
Factor replacement of stores of FP constants into new function
Matt Arsenault
1
-72
/
+104
2015-09-21
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...
Craig Topper
1
-1
/
+1
2015-09-16
propagate fast-math-flags on DAG nodes
Sanjay Patel
1
-99
/
+129
2015-09-10
[DAGCombine] Truncate BUILD_VECTOR operators if necessary when constant foldi...
Silviu Baranga
1
-11
/
+25
2015-09-03
check for fastness before merging in DAGCombiner::MergeConsecutiveStores()
Sanjay Patel
1
-11
/
+16
2015-08-31
[DAGCombine] Fixup SETCC legality checking
Hal Finkel
1
-11
/
+17
2015-08-31
don't set a legal vector type if we know we can't use that type (NFCI)
Sanjay Patel
1
-18
/
+12
2015-08-31
generalize helper function of MergeConsecutiveStores to handle vector types (...
Sanjay Patel
1
-14
/
+21
2015-08-31
[DAGCombine] Use getSetCCResultType utility function
Hal Finkel
1
-1
/
+1
2015-08-31
[DAGCombine] Remove some old dead code for forming SETCC nodes
Hal Finkel
1
-45
/
+0
2015-08-28
Make MergeConsecutiveStores look at other stores on same chain
Matt Arsenault
1
-24
/
+149
2015-08-27
[CodeGen] Check FoldConstantArithmetic result before using it.
Ahmed Bougacha
1
-2
/
+3
2015-08-25
Pass function attributes instead of boolean in isIntDivCheap().
Steve King
1
-9
/
+6
[next]