aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-04re PR tree-optimization/60382 (ICE on valid code at -O3 on x86_64-linux-gnu (...Richard Biener1-0/+6
2014-02-14tree-vect-loop.c (vect_is_slp_reduction): Don't set use_stmt twice.Jakub Jelinek1-10/+15
2014-02-05tree-vect-loop.c (vect_analyze_loop_2): Be more informative when not vectoriz...Richard Biener1-2/+4
2014-02-03re PR tree-optimization/60000 (GCC trunk build failure caused by the vectorizer)Cong Hou1-4/+5
2014-01-30re PR tree-optimization/59903 (ICE on valid code at -O3 on x86_64-linux-gnu (...Richard Biener1-2/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek1-2/+11
2013-12-06re PR tree-optimization/59058 (wrong code at -O3 on x86_64-linux-gnu (affecti...Richard Biener1-13/+29
2013-11-28common.opt: Introduced a new option -fsimd-cost-model.Sergey Ostanevich1-1/+5
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-11/+25
2013-11-27re PR tree-optimization/59288 (ICE in get_initial_def_for_induction)Richard Biener1-11/+16
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+4
2013-11-22add auto_vecTrevor Saunders1-20/+9
2013-11-21re PR tree-optimization/59058 (wrong code at -O3 on x86_64-linux-gnu (affecti...Richard Biener1-107/+110
2013-11-21tree-vect-loop-manip.c (vect_build_loop_niters, [...]): Move ...Richard Biener1-7/+129
2013-11-19re PR tree-optimization/59164 (ice: tree check: expected tree that contains â...Richard Biener1-11/+6
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-5/+5
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2