aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-slp.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+9
2015-10-14tree-vectorizer.h (vect_is_simple_use): Remove unused parameters.Richard Biener1-18/+12
2015-10-14tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Reset info at start.Richard Biener1-0/+17
2015-10-13tree-vect-data-refs.c (vect_analyze_data_ref_dependences): Allocate the data ...Richard Biener1-0/+4
2015-10-06tree-vectorizer.h (vec_info): New base class for...Richard Biener1-89/+69
2015-09-20switch from gimple to gimple*Trevor Saunders1-63/+63
2015-09-17Split up optabs.[hc]Richard Sandiford1-9/+1
2015-07-18fix pr46851 and pr60340: remove unmaintained omega dependence testSebastian Pop1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-16/+5
2015-06-25tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Improve debug dumping.Richard Biener1-15/+14
2015-06-24tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.Ilya Enkovich1-1/+1
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-3/+2
2015-06-18re PR tree-optimization/66510 (gcc.target/arm/pr53636.c FAILs after r224221)Richard Biener1-34/+10
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-10tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Split out from ...Richard Biener1-50/+65
2015-06-09tree-vect-slp.c (vect_build_slp_tree_1): Remove bailout on gaps.Richard Biener1-28/+7
2015-06-09re PR tree-optimization/66419 (FAIL: gcc.target/aarch64/aapcs64/va_arg-6.c ex...Richard Biener1-1/+3
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-08tree-vect-stmts.c (vectorizable_load): Compute the pointer adjustment for gap...Richard Biener1-36/+5
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-03tree-vect-data-refs.c (vect_analyze_group_access): Properly compute GROUP_GAP...Richard Biener1-11/+7
2015-06-02re PR tree-optimization/65961 (ice in vect_is_simple_use_1 with -O3)Richard Biener1-3/+31
2015-06-01re PR tree-optimization/66280 (ICE: in vect_get_vec_def_for_operand, at tree-...Richard Biener1-13/+19
2015-05-28tree-vect-loop.c (vect_fixup_reduc_chain): New function.Richard Biener1-3/+14
2015-05-28tree-vectorizer.h (struct _slp_instance): Remove body_cost_vec member.Richard Biener1-96/+53
2015-05-27tree-vect-stmts.c (vectorizable_load): Initialize slp_perm earlier and remove...Richard Biener1-2/+16
2015-05-26tree-vect-loop.c (vect_update_vf_for_slp): Split out from ...Richard Biener1-11/+18
2015-05-22tree-vectorizer.h (struct _slp_oprnd_info): Add second_pattern member.Richard Biener1-19/+23
2015-05-22tree-vect-loop.c (get_reduction_op): New function.Richard Biener1-6/+7
2015-05-19re PR tree-optimization/66165 (vect_transform_slp_perm_load: vec out of range ?)Richard Biener1-0/+12
2015-05-13re PR tree-optimization/66129 (FAIL: gcc.dg/vect/vect-strided-*c execution test)Richard Biener1-1/+2
2015-05-12re PR tree-optimization/37021 (Fortran Complex reduction / multiplication not...Richard Biener1-7/+141
2015-05-12tree-vect-slp.c (vect_build_slp_tree_1): For BB vectorization do not allow un...Richard Biener1-0/+13
2015-05-06tree-vect-slp.c (vect_supported_load_permutation_p): Use vect_transform_slp_p...Richard Biener1-6/+22
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-1/+1
2015-05-04re PR tree-optimization/65935 (433.milc in SPEC CPU 2006 is miscompiled)Richard Biener1-2/+14
2015-04-29tree-vect-data-refs.c (vect_analyze_group_access): Properly compute GROUP_SIZ...Richard Biener1-2/+16
2015-04-28re PR fortran/62283 (basic-block vectorization fails)Richard Biener1-21/+70
2015-04-23tree-vect-slp.c (vect_find_first_load_in_slp_instance): Remove.Richard Biener1-62/+43
2015-03-24re PR tree-optimization/65533 (252.eon in SPEC CPU 2000 failed to build)Jakub Jelinek1-1/+8
2015-03-23re PR tree-optimization/65494 (Loop is not vectorized because of operand cano...Richard Biener1-8/+4
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+14
2015-01-14re PR tree-optimization/59354 (Element swizzling produces invalid result with...Richard Biener1-2/+5
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-6/+4
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-2/+1
2014-11-27re PR tree-optimization/61634 (ICE in in vect_get_vec_def_for_operand, at tre...Richard Biener1-35/+101
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-7/+8