aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-patterns.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-24tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r...Cong Hou1-5/+239
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-16re PR tree-optimization/61194 (vectorization failed with "bit-precision arith...Richard Biener1-1/+45
2014-05-06Merge in wide-int.Kenneth Zadeck1-3/+3
2014-04-24re PR tree-optimization/60896 (ICE: in vect_get_vec_def_for_operand, at tree-...Cong Hou1-2/+3
2014-04-18tree-vect-patterns.c (vect_recog_widen_mult_pattern): Enhance the widen-mult ...Cong Hou1-10/+83
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-2/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-2/+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-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-15dwarf2out.c (gen_enumeration_type_die): Remove unnecessary host_integerp test.Richard Sandiford1-6/+5
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
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-01Replace some heap vectors with stack vectors.Trevor Saunders1-4/+1
2013-10-23tree-vect-patterns.c (vect_recog_divmod_pattern): Optimize sequence based on ...Jakub Jelinek1-15/+44
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+5
2013-09-17tree-vect-patterns.c (vect_recog_dot_prod_pattern): Fix a bug when checking t...Cong Hou1-1/+1
2013-09-16dumpfile.c (dump_loc): Remove newline emission.Teresa Johnson1-9/+16
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-06-12re PR tree-optimization/57537 (gcc.dg/vect/slp-widen-mult-half.c generating w...Jakub Jelinek1-1/+4
2013-05-17tree-vect-patterns.c (vect_recog_rotate_pattern): For vect_external_def oprnd...Jakub Jelinek1-11/+50
2013-05-16tree-vectorizer.h (NUM_PATTERNS): Increment.Jakub Jelinek1-0/+214
2013-05-15tree-vect-loop.c (vect_transform_loop): Use MSG_NOTE instead of MSG_OPTIMIZED...Richard Biener1-21/+21
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-64/+65
2012-10-24dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi...Sharad Singhai1-19/+19
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-47/+63
2012-09-18statistics.h (CXX_MEM_STAT_INFO): New define.Richard Guenther1-23/+23
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-14/+8
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-6/+0
2012-07-24Introduce and use unknown_optabRichard Henderson1-1/+1
2012-07-19Allow divmod on UNITS_PER_WORD vectorsRichard Henderson1-2/+1
2012-07-17tree-vect-data-refs.c (vect_get_new_vect_var): Add referenced vars here, use ...Richard Guenther1-2/+2
2012-07-17Clean up supportable_widening_operation.Richard Henderson1-7/+4
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+2
2012-07-10Move vector highpart emulation to the optabs layerRichard Henderson1-20/+3
2012-06-28re PR tree-optimization/51581 (Integer division by constant is not vectorized)Jakub Jelinek1-132/+69
2012-06-28re PR tree-optimization/53645 (Missed optimization for vector integer divisio...Jakub Jelinek1-2/+2
2012-06-18re PR tree-optimization/53693 (ICE in vect_get_vec_def_for_stmt_copy, at tree...Richard Guenther1-0/+5
2012-06-15tree-vect-patterns.c (vect_pattern_recog): Don't unnecessarily allocate and f...Jakub Jelinek1-6/+2
2012-06-15re PR tree-optimization/51581 (Integer division by constant is not vectorized)Jakub Jelinek1-86/+424
2012-05-04re PR tree-optimization/52633 (Compiler ICE in vect_is_simple_use_1 (ARM))Ulrich Weigand1-89/+29
2012-05-04tree-vect-patterns.c (vect_single_imm_use): New function.Ulrich Weigand1-51/+31
2012-05-04tree-vect-patterns.c (vect_same_loop_or_bb_p): New function.Ulrich Weigand1-55/+47