aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-30tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic estimat...Jan Hubicka1-0/+2
2016-03-16tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by reporting malf...Bin Cheng1-2/+3
2016-03-03Skip properly debug stmt in optimize_mask_stores (PRMartin Liska1-1/+4
2016-02-29re PR tree-optimization/69720 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener1-9/+22
2016-02-22tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump min_profitable_es...Bin Cheng1-2/+2
2016-02-10re PR tree-optimization/69652 ([ICE] verify_ssa fail w/ -O2 -ffast-math -ftre...Yuri Rumyantsev1-59/+75
2016-02-02re PR middle-end/68542 (10% 481.wrf performance regression)Yuri Rumyantsev1-0/+192
2016-01-27re PR tree-optimization/69166 (ICE in get_initial_def_for_reduction, at tree-...Richard Biener1-14/+14
2016-01-15re PR tree-optimization/66856 (ICE in compute_live_loop_exits, at tree-ssa-lo...Richard Biener1-0/+7
2016-01-14Tidy: remove reduc_xxx_optab migration code.Alan Lawrence1-8/+4
2016-01-14re PR tree-optimization/68060 (ICE on valid code at -O3 on x86_64-linux-gnu i...Richard Biener1-2/+5
2016-01-12re PR target/69053 (ICE in build_vector_from_val)Richard Biener1-12/+5
2016-01-12re PR tree-optimization/69168 (ICE in vect_analyze_loop_2, at tree-vect-loop....Richard Biener1-2/+2
2016-01-11re PR tree-optimization/69173 (ICE (segfault) in vinfo_for_stmt)Richard Biener1-3/+15
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10re PR tree-optimization/68806 (internal compiler error: Segmentation fault)Richard Biener1-3/+6
2015-11-30re PR tree-optimization/68592 (ICE in vect_get_vec_def_for_operand, at tree-v...Richard Biener1-0/+7
2015-11-27re PR tree-optimization/68559 (Excessive peeling for gaps)Richard Biener1-0/+1
2015-11-27Fix memory leak in loop_vec_infoMartin Liska1-0/+1
2015-11-26re PR tree-optimization/66721 (gcc.target/i386/pr61403.c FAILs)Richard Biener1-16/+98
2015-11-23re PR tree-optimization/68327 (ICE on valid code at -O3 on x86_64-linux-gnu i...Ilya Enkovich1-1/+2
2015-11-20re PR tree-optimization/68413 (internal compiler error: in vect_transform_stmt)Alan Hayward1-18/+24
2015-11-18re PR middle-end/67790 (verify_ssa failed: definition in block 20 follows the...Richard Biener1-47/+21
2015-11-13tree-vect-loop.c (vect_determine_vectorization_factor): Check mix of boolean ...Ilya Enkovich1-0/+25
2015-11-13Optimize condition reductions where the result is an integer induction variableAlan Hayward1-8/+130
2015-11-13tree-vect-loop.c (vect_analyze_loop_2): Add fatal parameter.Richard Biener1-4/+11
2015-11-10optabs.c (expand_binop_directly): Allow scalar mode for vec_pack_trunc_optab.Ilya Enkovich1-12/+19
2015-11-10expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results.Ilya Enkovich1-5/+130
2015-11-03tree-vect-data-refs.c (vect_analyze_data_refs): Do not collect data reference...Richard Biener1-5/+67
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+7
2015-10-272015-10-27 Alan Hayward <alan.hayward@arm.com>Alan Hayward1-19/+5
2015-10-26tree-vect-loop.c (vect_create_epilog_for_reduction): Fix VEC_COND_EXPR types.Alan Hayward1-2/+3
2015-10-23Support for vectorizing conditional expressionsAlan Hayward1-90/+421
2015-10-15tree-vectorizer.h (vect_get_new_ssa_name): Declare.Richard Biener1-36/+18
2015-10-14tree-vectorizer.h (vect_is_simple_use): Remove unused parameters.Richard Biener1-24/+18
2015-10-14tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Reset info at start.Richard Biener1-2/+2
2015-10-13tree-vect-data-refs.c (vect_analyze_data_ref_dependences): Allocate the data ...Richard Biener1-17/+10
2015-10-12tree-vect-loop.c (vect_analyze_loop_operations): Move cost related code ...Richard Biener1-98/+95
2015-10-08tree-vect-loop.c (vect_analyze_loop_operations): Skip virtual phi in the tail...Yuri Rumyantsev1-0/+2
2015-10-07tree-vectorizer.h (stmt_vec_info_vec): Use vec<stmt_vec_info>.Richard Biener1-149/+77
2015-10-06tree-vectorizer.h (vec_info): New base class for...Richard Biener1-32/+29
2015-09-20switch from gimple to gimple*Trevor Saunders1-84/+86
2015-09-17Split up optabs.[hc]Richard Sandiford1-11/+1
2015-08-01Allow non-overflow ops in reductionsTom de Vries1-2/+4
2015-07-23Check TYPE_OVERFLOW_WRAPS for parloops reductionsTom de Vries1-14/+30
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-22tree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec and single_scalar_ite...Richard Biener1-72/+77
2015-06-18re PR tree-optimization/66510 (gcc.target/arm/pr53636.c FAILs after r224221)Richard Biener1-23/+25