aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dse.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-21re PR tree-optimization/62112 (Optimize out malloc when block is unused or wr...Marc Glisse1-39/+69
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-04re PR tree-optimization/60098 (DSE fails to DSE errno settings)Richard Biener1-47/+37
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-36/+32
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-8/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+4
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+8
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
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-2/+2
2013-09-17compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders1-22/+11
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-17/+36
2013-06-12re PR tree-optimization/57361 (Remove self memory assignment)Marc Glisse1-0/+7
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+1
2013-04-02re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek1-1/+10
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2012-07-04re PR middle-end/53844 (GCC generates suboptimal code for unused members of c...Richard Guenther1-2/+10
2012-05-03re PR bootstrap/53197 (bootstrap comparison failure)Michael Matz1-6/+12
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-1/+1
2012-04-27tree-flow.h (is_hidden_global_store): Remove.Richard Guenther1-1/+1
2012-04-05tree-ssa-dse.c (dse_optimize_stmt): Remember the stmt basic-block before remo...Richard Guenther1-1/+4
2012-04-05gimple-iterator.c (gsi_remove): Return whether EH edges need to be cleanup.Richard Guenther1-3/+2
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-3/+1
2011-04-14tree-ssa-dse.c (struct dse_global_data, [...]): Remove.Richard Guenther1-140/+13
2011-01-21re PR tree-optimization/47053 (ICE: verify_flow_info failed: BB 2 can not thr...Jeff Law1-0/+18
2010-10-13re PR tree-optimization/45970 (tree DSE misses many obvious dead stores)Richard Guenther1-2/+3
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-08re PR tree-optimization/43269 (removing non dead store)Richard Guenther1-11/+16
2009-11-25Remove trailing white spaces.H.J. Lu1-4/+4
2009-06-27domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini1-29/+21
2009-05-11passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther1-3/+1
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-407/+99
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-2/+2
2009-01-26re PR middle-end/38851 (Compiler warns about uninitialized variable that is a...Richard Guenther1-8/+24
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-91/+94
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-3/+4
2008-05-16tree-ssa-dse (max_stmt_uid): Removed.Kenneth Zadeck1-21/+6
2008-05-14tree-ssa-dse.c (dse_possible_dead_store_p): Remove dead code.Richard Guenther1-23/+8