summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-data-refs.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/52252 (An opportunity for x86 gcc vectorizer (gain up...Evgeny Stupachenko2014-05-071-40/+135
* Merge in wide-int.Kenneth Zadeck2014-05-061-9/+7
* re PR tree-optimization/60841 (gcc: internal compiler error: Killed (program ...Richard Biener2014-04-171-1/+7
* re PR tree-optimization/60276 (-O3 autovectorizer breaks on a particular loop)Richard Biener2014-02-211-0/+7
* tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers not at the end o...Jakub Jelinek2014-02-081-1/+2
* re PR middle-end/59150 (ICE: in expand_one_var, at cfgexpand.c:1242 with -fop...Jakub Jelinek2014-02-061-4/+7
* tree-vect-loop.c (vect_analyze_loop_2): Be more informative when not vectoriz...Richard Biener2014-02-051-10/+22
* re PR tree-optimization/60012 (Vectorizer generates unnecessary loop versioni...Richard Biener2014-02-041-0/+12
* re PR tree-optimization/59594 (wrong code (by tree vectorizer) at -O3 on x86_...Jakub Jelinek2014-01-291-8/+14
* tree-vectorizer.h (struct _loop_vec_info): Add no_data_dependencies field.Jakub Jelinek2014-01-161-0/+3
* re PR middle-end/59670 (ICE: expected gimple_call(error_mark), have gimple_as...Jakub Jelinek2014-01-101-3/+4
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek2013-12-101-2/+31
* re PR tree-optimization/59374 (-ftree-slp-vectorize breaks unique_ptr's move ...Richard Biener2013-12-051-58/+18
* common.opt: Introduced a new option -fsimd-cost-model.Sergey Ostanevich2013-11-281-4/+5
* 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger2013-11-271-2/+2
* cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez2013-11-271-4/+56
* Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger2013-11-261-2/+2
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+5
* re PR tree-optimization/59058 (wrong code at -O3 on x86_64-linux-gnu (affecti...Richard Biener2013-11-211-2/+3
* cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck2013-11-201-6/+6
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-1/+1
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-5/+5
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-5/+5
* tree-vectorizer.h (struct dr_with_seg_len): Remove the base address field as ...Cong Hou2013-11-141-71/+55
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* re PR tree-optimization/59050 (ICE: tree check: expected integer_cst, have no...Cong Hou2013-11-111-4/+4
* re PR tree-optimization/56764 (vect_prune_runtime_alias_test_list not smart e...Cong Hou2013-11-071-75/+289
* tree-ssa-loop.h: Remove include files.Andrew MacLeod2013-10-231-0/+2
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+6
* tree-core.h (tree_code_name): Remove.Paulo Matos2013-10-161-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-3/+3
* vectorizer cost model enhancementXinliang David Li2013-09-271-11/+9
* Implement --param=vect-max-peeling-for-alignment=..Xinliang David Li2013-09-241-0/+24
* omp-low.c (copy_var_decl): Copy DECL_ATTRIBUTES.Jakub Jelinek2013-09-181-0/+2
* dumpfile.c (dump_loc): Remove newline emission.Teresa Johnson2013-09-161-112/+154
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Remove a trivial assert (missed in previous checkin)Xinliang David Li2013-09-031-1/+0
* Delay base decl's alignment adjustment until transformation happensXinliang David Li2013-09-031-7/+3
* re PR tree-optimization/58228 (wrong code (with vectorization?) at -O3 on x86...Richard Biener2013-08-301-1/+8
* New vectorizer messages; message format change.Xinliang David Li2013-08-291-1/+0
* Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek2013-08-271-15/+89
* tree-vect-data-refs.c (dr_group_sort_cmp): Do not use hash function in compar...Cong Hou2013-07-151-17/+88
* re PR tree-optimization/56787 (Vectorization fails because of CLOBBER stateme...Richard Biener2013-05-281-0/+14
* re PR tree-optimization/57275 (Error in data dependence analysis during gathe...Richard Biener2013-05-151-2/+2
* tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not disable peel...Richard Biener2013-05-101-17/+12
* This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl2013-04-231-42/+19