aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-05re PR tree-optimization/26420 (-ftree-vectorizer-verbose=1 prints unvectorize...Richard Guenther1-2/+9
2007-02-22re PR tree-optimization/30858 (ice for legal code with -O2 -ftree-vectorize)Dorit Nuzman1-8/+44
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-1/+1
2007-02-06tree-vectorizer.c (vect_is_simple_use): Support induction.Dorit Nuzman1-17/+15
2007-01-31cfgloop.h: Include vec-prim.h.Zdenek Dvorak1-1/+1
2007-01-28common.opt: Add fstrict-overflow.Ian Lance Taylor1-2/+2
2007-01-21tree-vectorizer.h (struct _stmt_vec_info): Add new field read_write_dep and m...Ira Rosen1-0/+1
2007-01-14param.h (MIN_VECT_LOOP_BOUND): New.Dorit Nuzman1-2/+4
2007-01-12loop.texi: Document recording of loop exits.Zdenek Dvorak1-1/+0
2007-01-08* tree-vectorizer.c (gate_increase_alignment): Fix return type.Jan Hubicka1-1/+1
2007-01-08tree-pas.h (TODO_remove_function): New flag.Jan Hubicka1-0/+66
2006-12-11[multiple changes]Diego Novillo1-6/+8
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-10/+6
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-10/+10
2006-12-02builtins.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-12/+9
2006-11-22c-tree.texi: Document new tree codes.Ira Rosen1-0/+6
2006-11-21tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak1-17/+20
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-5/+0
2006-11-12tree-ssa-loop.c (tree_vectorize): Return the result of vectorize_loops.Zdenek Dvorak1-1/+3
2006-11-08[multiple changes]Dorit Nuzman1-2/+124
2006-10-30Fix whitespacing.Mike Stump1-2/+2
2006-09-16tree-vectorizer.c (vectorize_loops): Clear vect_loop_location before using it...Steven Bosscher1-0/+1
2006-09-12re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-4/+4
2006-08-03re PR middle-end/27770 (wrong code in spec tests for -ftree-vectorize -maltivec)Dorit Nuzman1-1/+3
2006-06-05re PR tree-optimization/26360 (Autovectorization of char -> int loop gets ICE)Dorit Nuzman1-1/+19
2006-03-28tree-loop-linear.c: Don't include varray.h.Sebastian Pop1-4/+4
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2006-01-19Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman1-1/+3
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-1/+1
2005-11-05c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-09-19tree-ssa-operands.c (swap_tree_operands): Export.Dorit Nuzman1-15/+3
2005-09-06common.opt: Add option ftree-vect-loop-version.Keith Besaw1-1/+5
2005-08-24bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak1-1/+2
2005-08-18re PR tree-optimization/22228 (ICE with -ftree-vectorize in verify_ssa)Dorit Nuzman1-0/+19
2005-07-28builtins.c: Fix comment typo(s).Volker Reichelt1-1/+1
2005-07-28re PR tree-optimization/22506 (ICE with -ftree-vectorize in var_ann, at tree-...Dorit Nuzman1-0/+4
2005-07-25expr.c (highest_pow2_factor): Make extern.Ira Rosen1-40/+4
2005-07-24re PR tree-optimization/22526 (vectorizer produces mis-match types in conditi...Ira Rosen1-1/+2
2005-07-21reg-stack.c: Fix comment typo(s).Volker Reichelt1-1/+1
2005-07-05tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number.Devang Patel1-33/+37
2005-07-03c-decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-06-28tree-vectorizer.c (vect_is_simple_reduction): Compare types using TYPE_MAIN_V...Richard Henderson1-2/+3
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-2/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-18tree.def (REDUC_MAX_EXPR, [...]): New tree-codes.Dorit Nuzman1-11/+214
2005-06-12cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-06-10tree-vect-analyze.c (vect_analyze_data_ref_dependence): DRs whose dependence-...Dorit Nuzman1-3/+7
2005-06-05tree-flow.h (stmt_ann_d): Move aux to ...Dorit Nuzman1-34/+144
2005-06-02re PR tree-optimization/21734 (ICE: -ftree-vectorize, segfault)Dorit Nuzman1-3/+11