summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
Commit message (Expand)AuthorAgeFilesLines
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-5/+5
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.Aldy Hernandez2013-11-071-1/+0
* Replace some heap vectors with stack vectors.Trevor Saunders2013-11-011-4/+1
* tree.c (tree_ctz): New function.Jakub Jelinek2013-10-311-8/+13
* tree-ssa-loop.h: Remove include files.Andrew MacLeod2013-10-231-1/+3
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+6
* tree-vect-loop.c (vect_is_simple_reduction_1): Relax the requirement of the r...Cong Hou2013-10-151-0/+9
* tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod2013-10-011-8/+8
* vectorizer cost model enhancementXinliang David Li2013-09-271-1/+1
* re PR tree-optimization/58539 (ICE with segfault at -O3 with -g enabled on x8...Richard Biener2013-09-261-3/+8
* dumpfile.c (dump_loc): Remove newline emission.Teresa Johnson2013-09-161-124/+171
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* re PR tree-optimization/58137 ([trunk, ICE] full unroll + AVX2 vectorization)Richard Biener2013-09-051-8/+8
* tree-vect-loop.c (vect_analyze_loop_operations): Properly check for a definit...Richard Biener2013-09-051-1/+1
* Delay base decl's alignment adjustment until transformation happensXinliang David Li2013-09-031-1/+1
* re PR tree-optimization/58010 (ICE in vect_create_epilog_for_reduction, at tr...Richard Biener2013-08-301-3/+2
* Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek2013-08-271-2/+36
* re PR tree-optimization/57741 (ICE in tree.c:build_int_cst_wide starting in r...Jakub Jelinek2013-07-021-3/+20
* re PR tree-optimization/57705 (Non-constant step induction vars not vectorized)Jakub Jelinek2013-06-251-6/+20
* dumpfile.c (opt_info_switch_p): Change -fopt-info default to -fopt-info=optim...Teresa Johnson2013-06-031-1/+1
* re PR tree-optimization/56787 (Vectorization fails because of CLOBBER stateme...Richard Biener2013-05-281-4/+16
* tree-vect-loop.c (vect_transform_loop): Use MSG_NOTE instead of MSG_OPTIMIZED...Richard Biener2013-05-151-4/+7
* tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not disable peel...Richard Biener2013-05-101-7/+10
* This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl2013-04-231-3/+2
* tree-vect-loop.c (get_initial_def_for_induction): Properly generate vector co...Richard Biener2013-04-111-13/+19
* First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson2013-04-081-1/+1
* gimple-pretty-print.c (debug_gimple_stmt): Do not print extra newline.Richard Biener2013-04-081-0/+6
* tree-vect-data-refs.c (vect_update_interleaving_chain): Remove.Richard Biener2013-03-211-13/+13
* tree-ssa-loop-manip.c (find_uses_to_rename): Do not scan the whole function w...Richard Biener2013-03-181-5/+0
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-051-1/+2
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-041-16/+2
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-02-271-0/+1
* re PR tree-optimization/56350 (ICE in vectorizable_reduction, at tree-vect-lo...Jakub Jelinek2013-02-191-6/+13
* re PR tree-optimization/56366 (ICE: verify_gimple failed (incompatible types ...Richard Biener2013-02-181-0/+15
* re PR tree-optimization/55955 (ICE in optab_for_tree_code, at optabs.c:402)Jakub Jelinek2013-01-151-0/+11
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* tree-vect-loop.c (vect_analyze_loop_form): Clarify reason for not vectorizing.Richard Biener2013-01-031-2/+2
* re PR tree-optimization/55831 (ICE: verify_flow_info failed)Jakub Jelinek2013-01-011-3/+3
* re PR tree-optimization/55110 (Internal compiler error in vectorizable_reduct...Jakub Jelinek2012-11-271-1/+0
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-8/+8
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-145/+139
* l_fma_float_?.c: Update.Jan Hubicka2012-11-061-0/+25
* dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi...Sharad Singhai2012-10-241-159/+158
* re PR tree-optimization/54877 (ICE: tree check: expected ssa_name, have real_...Jakub Jelinek2012-10-101-1/+1
* tree-vectorizer.h (vect_estimate_min_profitable_iters): Remove.Jan Hubicka2012-10-051-11/+66
* invoke.texi: Add documentation for the new option.Sharad Singhai2012-10-011-439/+560
* tree-vect-loop.c (vect_transform_loop): Initialize check_profitability to false.Jakub Jelinek2012-08-221-1/+1