aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dse.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-6/+11
2008-03-05re PR tree-optimization/35472 (tree DSE is broken)Richard Guenther1-17/+16
2007-12-20re PR c++/34459 (incorrect code when compiled with optimization (-O1))Jakub Jelinek1-0/+20
2007-10-14fixed-bit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-09-26re PR tree-optimization/33563 (DSE removes non-dead store)Richard Guenther1-46/+45
2007-09-26re PR tree-optimization/30375 (tree-ssa-dse incorrectly removes struct initia...Richard Guenther1-305/+20
2007-09-07passes.c (init_optimization_passes): Add simple dce and addressable passes.Jan Hubicka1-0/+134
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-8/+15
2007-05-13Extend dseRevital Eres1-4/+76
2007-03-09re PR tree-optimization/30375 (tree-ssa-dse incorrectly removes struct initia...Aldy Hernandez1-0/+26
2006-12-11[multiple changes]Diego Novillo1-84/+417
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-6/+6
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-1/+1
2006-04-26* tree-ssa-dse.c (dse_optimize_stmt): Remove unused variable USE.Aldy Hernandez1-4/+2
2006-04-20re PR tree-optimization/26854 (Inordinate compile times on large routines)Jeff Law1-1/+1
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+3
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-1/+1
2005-12-16tree-ssa-dse.c (dse_optimize_stmt): Correctly handle PHI nodes which represen...Jeff Law1-0/+9