aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-data-refs.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-06tree-vectorizer.h (vec_info): New base class for...Richard Biener1-53/+36
2015-09-20switch from gimple to gimple*Trevor Saunders1-49/+50
2015-09-17Split up optabs.[hc]Richard Sandiford1-11/+1
2015-09-04tm.texi.in (TARGET_VECTORIZE_BUILTIN_SCATTER): New.Andrey Turetskiy1-42/+51
2015-08-05re PR tree-optimization/67109 (ICE at -O3 on x86_64-linux-gnu in vect_analyze...Richard Biener1-6/+48
2015-08-03re PR tree-optimization/66917 (ARM: NEON: memcpy compiles to vst1 with incorr...Richard Biener1-18/+17
2015-07-18fix pr46851 and pr60340: remove unmaintained omega dependence testSebastian Pop1-0/+1
2015-07-17tree-vect-loop-manip.c (rename_variables_in_bb): Add argument to allow renami...Yuri Rumyantsev1-1/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-30re PR tree-optimization/66704 (ICE in tree-vectorizer at tree-ssanames.c:457)Richard Biener1-1/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-22tree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec and single_scalar_ite...Richard Biener1-3/+2
2015-06-18re PR tree-optimization/66510 (gcc.target/arm/pr53636.c FAILs after r224221)Richard Biener1-12/+23
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-16tree-vect-stmts.c (vectorizable_store): Adjust.Richard Biener1-27/+8
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-03tree-vect-data-refs.c (vect_analyze_group_access): Properly compute GROUP_GAP...Richard Biener1-19/+23
2015-06-01tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow consecutive acces...Yuri Rumyantsev1-3/+7
2015-05-22re PR ipa/65701 (r221530 makes 187.facerec drop with -Ofast -flto on bdver2)Richard Biener1-21/+21
2015-05-21tree-vectorizer.h (struct _stmt_vec_info): Rename stride_load_p to strided_p.Michael Matz1-13/+12
2015-05-08re PR tree-optimization/66036 (strided group loads are not vectorized)Richard Biener1-69/+54
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-1/+1
2015-05-04re PR middle-end/65965 (Straight-line memcpy/memset not vectorized when equiv...Richard Biener1-0/+9
2015-04-29tree-vect-data-refs.c (vect_analyze_group_access): Properly compute GROUP_SIZ...Richard Biener1-1/+1
2015-04-04re PR tree-optimization/64909 (Missed vectorization with bdver1)Richard Biener1-7/+3
2015-03-18re PR tree-optimization/65450 (Unaligned access with -O3 -mtune=k8)Jakub Jelinek1-11/+21
2015-03-10re PR tree-optimization/65355 (vectorizer increase alignment of symbols alrea...Jan Hubicka1-6/+1
2015-03-08re PR ipa/65334 (r221099 caused: FAIL: gfortran.fortran-torture/execute/in-pa...Jan Hubicka1-50/+2
2015-03-05re PR tree-optimization/65310 (vectorizer uses wrong alignment)Richard Biener1-27/+24
2015-02-10re PR tree-optimization/64909 (Missed vectorization with bdver1)Richard Biener1-4/+7
2015-01-29re PR target/64844 (Vectorization inhibited in gcc5 when loop starts with ele...Richard Biener1-17/+4
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-3/+14
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-31Add missing file to my previous commit.Uros Bizjak1-2/+2
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-57/+46
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-3/+3
2014-11-28tree-vect-data-refs.c (vect_transform_grouped_load): Limit shift permutations...Evgeny Stupachenko1-0/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-3/+4
2014-11-13[Vectorizer] Split vect_gen_perm_mask into _checked and _any variantsAlan Lawrence1-34/+17
2014-11-11tree-vect-data-refs.c (vect_shift_permute_load_chain): Extend shift permutati...Evgeny Stupachenko1-28/+36
2014-11-11system.h: Include algorithm and utility.Uros Bizjak1-11/+3
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-7/+7
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-10-22re PR tree-optimization/63530 (GCC generates incorrect aligned store on ARM a...Guozhi Wei1-1/+5
2014-10-21re PR tree-optimization/63563 (ICE: in vectorizable_store, at tree-vect-stmts...Jakub Jelinek1-2/+5