aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-10re PR tree-optimization/68806 (internal compiler error: Segmentation fault)Richard Biener1-3/+6
2015-11-30re PR tree-optimization/68592 (ICE in vect_get_vec_def_for_operand, at tree-v...Richard Biener1-0/+7
2015-11-27re PR tree-optimization/68559 (Excessive peeling for gaps)Richard Biener1-0/+1
2015-11-27Fix memory leak in loop_vec_infoMartin Liska1-0/+1
2015-11-26re PR tree-optimization/66721 (gcc.target/i386/pr61403.c FAILs)Richard Biener1-16/+98
2015-11-23re PR tree-optimization/68327 (ICE on valid code at -O3 on x86_64-linux-gnu i...Ilya Enkovich1-1/+2
2015-11-20re PR tree-optimization/68413 (internal compiler error: in vect_transform_stmt)Alan Hayward1-18/+24
2015-11-18re PR middle-end/67790 (verify_ssa failed: definition in block 20 follows the...Richard Biener1-47/+21
2015-11-13tree-vect-loop.c (vect_determine_vectorization_factor): Check mix of boolean ...Ilya Enkovich1-0/+25
2015-11-13Optimize condition reductions where the result is an integer induction variableAlan Hayward1-8/+130
2015-11-13tree-vect-loop.c (vect_analyze_loop_2): Add fatal parameter.Richard Biener1-4/+11
2015-11-10optabs.c (expand_binop_directly): Allow scalar mode for vec_pack_trunc_optab.Ilya Enkovich1-12/+19
2015-11-10expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results.Ilya Enkovich1-5/+130
2015-11-03tree-vect-data-refs.c (vect_analyze_data_refs): Do not collect data reference...Richard Biener1-5/+67
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+7
2015-10-272015-10-27 Alan Hayward <alan.hayward@arm.com>Alan Hayward1-19/+5
2015-10-26tree-vect-loop.c (vect_create_epilog_for_reduction): Fix VEC_COND_EXPR types.Alan Hayward1-2/+3
2015-10-23Support for vectorizing conditional expressionsAlan Hayward1-90/+421
2015-10-15tree-vectorizer.h (vect_get_new_ssa_name): Declare.Richard Biener1-36/+18
2015-10-14tree-vectorizer.h (vect_is_simple_use): Remove unused parameters.Richard Biener1-24/+18
2015-10-14tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Reset info at start.Richard Biener1-2/+2
2015-10-13tree-vect-data-refs.c (vect_analyze_data_ref_dependences): Allocate the data ...Richard Biener1-17/+10
2015-10-12tree-vect-loop.c (vect_analyze_loop_operations): Move cost related code ...Richard Biener1-98/+95
2015-10-08tree-vect-loop.c (vect_analyze_loop_operations): Skip virtual phi in the tail...Yuri Rumyantsev1-0/+2
2015-10-07tree-vectorizer.h (stmt_vec_info_vec): Use vec<stmt_vec_info>.Richard Biener1-149/+77
2015-10-06tree-vectorizer.h (vec_info): New base class for...Richard Biener1-32/+29
2015-09-20switch from gimple to gimple*Trevor Saunders1-84/+86
2015-09-17Split up optabs.[hc]Richard Sandiford1-11/+1
2015-08-01Allow non-overflow ops in reductionsTom de Vries1-2/+4
2015-07-23Check TYPE_OVERFLOW_WRAPS for parloops reductionsTom de Vries1-14/+30
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-22tree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec and single_scalar_ite...Richard Biener1-72/+77
2015-06-18re PR tree-optimization/66510 (gcc.target/arm/pr53636.c FAILs after r224221)Richard Biener1-23/+25
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-28tree-vect-loop.c (vect_fixup_reduc_chain): New function.Richard Biener1-26/+69
2015-05-28tree-vectorizer.h (struct _slp_instance): Remove body_cost_vec member.Richard Biener1-5/+2
2015-05-27tree-vect-stmts.c (vectorizable_load): Initialize slp_perm earlier and remove...Richard Biener1-5/+0
2015-05-26tree-vect-loop.c (vect_update_vf_for_slp): Split out from ...Richard Biener1-61/+96
2015-05-22tree-vectorizer.h (struct _slp_oprnd_info): Add second_pattern member.Richard Biener1-13/+10
2015-05-22tree-vect-loop.c (get_reduction_op): New function.Richard Biener1-45/+41
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-1/+1
2015-04-04re PR tree-optimization/64909 (Missed vectorization with bdver1)Richard Biener1-31/+52
2015-02-25re PR tree-optimization/61917 (ICE on valid code at -O3 on x86_64-linux-gnu i...Kai Tietz1-1/+1
2015-02-25re PR tree-optimization/61917 (ICE on valid code at -O3 on x86_64-linux-gnu i...Richard Biener1-3/+6
2015-02-10re PR tree-optimization/64909 (Missed vectorization with bdver1)Richard Biener1-3/+8
2015-01-29re PR target/64844 (Vectorization inhibited in gcc5 when loop starts with ele...Richard Biener1-24/+24