aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-slp.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Use vec<> for constant permute masksRichard Sandiford1-12/+13
2017-09-14Use vec<> in build_vectorRichard Sandiford1-9/+10
2017-08-30[65/77] Add a SCALAR_TYPE_MODE macroRichard Sandiford1-1/+1
2017-08-30[18/77] Make int_mode_for_mode return an opt_scalar_int_modeRichard Sandiford1-1/+1
2017-08-29tree-vect-slp.c (vect_bb_slp_scalar_cost): Properly confine life to the activ...Richard Biener1-2/+11
2017-08-08re PR tree-optimization/81723 (fortran build doesn't terminate on 64bit targets)Richard Biener1-6/+81
2017-08-04Pool alignment information for common basesRichard Sandiford1-0/+2
2017-08-04C++-ify vec_info structuresRichard Sandiford1-54/+25
2017-08-02re PR tree-optimization/81633 (Incorrect floating point result with tree vect...Richard Biener1-31/+26
2017-07-27re PR tree-optimization/81571 (ICE at -O3 in both 32-bit and 64-bit modes (in...Richard Biener1-4/+20
2017-07-20re PR tree-optimization/61171 (vectorization fails for a reduction in presenc...Richard Biener1-4/+5
2017-07-03re PR tree-optimization/60510 (SLP blocks loop vectorization (with reduction))Richard Biener1-1/+14
2017-07-03tree-vect-loop.c (vect_analyze_loop_operations): Also analyze reduction PHIs.Richard Biener1-6/+9
2017-06-30tree-vect-slp.c (vect_slp_analyze_node_operations): Only analyze the first sc...Richard Biener1-20/+61
2017-06-29tree-vect-loop.c (vect_analyze_scalar_cycles_1): Do not add reduction chains ...Richard Biener1-15/+6
2017-06-28tree-vect-loop.c (vectorizable_reduction): Move special cond reduction IV var...Richard Biener1-7/+3
2017-06-28tree-vectorizer.h (vect_get_vec_defs): Remove.Richard Biener1-88/+4
2017-06-06re PR tree-optimization/80928 (SLP vectorization does not handle induction in...Richard Biener1-8/+61
2017-06-02tree-vect-slp.c (vect_detect_hybrid_slp_2): Match up what we consider a relev...Richard Biener1-1/+8
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-1/+1
2017-03-14alias.c (struct alias_set_entry): Pack properly.Richard Biener1-1/+1
2017-03-08re PR tree-optimization/79920 (Incorrect floating point results when compilin...Richard Biener1-70/+32
2017-02-06re PR tree-optimization/79284 (ICE on valid code at -O3 on x86_64-linux-gnu: ...Jakub Jelinek1-1/+1
2017-01-09re PR tree-optimization/78997 (ICE on valid code at -O3 on x86_64-linux-gnu: ...Richard Biener1-3/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-08re PR tree-optimization/78205 (BB vectorization confused by too large load gr...Richard Biener1-0/+19
2016-11-07re PR middle-end/37150 (basic-block vectorization misses some unrolled loops)Richard Biener1-8/+40
2016-10-31tree-vect-slp.c (vect_get_and_check_slp_defs): New parameter SWAP.Bin Cheng1-43/+93
2016-08-17re PR tree-optimization/71752 (ICE in compute_live_loop_exits, at tree-ssa-lo...Alan Hayward1-26/+31
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-15/+5
2016-07-06[6/7] Explicitly classify vector loads and storesRichard Sandiford1-4/+9
2016-06-08tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.Alan Hayward1-12/+0
2016-06-06re PR tree-optimization/71259 (GCC trunk emits wrong code)Jakub Jelinek1-2/+8
2016-05-23re PR tree-optimization/58135 ([x86] Missed opportunities for partial SLP)Venkataramanan Kumar1-28/+31
2016-05-19Fix memory leak in tree-vect-slp.cMartin Liska1-1/+4
2016-02-29re PR tree-optimization/69980 (Supposedly wrong SLP code emitted)Richard Biener1-0/+3
2016-02-22re PR tree-optimization/69882 (Excessive reduction statements generated by SLP)Richard Biener1-7/+13
2016-02-11re PR target/65313 (Compilation error in lto profiledbootstrap on powerpc64le...Jakub Jelinek1-4/+2
2016-01-18re PR tree-optimization/69297 (Performance regression after r230020)Richard Biener1-0/+10
2016-01-18re PR tree-optimization/69170 (ICE (segfault) in find_uses_to_rename_use)Richard Biener1-2/+12
2016-01-15re PR tree-optimization/66856 (ICE in compute_live_loop_exits, at tree-ssa-lo...Richard Biener1-14/+60
2016-01-15re PR tree-optimization/68961 (Test case gcc.target/powerpc/pr60203.c fails s...Richard Biener1-7/+9
2016-01-14re PR tree-optimization/66856 (ICE in compute_live_loop_exits, at tree-ssa-lo...Richard Biener1-78/+67
2016-01-12re PR tree-optimization/69168 (ICE in vect_analyze_loop_2, at tree-vect-loop....Richard Biener1-4/+4
2016-01-11re PR tree-optimization/69207 (gcc.target/aarch64/vldN_1.c ICEs at -O3)Jakub Jelinek1-4/+1
2016-01-08[PATCH] Fix PR68707Alan Lawrence1-0/+30
2016-01-08re PR tree-optimization/69083 (ICE at -O3 in 64-bit mode on x86_64-linux-gnu ...Jakub Jelinek1-3/+16
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-17re PR tree-optimization/68946 (ICE at -O3 on x86_64-linux-gnu in both 32- and...Richard Biener1-17/+13
2015-12-16re PR tree-optimization/68861 (FAIL: libgomp.fortran/vla8.f90 -O3 -g execu...Richard Biener1-3/+21