aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dse.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-01-08[multiple changes]Diego Novillo1-0/+4
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-1/+5
2004-09-14tree-dfa.c (free_df_for_stmt): No longer static.Jeff Law1-0/+8
2004-09-11tree-cfg.c (set_bb_for_stmt): Use PHI_BB.Zdenek Dvorak1-9/+20
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-5/+1
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-1/+2
2004-07-28tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo1-1/+2
2004-07-08tree-cfg.c (make_exit_edges): Use get_call_expr_in.Richard Henderson1-4/+5
2004-06-26c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-06-17tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod1-3/+2
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-2/+2
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-33/+34
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+445