aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-slp.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-03dumpfile.c (opt_info_switch_p): Change -fopt-info default to -fopt-info=optim...Teresa Johnson1-1/+1
2013-05-31re PR tree-optimization/57478 (ice in vec.h:815)Richard Biener1-1/+2
2013-05-29tree-vect-slp.c (vect_bb_slp_scalar_cost): Guard vinfo access on whether the ...Richard Biener1-4/+6
2013-05-29tree-vect-slp.c (vect_bb_slp_scalar_cost): New function computing scalar cost...Richard Biener1-23/+70
2013-05-15tree-vect-loop.c (vect_transform_loop): Use MSG_NOTE instead of MSG_OPTIMIZED...Richard Biener1-2/+3
2013-04-19re PR tree-optimization/56270 (loop over array of struct float causes compile...Richard Biener1-286/+157
2013-04-17tree-vect-slp.c (vect_build_slp_tree_1): Split out from ...Richard Biener1-174/+193
2013-04-10tree-vectorizer.h (struct _slp_oprnd_info): Remove first_const_oprnd field, r...Richard Biener1-22/+13
2013-04-10tree-vect-slp.c (vect_get_and_check_slp_defs): Remove broken code swapping op...Richard Biener1-108/+42
2013-04-09tree-vect-slp.c (vect_get_and_check_slp_defs): Remove code dealing with cost.Richard Biener1-88/+133
2013-04-09tree-vectorizer.h (slp_void_p): Remove.Richard Biener1-30/+46
2013-04-04re PR tree-optimization/56826 (Run-fail after r197189.)Richard Biener1-4/+6
2013-04-03tree-vect-stmts.c (vectorizable_store): Accept BIT_FIELD_REF.Marc Glisse1-0/+1
2013-03-28re PR tree-optimization/37021 (Fortran Complex reduction / multiplication not...Richard Biener1-6/+14
2013-03-21tree-vect-data-refs.c (vect_update_interleaving_chain): Remove.Richard Biener1-14/+12
2013-03-18tree-data-ref.h (find_data_references_in_loop): Declare.Richard Biener1-3/+1
2013-03-13re PR tree-optimization/56608 (SLP seems to produce incorrect value with -ffa...Richard Biener1-1/+9
2013-03-05re PR tree-optimization/56270 (loop over array of struct float causes compile...Richard Biener1-1/+10
2013-03-05re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-1/+4
2013-02-28re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-6/+7
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