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
...
*
Revert "Revert "Fix merges of non-zero vector stores""
Matt Arsenault
2015-06-16
1
-6
/
+20
*
[DAGCombiner] Added BSWAP(BSWAP(x)) -> x combine pattern.
Simon Pilgrim
2015-06-13
1
-0
/
+3
*
[DAGCombiner] Added BSWAP vector constant folding support.
Simon Pilgrim
2015-06-13
1
-0
/
+12
*
Stripped trailing whitespace. NFC.
Simon Pilgrim
2015-06-13
1
-5
/
+5
*
Revert "Fix merges of non-zero vector stores"
Reid Kleckner
2015-06-11
1
-19
/
+6
*
Fix merges of non-zero vector stores
Matt Arsenault
2015-06-11
1
-6
/
+19
*
[DAGCombiner] Added CTLZ vector constant folding support.
Simon Pilgrim
2015-06-08
1
-2
/
+2
*
[DAGCombiner] Added CTTZ vector constant folding support.
Simon Pilgrim
2015-06-08
1
-2
/
+2
*
[DAGCombiner] Added CTPOP vector constant folding support.
Simon Pilgrim
2015-06-07
1
-1
/
+1
*
DAGCombiner: don't duplicate (fmul x, c) in visitFNEG if fneg is free
Fiona Glaser
2015-06-05
1
-1
/
+2
*
Simplify code; NFC.
Andrea Di Biagio
2015-06-05
1
-7
/
+7
*
[DAGCombiner] Fix wrong folding of a build_vector into a blend with zero.
Andrea Di Biagio
2015-06-04
1
-3
/
+6
*
Pass address space to isLegalAddressingMode in DAGCombiner
Matt Arsenault
2015-06-04
1
-1
/
+5
*
Add target hook to allow merging stores of nonzero constants
Matt Arsenault
2015-05-24
1
-3
/
+10
*
[X86][SSE] Improve support for 128-bit vector sign extension
Simon Pilgrim
2015-05-21
1
-3
/
+20
*
DAGCombiner: Continue combining if FoldConstantArithmetic() fails.
Matthias Braun
2015-05-20
1
-73
/
+95
*
use 'auto *' for pointers; clearer usage, no deep copying
Sanjay Patel
2015-05-19
1
-2
/
+2
*
tidy up
Sanjay Patel
2015-05-19
1
-5
/
+5
*
use range-based for-loop
Sanjay Patel
2015-05-19
1
-7
/
+4
*
use range-based for loop
Sanjay Patel
2015-05-19
1
-5
/
+5
*
DAGCombiner: Factor common pattern into isOneConstant() function. NFC
Matthias Braun
2015-05-19
1
-35
/
+32
*
DAGCombiner: Factor common pattern into isAllOnesConstant() function. NFC
Matthias Braun
2015-05-19
1
-46
/
+43
*
DAGCombiner: Use isNullConstant() where possible
Matthias Braun
2015-05-19
1
-19
/
+13
*
Revert accidental change in r237633
Matthias Braun
2015-05-18
1
-1
/
+1
*
DAGCombiner: Factor common pattern into isNullConstant() function. NFC
Matthias Braun
2015-05-18
1
-71
/
+59
*
[DAGCombine] Be more pedantic about use iteration in CombineToPreIndexedLoadS...
Hal Finkel
2015-05-18
1
-11
/
+12
*
Revert r237046. See the testcase on the thread where r237046 was committed.
Nick Lewycky
2015-05-13
1
-2
/
+5
*
propagate IR-level fast-math-flags to DAG nodes; 2nd try; NFC
Sanjay Patel
2015-05-11
1
-5
/
+2
*
Fix MergeConsecutiveStore for non-byte-sized memory accesses.
James Y Knight
2015-05-09
1
-0
/
+4
*
Fix alignment checks in MergeConsecutiveStores.
James Y Knight
2015-05-08
1
-36
/
+52
*
Revert r236546, "propagate IR-level fast-math-flags to DAG nodes (NFC)"
NAKAMURA Takumi
2015-05-06
1
-3
/
+6
*
propagate IR-level fast-math-flags to DAG nodes (NFC)
Sanjay Patel
2015-05-05
1
-6
/
+3
*
[DAGCombiner] Account for getVectorIdxTy() when narrowing vector load
Ulrich Weigand
2015-05-05
1
-2
/
+3
*
[DAGCombiner] Fix ReplaceExtractVectorEltOfLoadWithNarrowedLoad for BE
Ulrich Weigand
2015-05-05
1
-7
/
+0
*
[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
[prev]
[next]