aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-analyze.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-03re PR middle-end/27770 (wrong code in spec tests for -ftree-vectorize -maltivec)Dorit Nuzman1-1/+4
2006-03-29tree-loop-linear.c (compute_data_dependences_for_loop): Adjust calls.Sebastian Pop1-2/+2
2006-03-28tree-loop-linear.c: Don't include varray.h.Sebastian Pop1-56/+41
2006-03-26tree-data-ref.c: Rename DDR_SIZE_VECT to DDR_NB_LOOPS.Sebastian Pop1-11/+5
2006-01-19Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman1-22/+53
2005-11-05lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ...Sebastian Pop1-39/+45
2005-09-28re PR tree-optimization/23853 (ICE: in tree_low_cst, at tree.c:4270)Richard Guenther1-3/+3
2005-09-06common.opt: Add option ftree-vect-loop-version.Keith Besaw1-156/+348
2005-08-13re PR tree-optimization/22236 (wrong code for casts and scev)Sebastian Pop1-1/+1