aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-data-refs.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-24IPA C++ refactoring 1/NMartin Liska1-5/+5
2014-07-08re PR tree-optimization/61680 (vectorization gives wrong answer for sandybrid...Richard Biener1-5/+8
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-8/+10
2014-06-18re PR tree-optimization/52252 (An opportunity for x86 gcc vectorizer (gain up...Evgeny Stupachenko1-1/+350
2014-06-17genopinit.c (main): Use vec<>::qsort method.Richard Biener1-2/+1
2014-06-16tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Check again DECL_IN_CO...Jan Hubicka1-1/+7
2014-06-12tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Reorg to use symtab an...Jan Hubicka1-12/+32
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-1/+1
2014-06-11re PR tree-optimization/52252 (An opportunity for x86 gcc vectorizer (gain up...Evgeny Stupachenko1-48/+173
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-1/+1
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-1/+2
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-40/+135
2014-05-06Merge in wide-int.Kenneth Zadeck1-9/+7
2014-04-17re PR tree-optimization/60841 (gcc: internal compiler error: Killed (program ...Richard Biener1-1/+7
2014-02-21re PR tree-optimization/60276 (-O3 autovectorizer breaks on a particular loop)Richard Biener1-0/+7
2014-02-08tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers not at the end o...Jakub Jelinek1-1/+2
2014-02-06re PR middle-end/59150 (ICE: in expand_one_var, at cfgexpand.c:1242 with -fop...Jakub Jelinek1-4/+7
2014-02-05tree-vect-loop.c (vect_analyze_loop_2): Be more informative when not vectoriz...Richard Biener1-10/+22
2014-02-04re PR tree-optimization/60012 (Vectorizer generates unnecessary loop versioni...Richard Biener1-0/+12
2014-01-29re PR tree-optimization/59594 (wrong code (by tree vectorizer) at -O3 on x86_...Jakub Jelinek1-8/+14
2014-01-16tree-vectorizer.h (struct _loop_vec_info): Add no_data_dependencies field.Jakub Jelinek1-0/+3
2014-01-10re PR middle-end/59670 (ICE: expected gimple_call(error_mark), have gimple_as...Jakub Jelinek1-3/+4
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-2/+31
2013-12-05re PR tree-optimization/59374 (-ftree-slp-vectorize breaks unique_ptr's move ...Richard Biener1-58/+18
2013-11-28common.opt: Introduced a new option -fsimd-cost-model.Sergey Ostanevich1-4/+5
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-2/+2
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-4/+56
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-2/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
2013-11-21re PR tree-optimization/59058 (wrong code at -O3 on x86_64-linux-gnu (affecti...Richard Biener1-2/+3
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-6/+6
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-5/+5
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-5/+5
2013-11-14tree-vectorizer.h (struct dr_with_seg_len): Remove the base address field as ...Cong Hou1-71/+55
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-11re PR tree-optimization/59050 (ICE: tree check: expected integer_cst, have no...Cong Hou1-4/+4
2013-11-07re PR tree-optimization/56764 (vect_prune_runtime_alias_test_list not smart e...Cong Hou1-75/+289
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+2
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+6
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-09-27vectorizer cost model enhancementXinliang David Li1-11/+9
2013-09-24Implement --param=vect-max-peeling-for-alignment=..Xinliang David Li1-0/+24
2013-09-18omp-low.c (copy_var_decl): Copy DECL_ATTRIBUTES.Jakub Jelinek1-0/+2