summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dse.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/33563 (DSE removes non-dead store)Richard Guenther2007-09-261-46/+45
* re PR tree-optimization/30375 (tree-ssa-dse incorrectly removes struct initia...Richard Guenther2007-09-261-305/+20
* passes.c (init_optimization_passes): Add simple dce and addressable passes.Jan Hubicka2007-09-071-0/+134
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann2007-06-061-8/+15
* Extend dseRevital Eres2007-05-131-4/+76
* re PR tree-optimization/30375 (tree-ssa-dse incorrectly removes struct initia...Aldy Hernandez2007-03-091-0/+26
* [multiple changes]Diego Novillo2006-12-111-84/+417
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-6/+6
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-1/+1
* * tree-ssa-dse.c (dse_optimize_stmt): Remove unused variable USE.Aldy Hernandez2006-04-261-4/+2
* re PR tree-optimization/26854 (Inordinate compile times on large routines)Jeff Law2006-04-201-1/+1
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-2/+3
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-1/+1
* tree-ssa-dse.c (dse_optimize_stmt): Correctly handle PHI nodes which represen...Jeff Law2005-12-161-0/+9
* gcc/Daniel Jacobowitz2005-11-111-2/+70
* tree-ssa-dse.c (dse_optimize_stmt): Fix up all of V_MAY_DEF and V_MUST_DEF in...Andrew Pinski2005-09-121-13/+6
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* domwalk.c (walk_dominator_tree, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-271-4/+4
* c-common.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-1/+1
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-7/+1
* tree-flow-inline.h (op_iter_next_must_and_may_def): New.Jeff Law2005-04-261-28/+42
* tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata2005-04-171-1/+0
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-4/+17
* tree-ssa-dse.c (dse_optimize_stmt): Fix incorrect comment.Daniel Berlin2005-04-071-1/+1
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-126/+41
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-2/+2
* re PR tree-optimization/19768 (ICE: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be...Andrew Pinski2005-02-031-2/+13
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* tree-ssa-dse.c (fix_phi_uses): Use SSA operand iterators.Steven Bosscher2005-01-131-29/+27
* [multiple changes]Diego Novillo2005-01-081-0/+4
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-1/+5
* tree-dfa.c (free_df_for_stmt): No longer static.Jeff Law2004-09-141-0/+8
* tree-cfg.c (set_bb_for_stmt): Use PHI_BB.Zdenek Dvorak2004-09-111-9/+20
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-5/+1
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-1/+2
* tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo2004-07-281-1/+2
* tree-cfg.c (make_exit_edges): Use get_call_expr_in.Richard Henderson2004-07-081-4/+5
* c-typeck.c, [...]: Fix comment typos.Kazu Hirata2004-06-261-1/+1
* tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod2004-06-171-3/+2
* tree.h (PHI_CHAIN): New.Steven Bosscher2004-06-161-2/+2
* tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth2004-06-101-33/+34
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+445