aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-generic.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-06-27re PR tree-optimization/57233 (Vector lowering of LROTATE_EXPR pessimizes code)Jakub Jelinek1-36/+125
2014-05-06Merge in wide-int.Kenneth Zadeck1-22/+20
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-6/+2
2014-04-25re PR tree-optimization/60960 (Wrong result when a vector variable is divided...Jakub Jelinek1-1/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-2/+8
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+5
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-26re PR middle-end/59273 (ICE in expand_expr_real_2, at expr.c:9188 on alpha)Jakub Jelinek1-0/+5
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+6
2013-11-22tree-vect-generic.c (optimize_vector_constructor): New function.Jakub Jelinek1-0/+89
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-7/+7
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-3/+3
2013-11-15dwarf2out.c (gen_enumeration_type_die): Remove unnecessary host_integerp test.Richard Sandiford1-3/+3
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-1/+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-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+3
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-40/+76
2013-05-13tree-vect-generic.c (uniform_vector_p): Move ...Marc Glisse1-46/+0
2013-03-21tree-pass.h (PROP_gimple_lvec): New.Marc Glisse1-3/+3
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-8/+8
2012-11-13re PR tree-optimization/55281 (ICE in build_int_cst_wide, at tree.c:1217 (w...Jakub Jelinek1-1/+1
2012-11-01re PR middle-end/55001 (Handle VEC_COND_EXPR better in tree-vect-generic.c)Marc Glisse1-0/+71
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-09-28re PR tree-optimization/54713 (error: non-trivial conversion at assignment in...Jakub Jelinek1-8/+7
2012-09-18statistics.h (CXX_MEM_STAT_INFO): New define.Richard Guenther1-2/+2
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-3/+2
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-2/+1
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-1/+0
2012-07-24Introduce and use unknown_optabRichard Henderson1-15/+15
2012-07-10Move vector highpart emulation to the optabs layerRichard Henderson1-97/+16
2012-07-10Add VEC_WIDEN_MULT_EVEN/ODD_EXPRRichard Henderson1-15/+17
2012-07-02re PR tree-optimization/53645 (Missed optimization for vector integer divisio...Jakub Jelinek1-1/+1
2012-06-29tree-vect-generic.c (expand_vector_divmod): For even/odd widening multiply, p...Jakub Jelinek1-21/+18
2012-06-29Use builtin_widen_mult_even/odd in tree-vect-generic division expansionRichard Henderson1-25/+69
2012-06-28re PR tree-optimization/53645 (Missed optimization for vector integer divisio...Jakub Jelinek1-37/+52
2012-06-28re PR tree-optimization/53645 (Missed optimization for vector integer divisio...Jakub Jelinek1-0/+528
2012-06-15tree-vect-generic.c (lower_vec_perm): Propagate vector constants into VEC_PER...Ramana Radhakrishnan1-1/+13
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck1-1/+1
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-03-28Update Copyright year.Jakub Jelinek1-1/+1
2012-03-28re PR middle-end/52750 (32xsigned char __builtin_shuffle)Jakub Jelinek1-2/+3