aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop-manip.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-03re PR tree-optimization/59651 (Vectorizer failing to spot dependence causes i...Bingfeng Mei1-2/+13
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek1-47/+196
2013-12-06re PR tree-optimization/59058 (wrong code at -O3 on x86_64-linux-gnu (affecti...Richard Biener1-15/+13
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+4
2013-11-21re PR tree-optimization/59058 (wrong code at -O3 on x86_64-linux-gnu (affecti...Richard Biener1-6/+4
2013-11-21tree-vectorizer.h (LOC, [...]): Remove wrappers and fix all users.Richard Biener1-10/+10
2013-11-21tree-vect-loop-manip.c (vect_build_loop_niters, [...]): Move ...Richard Biener1-159/+6
2013-11-19re PR tree-optimization/59164 (ice: tree check: expected tree that contains â...Richard Biener1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-14tree-vectorizer.h (struct dr_with_seg_len): Remove the base address field as ...Cong Hou1-5/+5
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-07re PR tree-optimization/56764 (vect_prune_runtime_alias_test_list not smart e...Cong Hou1-101/+30
2013-10-31tree.c (tree_ctz): New function.Jakub Jelinek1-1/+1
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders1-2/+2
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+8
2013-10-18re PR tree-optimization/58508 ([Missed-Optimization] Redundant vector load of...Cong Hou1-0/+67
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-09-16dumpfile.c (dump_loc): Remove newline emission.Teresa Johnson1-9/+14
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-29New vectorizer messages; message format change.Xinliang David Li1-4/+21
2013-05-16cfghooks.c (copy_bbs): Add update_dominance argument.Steve Ellcey1-1/+1
2013-05-15tree-vect-loop.c (vect_transform_loop): Use MSG_NOTE instead of MSG_OPTIMIZED...Richard Biener1-13/+13
2013-05-10tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not disable peel...Richard Biener1-23/+4
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-2/+2
2013-04-02re PR tree-optimization/56778 (ICE on several benchmarks after r196775.)Richard Biener1-1/+1
2013-03-21tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): Update virtual SSA form.Richard Biener1-0/+9
2013-03-20tree-vect-loop-manip.c (slpeel_can_duplicate_loop_p): Do not check whether an...Richard Biener1-3/+0
2013-03-18tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Remove cond_expr_...Richard Biener1-15/+10
2013-02-20re PR tree-optimization/56398 (ICE (Segmentation fault) in dominated_by_p)Richard Biener1-0/+1
2013-01-22re PR middle-end/56074 (ICE compiling gcc.dg/vect/pr49093.c)Jakub Jelinek1-2/+3
2013-01-16re PR tree-optimization/55964 (Segmentation fault with -O -ftree-loop-distrib...Richard Biener1-188/+53
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-28re PR c/35634 (operand of pre-/postin-/decrement not promoted)Richard Biener1-0/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-22/+18
2012-11-06l_fma_float_?.c: Update.Jan Hubicka1-4/+13