summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-generic.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-loop-ch.c (pass_data_ch): Remove TODO_cleanup_cfg.Richard Biener2015-03-181-2/+1
* re PR tree-optimization/65427 (ICE in emit_move_insn with wide vector types)Jakub Jelinek2015-03-161-0/+59
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-1/+13
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* fold-const.c (fold_negate_expr): Add ANY_INTEGRAL_TYPE_P check.Marek Polacek2014-12-111-2/+2
* gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek2014-12-011-4/+4
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-2/+2
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-6/+7
* Remove VEC_RSHIFT_EXPR tree code, now unusedAlan Lawrence2014-11-131-1/+0
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+1
* builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER...Richard Biener2014-10-311-3/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-5/+5
* Remove VEC_LSHIFT_EXPR and vec_shl_optabAlan Lawrence2014-10-281-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+10
* remove has_executeTrevor Saunders2014-07-091-2/+0
* re PR tree-optimization/57233 (Vector lowering of LROTATE_EXPR pessimizes code)Jakub Jelinek2014-06-271-36/+125
* Merge in wide-int.Kenneth Zadeck2014-05-061-22/+20
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-6/+2
* re PR tree-optimization/60960 (Wrong result when a vector variable is divided...Jakub Jelinek2014-04-251-1/+2
* pass cfun to pass::executeTrevor Saunders2014-04-171-2/+8
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-7/+5
* remove has_gateTrevor Saunders2014-04-171-2/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* re PR middle-end/59273 (ICE in expand_expr_real_2, at expr.c:9188 on alpha)Jakub Jelinek2013-11-261-0/+5
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+6
* tree-vect-generic.c (optimize_vector_constructor): New function.Jakub Jelinek2013-11-221-0/+89
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-7/+7
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-3/+3
* dwarf2out.c (gen_enumeration_type_die): Remove unnecessary host_integerp test.Richard Sandiford2013-11-151-3/+3
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-1/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+3
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-40/+76
* tree-vect-generic.c (uniform_vector_p): Move ...Marc Glisse2013-05-131-46/+0
* tree-pass.h (PROP_gimple_lvec): New.Marc Glisse2013-03-211-3/+3
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-8/+8
* re PR tree-optimization/55281 (ICE in build_int_cst_wide, at tree.c:1217 (w...Jakub Jelinek2012-11-131-1/+1
* re PR middle-end/55001 (Handle VEC_COND_EXPR better in tree-vect-generic.c)Marc Glisse2012-11-011-0/+71
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+2
* re PR tree-optimization/54713 (error: non-trivial conversion at assignment in...Jakub Jelinek2012-09-281-8/+7
* statistics.h (CXX_MEM_STAT_INFO): New define.Richard Guenther2012-09-181-2/+2
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-3/+2