aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop-manip.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-07tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve preheaders.Richard Biener1-0/+5
2017-02-15re PR tree-optimization/79347 (vect_do_peeling is messing up profile)Bin Cheng1-2/+37
2017-02-05re PR tree-optimization/79347 (vect_do_peeling is messing up profile)Jan Hubicka1-2/+4
2017-01-09re PR tree-optimization/78899 (Vestorized loop with optmized mask stores moti...Jakub Jelinek1-4/+20
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-08re PR middle-end/78684 (ICE in create_intersect_range_checks_index, at tree-v...Bin Cheng1-2/+1
2016-11-16Support non-masked epilogue vectoriziationYuri Rumyantsev1-3/+7
2016-11-16Fix nb_iterations calculation in tree-vect-loop-manip.cRichard Sandiford1-1/+4
2016-10-19re PR tree-optimization/78005 (172.mgrid and 450.soplex miscompare)Bin Cheng1-40/+43
2016-10-13tree-vect-loop-manip.c (adjust_vec_debug_stmts): Don't release adjust_vec aut...Bin Cheng1-1131/+843
2016-10-13tree-vect-loop-manip.c (slpeel_tree_duplicate_loop_to_edge_cfg): Put duplicat...Bin Cheng1-6/+7
2016-10-13tree-vect-loop-manip.c (slpeel_can_duplicate_loop_p): Fix code style issue.Bin Cheng1-9/+3
2016-09-28re PR tree-optimization/77724 (bootstrap-O3 broken: ICE: in tree_to_uhwi, at ...Robin Dapp1-5/+7
2016-09-23tree-vect-loop-manip.c (create_intersect_range_checks_index): New.Bin Cheng1-47/+190
2016-08-19re PR tree-optimization/77286 (ICE in fold_convert_loc, at fold-const.c:2248 ...Richard Biener1-7/+18
2016-08-17tree-ssa.c: Include tree-cfg.h and tree-dfa.h.Richard Biener1-0/+3
2016-08-01re PR tree-optimization/71818 (ICE in as_a, at is-a.h:192 w/ -O2 -ftree-vecto...Alan Hayward1-1/+18
2016-07-29re PR tree-optimization/57558 (Loop not vectorized if iteration count could b...Bin Cheng1-11/+57
2016-07-19tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update comment.Ilya Enkovich1-2/+10
2016-06-17tree-vectorizer.h (struct dr_with_seg_len): Remove class member OFFSET.Bin Cheng1-5/+10
2016-06-08tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.Alan Hayward1-3/+0
2016-03-09re PR tree-optimization/70138 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener1-1/+2
2016-01-28re PR tree-optimization/69466 (ICE: Invalid PHI argument after vectorization ...Richard Biener1-5/+14
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-27Fix memory leak in loop_vec_infoMartin Liska1-2/+0
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-7/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-6/+6
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-13/+8
2015-09-20switch from gimple to gimple*Trevor Saunders1-14/+14
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-07-23PR tree-optimization/66926,66951Yuri Rumyantsev1-7/+2
2015-07-17tree-vect-loop-manip.c (rename_variables_in_bb): Add argument to allow renami...Yuri Rumyantsev1-15/+34
2015-07-13Fix double word typos.Aldy Hernandez1-2/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-07-06re PR tree-optimization/66767 (FAIL: gcc.dg/vect/vect-align-1.c execution test)Richard Biener1-1/+1
2015-07-02builtins.c (get_pointer_alignment_1): Handle POINTER_PLUS_EXPR.Richard Biener1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
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-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-7/+5
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-7/+7
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-36/+38
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-05-06Merge in wide-int.Kenneth Zadeck1-2/+2
2014-01-14re PR tree-optimization/58921 (ICE with segfault on valid code at -O3 on x86_...Richard Biener1-67/+0
2014-01-04re PR tree-optimization/59519 (ICE on valid code at -O3 on x86_64-linux-gnu i...Jakub Jelinek1-1/+12