aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-analyze.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-28invoke.texi: Document -ftree-loop-distribution.Sebastian Pop1-21/+0
2007-12-06tree-vectorizer.c (slpeel_add_loop_guard): Gimplify the condition.Harsha Jagasia1-0/+2
2007-10-292007-09-23 Razya LadelskyRazya Ladelsky1-2/+1
2007-10-25re PR tree-optimization/33833 (ICE in build2_stat, at tree.c:3110 at -O3, tre...Ira Rosen1-4/+5
2007-10-24tree-vect-analyze.c (vect_build_slp_tree): Return false if vectype cannot be ...Ira Rosen1-0/+20
2007-10-23re PR tree-optimization/33860 (ICE in vectorizable_load, at tree-vect-transfo...Dorit Nuzman1-0/+4
2007-10-23re PR tree-optimization/33834 (ICE in vect_get_vec_def_for_operand, at tree-v...Dorit Nuzman1-4/+20
2007-10-22re PR tree-optimization/33854 (ICE in vectorizable_conversion, at tree-vect-t...Ira Rosen1-1/+2
2007-10-14fixed-bit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-09-30re PR tree-optimization/33597 (Internal compiler error while compiling libsws...Uros Bizjak1-0/+7
2007-09-17re PR tree-optimization/33319 (g++.dg/tree-ssa/pr27549.C ICE with vectorization)Victor Kaplansky1-91/+165
2007-09-12tree-vect-analyze.c (vect_analyze_data_ref_dependence): Distinguish between p...Ira Rosen1-4/+7
2007-09-12re PR tree-optimization/33373 (ICE in vectorizable_type_demotion, at tree-vec...Dorit Nuzman1-3/+4
2007-09-11rsha Jagasia <harsha.jagasia@amd.com>Harsha Jagasia1-3/+3
2007-09-09tree-vectorizer.h (enum vect_def_type): Start enumeration from 1.Ira Rosen1-123/+937
2007-09-08re PR tree-optimization/33301 (wrong vectorization factor due to an invariant...Dorit Nuzman1-4/+21
2007-08-19tree-data-refs.c (split_constant_offset): Expose.Dorit Nuzman1-36/+191
2007-08-19tree-vectorizer.h (vect_is_simple_reduction): Takes a loop_vec_info as argume...Dorit Nuzman1-83/+380
2007-08-16tree-vectorizer.c (new_loop_vec_info): Initialize new field.Victor Kaplansky1-11/+94
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-12re PR target/25413 (wrong alignment or incorrect address computation in vecto...Dorit Nuzman1-27/+76
2007-07-05tree-vectorizer.c (new_loop_vec_info): Initialize LOOP_VINFO_COST_MODEL_MIN_I...Dorit Nuzman1-1/+1
2007-07-02re PR tree-optimization/32230 (Segfault in set_bb_for_stmt with -O -ftree-vec...Ira Rosen1-0/+9
2007-06-08extend.texi: Add fvect-cost-model flag.Harsha Jagasia1-8/+48
2007-06-08re PR tree-optimization/32224 (ICE in vect_analyze_operations, at tree-vect-a...Dorit Nuzman1-3/+10
2007-05-29tree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer.Zdenek Dvorak1-9/+11
2007-05-25cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-05-13tree-scalar-evolution.c (resolve_mixers): Exported.Zdenek Dvorak1-4/+3
2007-05-03re PR middle-end/31699 (-march=opteron -ftree-vectorize generates wrong code)Dorit Nuzman1-13/+9
2007-04-18tree-vectorizer.c (destroy_loop_vec_info): Set loop->aux to NULL.Dorit Nuzman1-8/+11
2007-04-18tree-vect-analyze.c (process_use): New function.Dorit Nuzman1-72/+127
2007-04-17tree-vectorizer.h (stmt_vec_info_type): Add enum value induc_vec_info_type.Dorit Nuzman1-35/+33
2007-04-16tree-vect-analyze.c (vect_analyze_operations): Reorganize calls to vectorizab...Dorit Nuzman1-46/+52
2007-02-18cfgloop.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-02-14re PR tree-optimization/30771 (ice for legal code with -O2 -ftree-vectorize)Dorit Nuzman1-27/+67
2007-02-11tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.Tehila Meyzels1-0/+1
2007-02-06tree-vectorizer.c (vect_is_simple_use): Support induction.Dorit Nuzman1-45/+60
2007-01-31cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-01-21tree-vectorizer.h (struct _stmt_vec_info): Add new field read_write_dep and m...Ira Rosen1-52/+35
2007-01-16tree-vectorizer.h (is_pattern_stmt_p): New.Dorit Nuzman1-43/+58
2007-01-14param.h (MIN_VECT_LOOP_BOUND): New.Dorit Nuzman1-1/+4
2006-12-12tree-vect-analyze.c (vect_analyze_data_ref_access): Add another check for sto...Ira Rosen1-1/+11
2006-12-10loop.texi: Document number_of_latch_executions and number_of_cond_exit_execut...Zdenek Dvorak1-1/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-6/+8
2006-12-02builtins.c, [...]: Fix comment typos.Kazu Hirata1-2/+3
2006-11-27target.h (struct gcc_target): Add builtin_vectorized_function target hook.Richard Guenther1-0/+1
2006-11-22c-tree.texi: Document new tree codes.Ira Rosen1-24/+585
2006-11-21tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak1-6/+6
2006-11-08[multiple changes]Dorit Nuzman1-48/+53
2006-08-07re PR tree-optimization/26969 (ICE with -O1 -funswitch-loops -ftree-vectorize)Victor Kaplansky1-1/+2