aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dse.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-11-11gcc/Daniel Jacobowitz1-2/+70
2005-09-12tree-ssa-dse.c (dse_optimize_stmt): Fix up all of V_MAY_DEF and V_MUST_DEF in...Andrew Pinski1-13/+6
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-27domwalk.c (walk_dominator_tree, [...]): Use VEC instead of VARRAY.Kazu Hirata1-4/+4
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-7/+1
2005-04-26tree-flow-inline.h (op_iter_next_must_and_may_def): New.Jeff Law1-28/+42
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-1/+0
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-4/+17
2005-04-07tree-ssa-dse.c (dse_optimize_stmt): Fix incorrect comment.Daniel Berlin1-1/+1
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-126/+41
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-2/+2
2005-02-03re PR tree-optimization/19768 (ICE: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be...Andrew Pinski1-2/+13
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-13tree-ssa-dse.c (fix_phi_uses): Use SSA operand iterators.Steven Bosscher1-29/+27