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
...
*
[DAGCombine] Remainder of fix to r225380 (More FMA folding opportunities)
Hal Finkel
2015-01-09
1
-10
/
+24
*
Partial fix to r225380 (More FMA folding opportunities)
Hal Finkel
2015-01-09
1
-96
/
+95
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-26
/
+29
*
More FMA folding opportunities.
Olivier Sallenave
2015-01-07
1
-1
/
+133
*
Test commit
Olivier Sallenave
2015-01-07
1
-0
/
+1
*
Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...
Craig Topper
2015-01-05
1
-1
/
+1
*
Revert "merge consecutive stores of extracted vector elements"
Alexey Samsonov
2014-12-31
1
-75
/
+4
*
Always assert in DAGCombine and not only when -debug is enabled
Mehdi Amini
2014-12-23
1
-5
/
+6
*
[DagCombine] Improve DAGCombiner BUILD_VECTOR when it has two sources of elem...
Michael Kuperstein
2014-12-23
1
-12
/
+22
*
merge consecutive stores of extracted vector elements
Sanjay Patel
2014-12-19
1
-4
/
+75
*
[DAGCombine] Slightly improve lowering of BUILD_VECTOR into a shuffle.
Michael Kuperstein
2014-12-17
1
-11
/
+22
*
Add target hook for whether it is profitable to reduce load widths
Matt Arsenault
2014-12-12
1
-0
/
+3
*
Fix a few instances found in SelectionDAG where we were not handling F16 at p...
Owen Anderson
2014-12-09
1
-2
/
+0
*
[InstCombine] Minor optimization for bswap with binary ops
Simon Pilgrim
2014-12-04
1
-0
/
+2
*
Masked Load / Store Intrinsics - the CodeGen part.
Elena Demikhovsky
2014-12-04
1
-0
/
+160
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
1
-161
/
+0
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
1
-0
/
+161
*
[DAG] Teach how to turn a build_vector into a shuffle if some of the operands...
Andrea Di Biagio
2014-11-21
1
-11
/
+39
*
[DAG] Refactor the shuffle combining logic in DAGCombiner. NFC.
Andrea Di Biagio
2014-11-21
1
-153
/
+73
*
DAGCombiner: Allow the DAGCombiner to combine multiple FDIVs with the same di...
Hao Liu
2014-11-21
1
-0
/
+38
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-3
/
+4
*
Fix optimisations of SELECT_CC which assumed result is boolean
Oliver Stannard
2014-11-17
1
-2
/
+5
*
[DAG] Improved target independent vector shuffle folding logic.
Andrea Di Biagio
2014-11-15
1
-0
/
+20
*
LLVM incorrectly folds xor into select
Oliver Stannard
2014-11-11
1
-1
/
+2
*
[X86] Teach method 'isVectorClearMaskLegal' how to check for legal blend masks.
Andrea Di Biagio
2014-11-05
1
-1
/
+1
*
Normally an 'optnone' function goes through fast-isel, which does not
Paul Robinson
2014-11-03
1
-0
/
+7
*
Fix incorrect invariant check in DAG Combine
Louis Gerbarg
2014-10-30
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2014-10-29
1
-26
/
+26
*
Use rsqrt (X86) to speed up reciprocal square root calcs
Sanjay Patel
2014-10-24
1
-40
/
+77
*
Strength reduce constant-sized vectors into arrays. No functionality change.
Benjamin Kramer
2014-10-22
1
-2
/
+2
*
Add minnum / maxnum codegen
Matt Arsenault
2014-10-21
1
-0
/
+46
*
SelectionDAG: Add sext_inreg optimizations
Jan Vesely
2014-10-17
1
-0
/
+22
*
Improve sqrt estimate algorithm (fast-math)
Sanjay Patel
2014-10-09
1
-17
/
+16
*
Remove unnecessary include.
Eric Christopher
2014-10-08
1
-1
/
+0
*
Use both the cached TLI and the subtarget off of the DAG in
Eric Christopher
2014-10-08
1
-15
/
+10
*
[DAGCombine] Remove SIGN_EXTEND-related inf-loop
Hal Finkel
2014-10-06
1
-6
/
+2
*
Fast-math fold: x / (y * sqrt(z)) -> x * (rsqrt(z) / y)
Sanjay Patel
2014-10-06
1
-0
/
+22
*
[x86, dag] Teach the DAG combiner to prune inputs toa vector_shuffle
Chandler Carruth
2014-10-05
1
-0
/
+93
*
Use the target-specified iteration count to opt out of any further refinement...
Sanjay Patel
2014-09-30
1
-60
/
+62
*
Split the estimate() interface into separate functions for each type. NFC.
Sanjay Patel
2014-09-30
1
-2
/
+2
*
[DAG] Check in advance if a build_vector has a legal type before attempting t...
Andrea Di Biagio
2014-09-30
1
-4
/
+4
*
[AArch64] Redundant store instructions should be removed as dead code
James Molloy
2014-09-27
1
-0
/
+11
*
Refactor reciprocal and reciprocal square root estimate into target-independe...
Sanjay Patel
2014-09-26
1
-28
/
+142
*
Revert patch ofr218493
David Xu
2014-09-26
1
-14
/
+0
*
Redundant store instructions should be removed as dead code
David Xu
2014-09-26
1
-0
/
+14
*
Use SDValue bool operator to reduce code. No functional change.
Sanjay Patel
2014-09-23
1
-9
/
+6
*
Refactor reciprocal square root estimate into target-independent function; NFC.
Sanjay Patel
2014-09-21
1
-17
/
+62
*
Optionally enable more-aggressive FMA formation in DAGCombine
Hal Finkel
2014-09-19
1
-5
/
+10
*
Replace dead links to "Hacker's Delight" with general references. NFC.
Sanjay Patel
2014-09-15
1
-4
/
+4
*
Add DAG combine for shl + add of constants.
Matt Arsenault
2014-09-11
1
-32
/
+12
[prev]
[next]