aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-16tree-vect-stmts.c (vectorizable_load): Properly start loads with the first el...Richard Biener1-10/+16
2015-06-10tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Split out from ...Richard Biener1-5/+12
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-08tree-vect-stmts.c (vectorizable_load): Compute the pointer adjustment for gap...Richard Biener1-12/+13
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-02re PR tree-optimization/65961 (ice in vect_is_simple_use_1 with -O3)Richard Biener1-36/+13
2015-05-28tree-vect-loop.c (vect_fixup_reduc_chain): New function.Richard Biener1-3/+5
2015-05-27tree-vect-stmts.c (vectorizable_load): Initialize slp_perm earlier and remove...Richard Biener1-33/+38
2015-05-26re PR middle-end/66251 (ICE in vect_get_vec_def_for_operand, at tree-vect-stm...Michael Matz1-20/+47
2015-05-22re PR middle-end/66251 (ICE in vect_get_vec_def_for_operand, at tree-vect-stm...Richard Biener1-7/+5
2015-05-22tree-vect-loop.c (get_reduction_op): New function.Richard Biener1-2/+3
2015-05-21tree-vectorizer.h (struct _stmt_vec_info): Rename stride_load_p to strided_p.Michael Matz1-34/+155
2015-05-08re PR tree-optimization/66036 (strided group loads are not vectorized)Richard Biener1-25/+76
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-1/+1
2015-04-28re PR fortran/62283 (basic-block vectorization fails)Richard Biener1-1/+4
2015-04-23tree-vect-slp.c (vect_find_first_load_in_slp_instance): Remove.Richard Biener1-14/+43
2015-03-23re PR tree-optimization/65518 (gcc consumes all memory with -O3)Richard Biener1-0/+16
2015-03-14re PR target/65369 (nettle test failure on powerpc64le-linux-gnu when built w...Jakub Jelinek1-3/+3
2015-03-08re PR ipa/65334 (r221099 caused: FAIL: gfortran.fortran-torture/execute/in-pa...Jan Hubicka1-2/+7
2015-01-30re PR tree-optimization/64829 ([ARM] ICE at -O3 in vect_get_vec_def_for_stmt_...Richard Biener1-16/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+14
2015-01-13re PR tree-optimization/64404 (ICE: in vect_get_vec_def_for_operand, at tree-...Richard Biener1-0/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-09re PR tree-optimization/64191 (indirect clobbers messes up dead code eliminat...Richard Biener1-1/+2
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-43/+32
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-28/+26
2014-11-27re PR tree-optimization/64024 (gcc.dg/vect/vect-simd-clone-6.c ICEs)Jakub Jelinek1-9/+50
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-10/+12
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-15/+9
2014-11-19re PR tree-optimization/63915 (gomp/pr60823-2.c:31:1: error: dead STMT in EH ...Jakub Jelinek1-1/+1
2014-11-13[Vectorizer] Use a VEC_PERM_EXPR instead of VEC_RSHIFT_EXPR; expand appropria...Alan Lawrence1-1/+2
2014-11-13[Vectorizer] Split vect_gen_perm_mask into _checked and _any variantsAlan Lawrence1-18/+22
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-13/+13
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-09-25re PR tree-optimization/63341 (Vectorization miscompilation with -mcpu=power7)Jakub Jelinek1-2/+5
2014-07-24IPA C++ refactoring 1/NMartin Liska1-2/+2
2014-06-11re PR tree-optimization/52252 (An opportunity for x86 gcc vectorizer (gain up...Evgeny Stupachenko1-3/+3
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-07re PR tree-optimization/52252 (An opportunity for x86 gcc vectorizer (gain up...Evgeny Stupachenko1-4/+5
2014-05-06Merge in wide-int.Kenneth Zadeck1-10/+8
2014-04-04re PR tree-optimization/60656 (x86 vectorization produces wrong code)Cong Hou1-1/+15
2014-03-19re PR tree-optimization/60559 (g++.dg/vect/pr60023.cc fails with -fno-tree-dc...Jakub Jelinek1-0/+21
2014-02-21re PR tree-optimization/60276 (-O3 autovectorizer breaks on a particular loop)Richard Biener1-0/+28
2014-02-17tree-vect-stmts.c (free_stmt_vec_info): Clear BB and release SSA defs of patt...Richard Biener1-2/+14
2014-02-04re PR tree-optimization/60023 (ICE: verify_gimple failed: dead STMT in EH tab...Jakub Jelinek1-0/+7
2014-01-16tree-vectorizer.h (struct _loop_vec_info): Add no_data_dependencies field.Jakub Jelinek1-4/+8
2014-01-15re PR tree-optimization/59822 (ice in compute_live_loop_exits with -O3)Richard Biener1-1/+55