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] DAG combine does not know how to combine indexed loads with
Quentin Colombet
2014-04-09
1
-2
/
+5
*
Bug 19348: Check for legal ExtLoad operation before folding
Matt Arsenault
2014-04-08
1
-9
/
+12
*
Make isSetCCEquivalent respect the TargetBooleanContents
Matt Arsenault
2014-04-01
1
-19
/
+22
*
Look at shuffles of build_vectors in DAGCombiner::visitEXTRACT_VECTOR_ELT
Hal Finkel
2014-03-31
1
-7
/
+24
*
[DAG] Fix an assertion failure caused by an invalid cast in method 'BuildVect...
Andrea Di Biagio
2014-03-22
1
-1
/
+1
*
[DAGCombiner] teach how to simplify xor/and/or nodes according to the followi...
Andrea Di Biagio
2014-03-18
1
-21
/
+52
*
Make DAGCombiner work on vector bitshifts with constant splat vectors.
Matt Arsenault
2014-03-17
1
-137
/
+165
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-1
/
+1
*
[DAGCombiner] Distribute TRUNC through AND in rotation amount
Adam Nemet
2014-03-07
1
-0
/
+16
*
[DAGCombiner] Recognize another rotation idiom
Adam Nemet
2014-03-07
1
-0
/
+8
*
[DAGCombiner] Slightly improve readability of matchRotateSub
Adam Nemet
2014-03-07
1
-8
/
+9
*
[X86] Teach the DAGCombiner how to fold a OR of two shufflevector nodes.
Andrea Di Biagio
2014-03-06
1
-0
/
+54
*
[DAGCombiner] Factor out distributeTruncateThroughAnd
Adam Nemet
2014-03-04
1
-47
/
+42
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-6
/
+6
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-21
/
+10
*
Fix visitTRUNCATE for legal i1 values
Hal Finkel
2014-02-28
1
-1
/
+1
*
Trivial code simplification
Matt Arsenault
2014-02-24
1
-2
/
+1
*
[DAGCombiner] PCMP* sets its result to all ones or zeros so we can AND with the
Quentin Colombet
2014-02-21
1
-0
/
+18
*
Teach the DAGCombiner how to fold concat_vector nodes when the input is two
Robert Lougher
2014-02-11
1
-0
/
+20
*
[DAG] Don't pull the binary operation though the shift if the operands have o...
Juergen Ributzka
2014-02-06
1
-2
/
+9
*
This patch teaches the DAGCombiner how to fold insert_subvector nodes
Manman Ren
2014-01-31
1
-0
/
+29
*
DAGCombine should not produce ISD::OR nodes after operation legalization if t...
Owen Anderson
2014-01-31
1
-2
/
+4
*
[DAGCombiner] Avoid introducing an illegal build_vector when folding a sign_e...
Andrea Di Biagio
2014-01-28
1
-9
/
+15
*
Fix sext(setcc) -> select_cc using wrong type for setcc.
Matt Arsenault
2014-01-27
1
-10
/
+16
*
[DAGCombiner] Teach how to fold sext/aext/zext of constant build vectors.
Andrea Di Biagio
2014-01-27
1
-9
/
+64
*
Fix for PR18102.
Stepan Dyatkovskiy
2014-01-27
1
-1
/
+4
*
Disable the use of TBAA when using AA in CodeGen
Hal Finkel
2014-01-25
1
-2
/
+14
*
Add combiner-aa-only-func (debug only)
Hal Finkel
2014-01-25
1
-0
/
+22
*
Improve descriptions of combiner-alias-analysis and combiner-global-alias-ana...
Hal Finkel
2014-01-25
1
-2
/
+2
*
Revert "Revert "Add Constant Hoisting Pass" (r200034)"
Juergen Ributzka
2014-01-25
1
-3
/
+6
*
Revert "Add Constant Hoisting Pass" (r200034)
Hans Wennborg
2014-01-25
1
-6
/
+3
*
Add Constant Hoisting Pass
Juergen Ributzka
2014-01-24
1
-3
/
+6
*
Fix DAGCombiner::GatherAllAliases to account for non-chain dependencies
Hal Finkel
2014-01-24
1
-1
/
+58
*
Revert "Add Constant Hoisting Pass"
Juergen Ributzka
2014-01-24
1
-6
/
+3
*
Restrict FindBetterChain DAG combines to unindexed nodes
Hal Finkel
2014-01-24
1
-2
/
+2
*
Add Constant Hoisting Pass
Juergen Ributzka
2014-01-24
1
-3
/
+6
*
Fix known typos
Alp Toker
2014-01-24
1
-3
/
+3
*
AVX512: combining setcc and zext is wrong on AVX512
Elena Demikhovsky
2014-01-22
1
-1
/
+4
*
Allow SMUL_LOHI and UMUL_LOHI to be narrow to MUL on targets where MUL is Cus...
Owen Anderson
2014-01-20
1
-1
/
+1
*
[DAGCombiner] Fix a wrong check in method SimplifyVBinOp.
Andrea Di Biagio
2014-01-15
1
-2
/
+2
*
[DAG] Refactor ReassociateOps - no functional change intended.
Juergen Ributzka
2014-01-13
1
-73
/
+44
*
[DAG] Teach DAG to also reassociate vector operations
Juergen Ributzka
2014-01-13
1
-16
/
+51
*
Handle masked rotate amounts
Richard Sandiford
2014-01-09
1
-16
/
+72
*
Match the InstCombine form of rotates by X+C
Richard Sandiford
2014-01-09
1
-12
/
+39
*
Teach the DAGCombiner how to fold 'vselect' dag nodes according
Andrea Di Biagio
2014-01-08
1
-0
/
+7
*
[DAGCombiner] Factor duplicated rotate code into a separate function
Richard Sandiford
2014-01-08
1
-66
/
+70
*
[AArch64 NEON] Fix invalid constant used in vselect condition.
Kevin Qin
2014-01-06
1
-2
/
+2
*
Fix a bug in DAGcombiner about zero-extend after setcc.
Kevin Qin
2013-12-30
1
-1
/
+2
*
Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of a BUILD_VECTOR of
Andrea Di Biagio
2013-12-27
1
-0
/
+23
*
Extend (truncate (load)) folding
Richard Sandiford
2013-12-11
1
-0
/
+14
[next]