summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
Commit message (Expand)AuthorAgeFilesLines
* tree-vect-stmts.c (exist_non_indexing_operands_for_use_p): Tweak order of che...Eric Botcazou2009-10-211-6/+4
* tree-vect-transform.c (vectorizable_call): Call mark_symbols_for_renaming aft...Jakub Jelinek2009-09-251-0/+2
* re PR debug/41225 (VTA: internal compiler error: in vect_stmt_relevant_p, at ...Alexandre Oliva2009-09-041-0/+3
* expr.h (struct separate_ops, sepops): New type for passing around an exploded...Michael Matz2009-08-251-1/+1
* Add source_location support to PHI arguments.Andrew MacLeod2009-07-301-1/+2
* re PR tree-optimization/40801 (internal compiler error: in vect_get_vec_def_f...Ira Rosen2009-07-261-6/+10
* tree-vectorizer.h (vectorizable_condition): Add parameters.Ira Rosen2009-07-201-10/+22
* tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio...Ira Rosen2009-07-121-35/+53
* re PR tree-optimization/40542 (vectorizes access to volatile array)Ira Rosen2009-06-301-0/+8
* tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio...Ira Rosen2009-06-161-29/+34
* misaligned store supportRevital Eres2009-06-051-2/+10
* re PR tree-optimization/39129 (The meaning of 'BB' in "too many BBs in loop")Ira Rosen2009-06-011-2/+6
* re PR tree-optimization/40238 (ICE in gimple_verify_flow_info, at tree-cfg.c:...Ira Rosen2009-05-251-1/+1
* passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen2009-05-241-82/+204
* Fix PR 40049Michael Meissner2009-05-081-3/+12
* tree-vect-stmts.c (vect_get_vec_def_for_operand): Fix type error.Richard Guenther2009-04-281-2/+5
* tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use REPORT_VECTOR...Ira Rosen2009-04-281-341/+132
* collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2009-04-271-1/+1
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-4/+2
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-28/+14
* tree-vect-loop-manip.c: New file.Ira Rosen2009-03-301-0/+4928