aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-07-08re PR tree-optimization/61576 (wrong code at -O3 on x86_64-linux-gnu)Yuri Rumyantsev1-1/+7
2014-06-18re PR tree-optimization/61518 (wrong code (by tree vectorizer) at -O3 on x86_...Yuri Rumyantsev1-0/+14
2014-06-05re PR other/61391 (ICE in execute_one_pass at -O3 and above)Yuri Rumyantsev1-0/+3
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+1
2014-05-01tree-if-conv.c (is_cond_scalar_reduction): New function.Yuri Rumyantsev1-4/+149
2014-04-17pass cfun to pass::executeTrevor Saunders1-28/+28
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-12/+10
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-04-14cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou1-5/+5
2014-02-04re PR tree-optimization/60023 (ICE: verify_gimple failed: dead STMT in EH tab...Jakub Jelinek1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek1-113/+303
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-29re PR middle-end/59208 (ice in initialize_flags_in_bb)Richard Biener1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-22add auto_vecTrevor Saunders1-1/+0
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+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-11-07gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.Aldy Hernandez1-1/+0
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-2/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+7
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-16Introduce -ftree-loop-vectorize optionXinliang David Li1-2/+2
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-1/+6
2013-08-27re PR tree-optimization/57521 (wrong code for expressions in loop at -O3)Richard Biener1-62/+26
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+35
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-1/+1
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-22/+22
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-09-03re PR tree-optimization/53395 (The LAPACK functions i(d|s)amax are more than ...Andrew Pinski1-3/+62
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-2/+2
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-18/+3
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther1-2/+2
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-1/+0
2012-08-01graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther1-1/+1
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher1-2/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-04-24tree-if-conv.c (main_tree_if_conversion): Move bb under ENABLE_CHECKING.Richard Biener1-3/+5
2012-04-23re PR tree-optimization/53070 (ICE: in execute_cse_reciprocals, at tree-ssa-m...Richard Guenther1-1/+7
2012-04-16re PR tree-optimization/52975 (Ofast produces not optimized code for vectoriz...Richard Guenther1-5/+3
2012-04-13re PR tree-optimization/52969 (ICE in in get_expr_operands, at tree-ssa-opera...Richard Guenther1-0/+17
2012-03-13Fix sgi typosRainer Orth1-2/+2