aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+14
2015-01-14re PR tree-optimization/64493 (ICE at -O3 on x86_64-linux-gnu)Richard Biener1-1/+4
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-29/+32
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-4/+4
2014-11-25re PR middle-end/61927 (Wrong results with loop vectorization of: "var[i] = A...Richard Biener1-7/+7
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-28/+33
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-4/+4
2014-11-14[Vectorizer] Tidy up vect_create_epilog / use_scalar_resultAlan Lawrence1-24/+16
2014-11-14[Vectorizer]Make reductions-via-shifts and vec_shr_optab endianness-neutralAlan Lawrence1-10/+4
2014-11-13[Vectorizer] Use a VEC_PERM_EXPR instead of VEC_RSHIFT_EXPR; expand appropria...Alan Lawrence1-24/+57
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-3/+3
2014-10-27Add new optabs for reducing vectors to scalarsAlan Lawrence1-7/+9
2014-10-27[Vectorizer] Make REDUC_xxx_EXPR tree codes produce a scalar resultAlan Lawrence1-9/+22
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-08-11re PR c/62073 (Segmentation fault with tree vectorize)Felix Yang1-1/+2
2014-06-24tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r...Cong Hou1-0/+1
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-2/+2
2014-05-06Merge in wide-int.Kenneth Zadeck1-8/+6
2014-04-17re PR c++/60836 (invalid PHI argument and ICE in verify_gimple)Richard Biener1-2/+6
2014-04-17re PR tree-optimization/60841 (gcc: internal compiler error: Killed (program ...Richard Biener1-2/+3
2014-04-14cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou1-1/+1
2014-04-03re PR tree-optimization/60505 (Warning caused by GCC vectorizer.)Cong Hou1-4/+17