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
*
[DAGCombiner] Enabled vector float/double -> int constant folding
Simon Pilgrim
2015-05-02
1
-4
/
+2
*
Masked gather and scatter - added DAGCombine visitors
Elena Demikhovsky
2015-04-30
1
-0
/
+142
*
Semantically revert r236031, which is not a good idea for in-order targets.
Owen Anderson
2015-04-30
1
-31
/
+0
*
generalize binop reassociation; NFC
Sanjay Patel
2015-04-29
1
-17
/
+30
*
tidy up; NFC
Sanjay Patel
2015-04-29
1
-41
/
+28
*
too much space again; NFC
Sanjay Patel
2015-04-29
1
-4
/
+0
*
too much space; NFC
Sanjay Patel
2015-04-29
1
-4
/
+0
*
transform fadd chains to increase parallelism
Sanjay Patel
2015-04-28
1
-0
/
+18
*
move IR-level optimization flags into their own struct
Sanjay Patel
2015-04-28
1
-3
/
+4
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-355
/
+490
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-490
/
+355
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-355
/
+490
*
[DAGCombiner] Fix the type used in canFoldInAddressingMode to account for the
Quentin Colombet
2015-04-24
1
-2
/
+2
*
[DAGCombiner] Remove extra bitcasts surrounding vector shuffles
Simon Pilgrim
2015-04-23
1
-0
/
+45
*
Fixed logic to enable complex FMA formation.
Olivier Sallenave
2015-04-22
1
-2
/
+2
*
[DAGCombine] Disable select(c, load,load) for indexed loads
Hal Finkel
2015-04-22
1
-0
/
+3
*
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
[next]