summaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
Commit message (Expand)AuthorAgeFilesLines
* hash-traits.h (free_ptr_hash): New class.Richard Sandiford2015-06-251-3/+1
* tree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec and single_scalar_ite...Richard Biener2015-06-221-2/+8
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-1/+0
* tree-vectorizer.h (struct _slp_instance): Remove body_cost_vec member.Richard Biener2015-05-281-6/+2
* tree-vect-loop.c (vect_update_vf_for_slp): Split out from ...Richard Biener2015-05-261-0/+1
* tree-vectorizer.h (struct _slp_oprnd_info): Add second_pattern member.Richard Biener2015-05-221-0/+1
* tree-vectorizer.h (struct _stmt_vec_info): Rename stride_load_p to strided_p.Michael Matz2015-05-211-2/+4
* re PR tree-optimization/37021 (Fortran Complex reduction / multiplication not...Richard Biener2015-05-121-0/+3
* tree-vect-slp.c (vect_find_first_load_in_slp_instance): Remove.Richard Biener2015-04-231-5/+0
* remove need for store_values_directlyTrevor Saunders2015-04-181-6/+6
* re PR tree-optimization/64909 (Missed vectorization with bdver1)Richard Biener2015-04-041-2/+4
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR tree-optimization/64024 (gcc.dg/vect/vect-simd-clone-6.c ICEs)Jakub Jelinek2014-11-271-3/+5
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-1/+1
* [Vectorizer] Split vect_gen_perm_mask into _checked and _any variantsAlan Lawrence2014-11-131-1/+2
* re PR tree-optimization/63341 (Vectorization miscompilation with -mcpu=power7)Jakub Jelinek2014-09-251-2/+4
* re PR c/61271 (10 * possible coding error with logical not (!))Marek Polacek2014-08-261-2/+2
* tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r...Cong Hou2014-06-241-1/+1
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-1/+1
* re PR tree-optimization/60841 (gcc: internal compiler error: Killed (program ...Richard Biener2014-04-171-2/+3
* cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou2014-04-141-1/+1
* re PR tree-optimization/60505 (Warning caused by GCC vectorizer.)Cong Hou2014-04-031-0/+6
* re PR tree-optimization/60276 (-O3 autovectorizer breaks on a particular loop)Richard Biener2014-02-211-0/+5
* tree-vectorizer.h (struct _loop_vec_info): Add no_data_dependencies field.Jakub Jelinek2014-01-161-0/+20
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* i386.c (MAX_CLASSES): Increase number of classes.Alexander Ivchenko2013-12-311-2/+2
* tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek2013-12-101-1/+7
* re PR tree-optimization/59058 (wrong code at -O3 on x86_64-linux-gnu (affecti...Richard Biener2013-12-061-2/+7
* common.opt: Introduced a new option -fsimd-cost-model.Sergey Ostanevich2013-11-281-2/+5
* cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez2013-11-271-0/+5
* re PR tree-optimization/59058 (wrong code at -O3 on x86_64-linux-gnu (affecti...Richard Biener2013-11-211-8/+5
* tree-vectorizer.h (LOC, [...]): Remove wrappers and fix all users.Richard Biener2013-11-211-13/+7
* tree-vect-loop-manip.c (vect_build_loop_niters, [...]): Move ...Richard Biener2013-11-211-4/+3
* cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck2013-11-201-1/+1
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-1/+1
* tree-vectorizer.h (struct dr_with_seg_len): Remove the base address field as ...Cong Hou2013-11-141-15/+16
* re PR tree-optimization/56764 (vect_prune_runtime_alias_test_list not smart e...Cong Hou2013-11-071-0/+35
* tree.c (tree_ctz): New function.Jakub Jelinek2013-10-311-0/+2
* tree-flow.h: Remove all remaining prototypes...Andrew MacLeod2013-10-091-0/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* vectorizer cost model enhancementXinliang David Li2013-09-271-0/+8
* Delay base decl's alignment adjustment until transformation happensXinliang David Li2013-09-031-2/+29
* Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek2013-08-271-0/+4
* tree-vectorizer.h (NUM_PATTERNS): Increment.Jakub Jelinek2013-05-161-1/+1
* This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl2013-04-231-1/+26
* re PR tree-optimization/56270 (loop over array of struct float causes compile...Richard Biener2013-04-191-6/+5
* re PR tree-optimization/56933 (Vectorizer missing read-write dependency for i...Richard Biener2013-04-151-6/+0
* tree-vectorizer.h (struct _slp_oprnd_info): Remove first_const_oprnd field, r...Richard Biener2013-04-101-2/+1
* tree-vectorizer.h (slp_void_p): Remove.Richard Biener2013-04-091-5/+4
* tree-vect-data-refs.c (vect_update_interleaving_chain): Remove.Richard Biener2013-03-211-2/+2