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
*
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
*
Fix PR18162 - Incorrect assertion assumed that the SDValue resno is zero.
Nadav Rotem
2013-12-10
1
-1
/
+1
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-2
/
+2
*
Unrevert r195599 with testcase fix.
Bill Wendling
2013-11-25
1
-0
/
+5
*
Revert r195599 as it broke the builds.
Amara Emerson
2013-11-25
1
-5
/
+0
*
Fixed tryFoldToZero() for vector types that need expansion.
Daniel Sanders
2013-11-25
1
-13
/
+2
*
Don't look past volatile loads.
Bill Wendling
2013-11-25
1
-0
/
+5
*
Split SETCC if VSELECT requires splitting too.
Tom Stellard
2013-11-22
1
-17
/
+39
*
DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal...
Benjamin Kramer
2013-11-17
1
-1
/
+1
*
Add target hook to prevent folding some bitcasted loads.
Matt Arsenault
2013-11-15
1
-1
/
+2
*
SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Juergen Ributzka
2013-11-13
1
-0
/
+23
*
Vector forms of SHL, SRA, and SRL can be constant folded using SimplifyVBinOp...
Daniel Sanders
2013-11-11
1
-0
/
+18
*
Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs spl...
Juergen Ributzka
2013-10-30
1
-22
/
+0
*
SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Juergen Ributzka
2013-10-30
1
-0
/
+22
*
[DAGCombiner] Respect volatility when checking for aliases
Richard Sandiford
2013-10-28
1
-18
/
+25
*
Keep TBAA info when rewriting SelectionDAG loads and stores
Richard Sandiford
2013-10-28
1
-99
/
+56
*
Optimize concat_vectors(X, undef) -> scalar_to_vector(X).
Nadav Rotem
2013-10-25
1
-1
/
+28
*
Fix edge condition in DAGCombiner to improve codegen of shift sequences.
Andrea Di Biagio
2013-10-17
1
-0
/
+1
*
[projects/test-suite] White space and long line fixes.
Jack Carter
2013-10-17
1
-15
/
+21
*
DAGCombiner: Don't fold xor into not if getNOT would introduce an illegal con...
Benjamin Kramer
2013-10-16
1
-1
/
+1
*
[DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s...
Quentin Colombet
2013-10-11
1
-2
/
+574
*
[DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ...
Quentin Colombet
2013-10-11
1
-574
/
+2
*
[DAGCombiner] Slice a big load in two loads when the element are next to each
Quentin Colombet
2013-10-11
1
-2
/
+574
*
Fix DAGCombiner::visitFP_EXTEND to ignore indexed loads
Hal Finkel
2013-10-04
1
-1
/
+1
*
Added checking code whehter target supports specific dag combining about rotate
Jin-Gu Kang
2013-10-03
1
-11
/
+19
*
Re-apply the change from r191393 with fix for pr17380.
Andrea Di Biagio
2013-09-27
1
-0
/
+20
*
Revert r191393 since it caused pr17380.
Andrea Di Biagio
2013-09-26
1
-20
/
+0
[next]