aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
AgeCommit message (Expand)AuthorFilesLines
2015-08-03re PR tree-optimization/66917 (ARM: NEON: memcpy compiles to vst1 with incorr...Richard Biener1-6/+9
2015-07-23Check TYPE_OVERFLOW_WRAPS for parloops reductionsTom de Vries1-1/+2
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1
2015-06-22tree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec and single_scalar_ite...Richard Biener1-2/+8
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-05-28tree-vectorizer.h (struct _slp_instance): Remove body_cost_vec member.Richard Biener1-6/+2
2015-05-26tree-vect-loop.c (vect_update_vf_for_slp): Split out from ...Richard Biener1-0/+1
2015-05-22tree-vectorizer.h (struct _slp_oprnd_info): Add second_pattern member.Richard Biener1-0/+1
2015-05-21tree-vectorizer.h (struct _stmt_vec_info): Rename stride_load_p to strided_p.Michael Matz1-2/+4
2015-05-12re PR tree-optimization/37021 (Fortran Complex reduction / multiplication not...Richard Biener1-0/+3
2015-04-23tree-vect-slp.c (vect_find_first_load_in_slp_instance): Remove.Richard Biener1-5/+0
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-04-04re PR tree-optimization/64909 (Missed vectorization with bdver1)Richard Biener1-2/+4
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-27re PR tree-optimization/64024 (gcc.dg/vect/vect-simd-clone-6.c ICEs)Jakub Jelinek1-3/+5
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-1/+1
2014-11-13[Vectorizer] Split vect_gen_perm_mask into _checked and _any variantsAlan Lawrence1-1/+2
2014-09-25re PR tree-optimization/63341 (Vectorization miscompilation with -mcpu=power7)Jakub Jelinek1-2/+4
2014-08-26re PR c/61271 (10 * possible coding error with logical not (!))Marek Polacek1-2/+2
2014-06-24tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r...Cong Hou1-1/+1
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-1/+1
2014-04-17re PR tree-optimization/60841 (gcc: internal compiler error: Killed (program ...Richard Biener1-2/+3
2014-04-14cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou1-1/+1
2014-04-03re PR tree-optimization/60505 (Warning caused by GCC vectorizer.)Cong Hou1-0/+6
2014-02-21re PR tree-optimization/60276 (-O3 autovectorizer breaks on a particular loop)Richard Biener1-0/+5
2014-01-16tree-vectorizer.h (struct _loop_vec_info): Add no_data_dependencies field.Jakub Jelinek1-0/+20
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-31i386.c (MAX_CLASSES): Increase number of classes.Alexander Ivchenko1-2/+2
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek1-1/+7
2013-12-06re PR tree-optimization/59058 (wrong code at -O3 on x86_64-linux-gnu (affecti...Richard Biener1-2/+7
2013-11-28common.opt: Introduced a new option -fsimd-cost-model.Sergey Ostanevich1-2/+5
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-0/+5
2013-11-21re PR tree-optimization/59058 (wrong code at -O3 on x86_64-linux-gnu (affecti...Richard Biener1-8/+5
2013-11-21tree-vectorizer.h (LOC, [...]): Remove wrappers and fix all users.Richard Biener1-13/+7
2013-11-21tree-vect-loop-manip.c (vect_build_loop_niters, [...]): Move ...Richard Biener1-4/+3
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-14tree-vectorizer.h (struct dr_with_seg_len): Remove the base address field as ...Cong Hou1-15/+16
2013-11-07re PR tree-optimization/56764 (vect_prune_runtime_alias_test_list not smart e...Cong Hou1-0/+35
2013-10-31tree.c (tree_ctz): New function.Jakub Jelinek1-0/+2
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-27vectorizer cost model enhancementXinliang David Li1-0/+8
2013-09-03Delay base decl's alignment adjustment until transformation happensXinliang David Li1-2/+29
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-0/+4
2013-05-16tree-vectorizer.h (NUM_PATTERNS): Increment.Jakub Jelinek1-1/+1
2013-04-23This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl1-1/+26
2013-04-19re PR tree-optimization/56270 (loop over array of struct float causes compile...Richard Biener1-6/+5
2013-04-15re PR tree-optimization/56933 (Vectorizer missing read-write dependency for i...Richard Biener1-6/+0
2013-04-10tree-vectorizer.h (struct _slp_oprnd_info): Remove first_const_oprnd field, r...Richard Biener1-2/+1