aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-data-refs.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-16dumpfile.c (dump_loc): Remove newline emission.Teresa Johnson1-112/+154
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-03Remove a trivial assert (missed in previous checkin)Xinliang David Li1-1/+0
2013-09-03Delay base decl's alignment adjustment until transformation happensXinliang David Li1-7/+3
2013-08-30re PR tree-optimization/58228 (wrong code (with vectorization?) at -O3 on x86...Richard Biener1-1/+8
2013-08-29New vectorizer messages; message format change.Xinliang David Li1-1/+0
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-15/+89
2013-07-15tree-vect-data-refs.c (dr_group_sort_cmp): Do not use hash function in compar...Cong Hou1-17/+88
2013-05-28re PR tree-optimization/56787 (Vectorization fails because of CLOBBER stateme...Richard Biener1-0/+14
2013-05-15re PR tree-optimization/57275 (Error in data dependence analysis during gathe...Richard Biener1-2/+2
2013-05-10tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not disable peel...Richard Biener1-17/+12
2013-04-23This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl1-42/+19
2013-04-18tree-vect-data-refs.c (vect_analyze_group_access): Properly handle negative s...Richard Biener1-24/+18
2013-04-15re PR tree-optimization/56933 (Vectorizer missing read-write dependency for i...Richard Biener1-19/+28
2013-04-11re PR tree-optimization/56878 (Issue with candidate choice in vect_gen_niters...Richard Biener1-9/+22
2013-04-09tree-vectorizer.h (slp_void_p): Remove.Richard Biener1-25/+0
2013-04-08gimple-pretty-print.c (debug_gimple_stmt): Do not print extra newline.Richard Biener1-8/+23
2013-04-04re PR tree-optimization/56213 (strided load vectorization is unnecessarily re...Richard Biener1-54/+2
2013-04-03tree-vect-stmts.c (vectorizable_store): Accept BIT_FIELD_REF.Marc Glisse1-0/+2
2013-04-03re PR tree-optimization/56812 (Simple loop is not SLP-vectorized after r196872)Richard Biener1-0/+7
2013-04-02re PR tree-optimization/56778 (ICE on several benchmarks after r196775.)Richard Biener1-0/+34
2013-03-27re PR tree-optimization/37021 (Fortran Complex reduction / multiplication not...Richard Biener1-0/+4
2013-03-21tree-vect-data-refs.c (vect_update_interleaving_chain): Remove.Richard Biener1-426/+320
2013-03-18tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Remove cond_expr_...Richard Biener1-67/+33
2013-03-18tree-data-ref.h (find_data_references_in_loop): Declare.Richard Biener1-127/+41