aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-slp.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-31re PR tree-optimization/56157 (ICE with -ftree-vectorize in in compute_live_l...Richard Biener1-21/+14
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-5/+5
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-260/+247
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-6/+6
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-2/+2
2012-10-24dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi...Sharad Singhai1-63/+63
2012-10-02re PR tree-optimization/54713 (error: non-trivial conversion at assignment in...Jakub Jelinek1-4/+30
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-208/+270
2012-09-18statistics.h (CXX_MEM_STAT_INFO): New define.Richard Guenther1-2/+2
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-2/+2
2012-08-22tree-vectorizer.c (vectorize_loops): Do not call mark_virtual_operands_for_re...Richard Guenther1-6/+0
2012-08-17tree-sra.c (modify_function): Free redirect_callers vector.Richard Guenther1-0/+10
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-2/+2
2012-08-01graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther1-1/+1
2012-07-25tm.texi: Regenerate.Bill Schmidt1-46/+71
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+2
2012-07-13tm.texi: Regenerate.Bill Schmidt1-32/+68
2012-06-26re PR regression/53729 (PR53636 fix caused bb-slp-16.c to FAIL on sparc64 and...Ulrich Weigand1-10/+10
2012-05-31Makefile.in: Fix many dependencies.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-21re PR tree-optimization/53366 (wrong code generation by tree vectorizer using...Jakub Jelinek1-1/+2
2012-04-10tree-vectorizer.h (_loop_vec_info.strided_stores): Rename to grouped_stores.Michael Matz1-25/+25
2012-04-05tree-nrv.c (tree_nrv): Release VDEFs.Richard Guenther1-0/+2
2012-03-29re PR tree-optimization/52760 (Revision 185599 causes miscompare on sphinx3)Jakub Jelinek1-0/+15
2012-03-21re PR tree-optimization/52636 (ICE: tree check: expected integer_cst, have st...Richard Guenther1-0/+6
2012-03-16tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther1-19/+25
2012-03-15tree-vectorizer.h (vect_pattern_recog): Add new argument.Ira Rosen1-5/+9
2012-03-07omp-low.c (extract_omp_for_data): Use signed_type_for.Richard Guenther1-3/+2
2012-02-14re PR tree-optimization/52210 (vect_model_simple_cost: reading uninitialised ...Jakub Jelinek1-4/+9
2012-02-05re PR tree-optimization/52091 (ICE: verify_gimple failed)Ira Rosen1-2/+2
2012-01-01re PR tree-optimization/51704 (ICE: vector VEC(vec_void_p,base) index domain ...Ira Rosen1-7/+20
2011-12-28re PR tree-optimization/51684 (ICE in gfortran.dg/maxloc_bounds_5 on ia64)Ira Rosen1-0/+4
2011-11-11re PR tree-optimization/51058 (ICE: gimple check: expected gimple_assign(erro...Jakub Jelinek1-0/+42
2011-11-11tree-vect-slp.c (vect_free_slp_tree): Also free SLP_TREE_CHILDREN vector.Jakub Jelinek1-33/+37
2011-11-10re PR tree-optimization/51058 (ICE: gimple check: expected gimple_assign(erro...Ira Rosen1-14/+24
2011-11-08tree-vect-stmts.c (vectorizable_call): Add SLP_NODE argument.Jakub Jelinek1-3/+46
2011-11-06tree-vectorizer.h (vectorizable_condition): Add argument.Ira Rosen1-13/+102
2011-11-03re PR tree-optimization/50912 (gimple assertion failure at gimple.h:1940 with...Ira Rosen1-293/+372
2011-10-25Change vec_perm checking and expansion level.Richard Henderson1-16/+20
2011-10-23re PR tree-optimization/50819 (missed SLP vectorization)Ira Rosen1-43/+2
2011-10-18md.texi (vec_widen_ushiftl_hi, [...]): Document.Ira Rosen1-0/+5
2011-10-16tree-vect-stmts.c (vectorizable_load): For SLP without permutation treat the ...Ira Rosen1-34/+147
2011-10-15Use VEC_PERM_EXPR in the vectorizer.Richard Henderson1-46/+30
2011-09-27tree-vect-stmts.c (vectorizable_type_demotion): Handle basic block vectorizat...Ira Rosen1-18/+19
2011-09-25tree-vect-slp.c (vect_slp_analyze_bb_1): Split out core part of vect_analyze_...Ira Rosen1-27/+58
2011-09-22re PR middle-end/50451 (internal compiler error at tree-vect-loop.c:3557)Ira Rosen1-8/+3
2011-09-18re PR tree-optimization/50414 (gfortran -Ofast SIGSEGV in store_constructor)Ira Rosen1-3/+13
2011-06-30tree-vect-loop.c (vect_determine_vectorization_factor): Handle both pattern a...Ira Rosen1-1/+3
2011-06-15tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.Ira Rosen1-0/+2