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
...
*
Refactoring and enhancement to FMA combine.
Olivier Sallenave
2015-04-20
1
-171
/
+369
*
DAGCombine: Remove redundant NaN checks around ISD::FSQRT
Tom Stellard
2015-04-20
1
-0
/
+35
*
Add support to promote f16 to f32
Pirama Arumuga Nainar
2015-04-17
1
-0
/
+17
*
[CodeGen] Re-apply r234809 (concat of scalars), with an x86_mmx fix.
Ahmed Bougacha
2015-04-16
1
-0
/
+66
*
Revert r234809 because it caused PR23246.
Nick Lewycky
2015-04-16
1
-60
/
+0
*
[CodeGen] Combine concat_vectors of scalars into build_vector.
Ahmed Bougacha
2015-04-13
1
-0
/
+60
*
DAGCombiner: Fix crash in select(select) opt.
Matthias Braun
2015-04-13
1
-2
/
+2
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
1
-7
/
+7
*
[CodeGen] Combine concat_vector of trunc'd scalar to scalar_to_vector.
Ahmed Bougacha
2015-04-09
1
-3
/
+13
*
Revert "Refactoring and enhancement to FMA combine."
Rafael Espindola
2015-04-09
1
-361
/
+172
*
Refactoring and enhancement to FMA combine.
Olivier Sallenave
2015-04-09
1
-172
/
+361
*
[DAGCombine] Fix a bug in MergeConsecutiveStores.
Akira Hatanaka
2015-04-08
1
-20
/
+21
*
[DAGCombiner] Add support for FCEIL, FFLOOR and FTRUNC vector constant folding
Simon Pilgrim
2015-04-06
1
-6
/
+3
*
[DAGCombiner] Merge FMUL Scalar and Vector constant canonicalization to RHS. ...
Simon Pilgrim
2015-04-05
1
-8
/
+2
*
[DAGCombiner] Canonicalize vector constants for ADD/MUL/AND/OR/XOR re-associa...
Simon Pilgrim
2015-04-04
1
-6
/
+11
*
[DAGCombiner] Combine shuffles of BUILD_VECTOR and SCALAR_TO_VECTOR
Simon Pilgrim
2015-04-03
1
-0
/
+37
*
Fix PR23065. Avoid optimizing bitcast of build_vector with constant input to ...
Jiangning Liu
2015-04-01
1
-5
/
+0
*
typos; NFC
Sanjay Patel
2015-03-31
1
-5
/
+5
*
Use SDValue bool check to tidyup some possible vector folding ops. NFC.
Simon Pilgrim
2015-03-29
1
-40
/
+35
*
Use SDValue bool check to tidyup some possible ReassociateOps. NFC.
Simon Pilgrim
2015-03-29
1
-10
/
+5
*
[DAGCombiner] Fixed incorrect test for buildvector of constant integers.
Simon Pilgrim
2015-03-28
1
-14
/
+8
*
revert inadvertent change
Sanjay Patel
2015-03-26
1
-2
/
+0
*
comment cleanup; NFC
Sanjay Patel
2015-03-26
1
-0
/
+2
*
fix indent; NFC
Sanjay Patel
2015-03-26
1
-1
/
+1
*
[DAGCombiner] Add support for TRUNCATE + FP_EXTEND vector constant folding
Simon Pilgrim
2015-03-25
1
-53
/
+23
*
'optnone' should not disable DAG combiner.
Paul Robinson
2015-03-25
1
-5
/
+0
*
Move private classes into anonymous namespaces
Benjamin Kramer
2015-03-23
1
-0
/
+2
*
Fix a nasty bug in DAGCombine of STORE nodes.
Owen Anderson
2015-03-19
1
-3
/
+8
*
DAGCombiner: fold (xor (shl 1, x), -1) -> (rotl ~1, x)
David Majnemer
2015-03-18
1
-0
/
+26
*
XformToShuffleWithZero - Added clearer early outs and general tidy up. NFCI
Simon Pilgrim
2015-03-17
1
-31
/
+38
*
[DAGCombiner] Add a shuffle mask commutation helper function. NFCI.
Simon Pilgrim
2015-03-07
1
-19
/
+2
*
Use SDValue bool check to tidyup some possible combines. NFC.
Simon Pilgrim
2015-03-07
1
-6
/
+5
*
[DAGCombiner] Fix wrong folding of AND dag nodes.
Andrea Di Biagio
2015-03-07
1
-3
/
+7
*
[DAGCombiner] SCALAR_TO_VECTOR(EXTRACT_VECTOR_ELT(V,C)) -> VECTOR_SHUFFLE
Simon Pilgrim
2015-03-07
1
-0
/
+30
*
DAGCombiner: Canonicalize select(and/or,x,y) depending on target.
Matthias Braun
2015-03-06
1
-0
/
+63
*
DAGCombiner: Factor out some and/or combines.
Matthias Braun
2015-03-06
1
-225
/
+252
*
[DagCombiner] Allow shuffles to merge through bitcasts
Simon Pilgrim
2015-03-05
1
-0
/
+83
*
[DAGCombine] Fix a bug in a BUILD_VECTOR combine
Michael Kuperstein
2015-03-04
1
-2
/
+3
*
DAGCombiner::LoadedSlice: Remove explicit copy ctor in favor of the Rule of Zero
David Blaikie
2015-03-03
1
-3
/
+0
*
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...
David Blaikie
2015-03-03
1
-0
/
+3
*
Remove the explicit SDNodeIterator::operator= in favor of the implicit default
David Blaikie
2015-03-03
1
-3
/
+0
*
avoid infinite looping when folding vector multiplies of constants (PR22698)
Sanjay Patel
2015-03-01
1
-5
/
+14
*
Convert push_back loops into append calls.
Benjamin Kramer
2015-02-28
1
-4
/
+2
*
When the source has a series of assignments, users reasonably want to
Paul Robinson
2015-02-26
1
-0
/
+3
*
Reapplied D7816 & rL230177 & rL230278 - with an additional fix toensure that ...
Simon Pilgrim
2015-02-24
1
-45
/
+65
*
Revert:
Eric Christopher
2015-02-24
1
-39
/
+23
*
DAGCombiner: Move variable definitions closer to use; NFC
Matthias Braun
2015-02-24
1
-38
/
+38
*
DAGCombiner: Move variable declaration closer to definiion; NFC
Matthias Braun
2015-02-24
1
-3
/
+3
*
Fix based on post-commit comment on D7816 & rL230177 - BUILD_VECTOR operand t...
Simon Pilgrim
2015-02-23
1
-4
/
+5
*
[DagCombiner] Generalized BuildVector Vector Concatenation
Simon Pilgrim
2015-02-22
1
-23
/
+38
[prev]
[next]