aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dce.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-06-18tree-ssa-dce.c (perform_tree_ssa_dce): Fixup bogus commit.Richard Biener1-1/+1
2014-06-18tree-pass.h (make_pass_dce_loop): Remove.Richard Biener1-52/+6
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-3/+3
2014-04-28re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...Richard Biener1-2/+7
2014-04-17pass cfun to pass::executeTrevor Saunders1-3/+3
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-9/+3
2014-04-17remove has_gateTrevor Saunders1-3/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-3/+3
2013-12-09Eliminate last_basic_block macro.David Malcolm1-3/+4
2013-11-29re PR tree-optimization/59334 (r205486 caused many failures)Richard Biener1-1/+2
2013-11-28re PR middle-end/59330 (Crash in is_gimple_reg_type)Richard Biener1-18/+10
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-7/+9
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/+3
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-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+8
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-42/+0
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-3/+3
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-6/+6
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-06basic-block.h (class control_dependences): New.Richard Biener1-125/+17
2013-08-29re PR tree-optimization/58246 (wrong code at -O1 and above)Richard Biener1-0/+5
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-52/+108
2013-07-21Fix typos.Mike Stump1-1/+1
2013-02-20tree-call-cdce.c (tree_call_cdce): Do not remove unused locals.Richard Biener1-4/+2
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-14/+14
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-14/+14
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+3
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-4/+4
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-4/+4
2012-08-01graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther1-7/+8
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-3/+1
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-1/+3
2012-06-15re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou1-2/+4
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-3/+1
2012-04-27tree-flow.h (is_hidden_global_store): Remove.Richard Guenther1-1/+1
2012-02-10tree-ssa-dce.c (propagate_necessity): Handle GIMPLE_TRANSACTION.Richard Henderson1-0/+7
2012-01-03re PR tree-optimization/51692 (ICE on several valgrind tests)Richard Guenther1-22/+29
2011-12-01re PR debug/50317 (missing DW_OP_GNU_implicit_pointer)Jakub Jelinek1-0/+20
2011-11-08gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz1-6/+12
2011-10-18re PR tree-optimization/50672 (ice: verify_ssa failed: no immediate_use list)Tom de Vries1-14/+23
2011-10-07re PR middle-end/50527 (inconsistent vla align)Tom de Vries1-0/+4