summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dse.c
AgeCommit message (Expand)Author
2016-01-04Update copyright years.Jakub Jelinek
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-08[PATCH] [2/n] Fix minor SSA_NAME leaksJeff Law
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-08-21re PR tree-optimization/62112 (Optimize out malloc when block is unused or wr...Marc Glisse
2014-07-09remove has_executeTrevor Saunders
2014-06-04re PR tree-optimization/60098 (DSE fails to DSE errno settings)Richard Biener
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders
2014-04-17remove has_gateTrevor Saunders
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-13gimple-walk.h: New File.Andrew Macleod
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-17compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm
2013-06-12re PR tree-optimization/57361 (Remove self memory assignment)Marc Glisse
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener
2013-04-02re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai
2012-07-16system.h (dump_file): Do not define.Steven Bosscher
2012-07-04re PR middle-end/53844 (GCC generates suboptimal code for unused members of c...Richard Guenther
2012-05-03re PR bootstrap/53197 (bootstrap comparison failure)Michael Matz
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz
2012-04-27tree-flow.h (is_hidden_global_store): Remove.Richard Guenther
2012-04-05tree-ssa-dse.c (dse_optimize_stmt): Remember the stmt basic-block before remo...Richard Guenther
2012-04-05gimple-iterator.c (gsi_remove): Return whether EH edges need to be cleanup.Richard Guenther
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li
2011-04-14tree-ssa-dse.c (struct dse_global_data, [...]): Remove.Richard Guenther
2011-01-21re PR tree-optimization/47053 (ICE: verify_flow_info failed: BB 2 can not thr...Jeff Law