summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-analyze.c
Commit message (Expand)AuthorAgeFilesLines
* invoke.texi: Document -ftree-loop-distribution.Sebastian Pop2008-02-281-21/+0
* tree-vectorizer.c (slpeel_add_loop_guard): Gimplify the condition.Harsha Jagasia2007-12-061-0/+2
* 2007-09-23 Razya LadelskyRazya Ladelsky2007-10-291-2/+1
* re PR tree-optimization/33833 (ICE in build2_stat, at tree.c:3110 at -O3, tre...Ira Rosen2007-10-251-4/+5
* tree-vect-analyze.c (vect_build_slp_tree): Return false if vectype cannot be ...Ira Rosen2007-10-241-0/+20
* re PR tree-optimization/33860 (ICE in vectorizable_load, at tree-vect-transfo...Dorit Nuzman2007-10-231-0/+4
* re PR tree-optimization/33834 (ICE in vect_get_vec_def_for_operand, at tree-v...Dorit Nuzman2007-10-231-4/+20
* re PR tree-optimization/33854 (ICE in vectorizable_conversion, at tree-vect-t...Ira Rosen2007-10-221-1/+2
* fixed-bit.c, [...]: Fix comment typos.Kazu Hirata2007-10-141-1/+1
* re PR tree-optimization/33597 (Internal compiler error while compiling libsws...Uros Bizjak2007-09-301-0/+7
* re PR tree-optimization/33319 (g++.dg/tree-ssa/pr27549.C ICE with vectorization)Victor Kaplansky2007-09-171-91/+165
* tree-vect-analyze.c (vect_analyze_data_ref_dependence): Distinguish between p...Ira Rosen2007-09-121-4/+7
* re PR tree-optimization/33373 (ICE in vectorizable_type_demotion, at tree-vec...Dorit Nuzman2007-09-121-3/+4
* rsha Jagasia <harsha.jagasia@amd.com>Harsha Jagasia2007-09-111-3/+3
* tree-vectorizer.h (enum vect_def_type): Start enumeration from 1.Ira Rosen2007-09-091-123/+937
* re PR tree-optimization/33301 (wrong vectorization factor due to an invariant...Dorit Nuzman2007-09-081-4/+21
* tree-data-refs.c (split_constant_offset): Expose.Dorit Nuzman2007-08-191-36/+191
* tree-vectorizer.h (vect_is_simple_reduction): Takes a loop_vec_info as argume...Dorit Nuzman2007-08-191-83/+380
* tree-vectorizer.c (new_loop_vec_info): Initialize new field.Victor Kaplansky2007-08-161-11/+94
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* re PR target/25413 (wrong alignment or incorrect address computation in vecto...Dorit Nuzman2007-07-121-27/+76
* tree-vectorizer.c (new_loop_vec_info): Initialize LOOP_VINFO_COST_MODEL_MIN_I...Dorit Nuzman2007-07-051-1/+1
* re PR tree-optimization/32230 (Segfault in set_bb_for_stmt with -O -ftree-vec...Ira Rosen2007-07-021-0/+9
* extend.texi: Add fvect-cost-model flag.Harsha Jagasia2007-06-081-8/+48
* re PR tree-optimization/32224 (ICE in vect_analyze_operations, at tree-vect-a...Dorit Nuzman2007-06-081-3/+10
* tree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer.Zdenek Dvorak2007-05-291-9/+11
* cfglayout.c, [...]: Fix comment typos.Kazu Hirata2007-05-251-1/+1
* tree-scalar-evolution.c (resolve_mixers): Exported.Zdenek Dvorak2007-05-131-4/+3
* re PR middle-end/31699 (-march=opteron -ftree-vectorize generates wrong code)Dorit Nuzman2007-05-031-13/+9
* tree-vectorizer.c (destroy_loop_vec_info): Set loop->aux to NULL.Dorit Nuzman2007-04-181-8/+11
* tree-vect-analyze.c (process_use): New function.Dorit Nuzman2007-04-181-72/+127
* tree-vectorizer.h (stmt_vec_info_type): Add enum value induc_vec_info_type.Dorit Nuzman2007-04-171-35/+33
* tree-vect-analyze.c (vect_analyze_operations): Reorganize calls to vectorizab...Dorit Nuzman2007-04-161-46/+52
* cfgloop.c, [...]: Fix comment typos.Kazu Hirata2007-02-181-2/+2
* re PR tree-optimization/30771 (ice for legal code with -O2 -ftree-vectorize)Dorit Nuzman2007-02-141-27/+67
* tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.Tehila Meyzels2007-02-111-0/+1
* tree-vectorizer.c (vect_is_simple_use): Support induction.Dorit Nuzman2007-02-061-45/+60
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2007-01-311-2/+2
* tree-vectorizer.h (struct _stmt_vec_info): Add new field read_write_dep and m...Ira Rosen2007-01-211-52/+35
* tree-vectorizer.h (is_pattern_stmt_p): New.Dorit Nuzman2007-01-161-43/+58
* param.h (MIN_VECT_LOOP_BOUND): New.Dorit Nuzman2007-01-141-1/+4
* tree-vect-analyze.c (vect_analyze_data_ref_access): Add another check for sto...Ira Rosen2006-12-121-1/+11
* loop.texi: Document number_of_latch_executions and number_of_cond_exit_execut...Zdenek Dvorak2006-12-101-1/+1
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-6/+8
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-12-021-2/+3
* target.h (struct gcc_target): Add builtin_vectorized_function target hook.Richard Guenther2006-11-271-0/+1
* c-tree.texi: Document new tree codes.Ira Rosen2006-11-221-24/+585
* tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak2006-11-211-6/+6
* [multiple changes]Dorit Nuzman2006-11-081-48/+53
* re PR tree-optimization/26969 (ICE with -O1 -funswitch-loops -ftree-vectorize)Victor Kaplansky2006-08-071-1/+2