summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
Commit message (Expand)AuthorAgeFilesLines
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of build1_stat.Nathan Froyd2010-05-281-1/+1
* re PR tree-optimization/44284 (vectorization does not work for short variable)Richard Guenther2010-05-271-3/+19
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* re PR middle-end/43901 (FAIL: gcc.c-torture/compile/pr42196-2.c)Ira Rosen2010-05-061-3/+58
* tree-vectorizer.h (struct _stmt_vec_info): Add new field to determine if the ...Ira Rosen2010-04-261-5/+11
* re PR tree-optimization/37027 (SLP loop vectorization missing support for red...Ira Rosen2010-04-191-7/+6
* target.h (builtin_conversion): Pass in input and output types.Richard Guenther2010-04-091-5/+3
* tree-vectorizer.h (struct _stmt_vec_info): Document that vectype is the type ...Richard Guenther2010-04-091-133/+192
* Replace type != type comparisons with types_compatible_p.Sebastian Pop2010-03-301-2/+3
* PR 43544, change TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION to take a tree ...Michael Meissner2010-03-271-5/+3
* re PR middle-end/43390 (ICE: integral result type precision does not match f...Richard Guenther2010-03-221-0/+8
* re PR tree-optimization/43188 ("error: alignment of array elements is greater...Richard Guenther2010-02-261-1/+6
* tree-vect-stmts.c (vectorizable_assignment): Support multiple types.Ira Rosen2009-11-301-14/+29
* re PR middle-end/42193 (454.calculix in SPEC CPU 2006 failed to compile at -O3)Ira Rosen2009-11-291-4/+2
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-7/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-309/+309
* 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