summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dce.c
Commit message (Expand)AuthorAgeFilesLines
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-120/+122
* tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.Richard Guenther2008-05-201-14/+14
* Revert r135493 & r135463Xinliang David Li2008-05-201-641/+6
* comment/style fixesXinliang David Li2008-05-181-41/+46
* Check in tree-dce enh to trunkXinliang David Li2008-05-171-6/+636
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-9/+15
* tree-pretty-print.c: Include predict.h.Jan Hubicka2008-03-181-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor2007-06-121-1/+3
* tree-ssa-dce.c (eliminate_unnecessary_stmts): Release LHS SSA name when we re...Daniel Berlin2007-05-281-0/+2
* basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner2007-05-041-1/+1
* tree-cfgcleanup.c (cleanup_tree_cfg): Verify dominance info if it claims to b...Zdenek Dvorak2007-04-271-3/+8
* pr23382.c: Avoid DCE from eliminating dead variable.Jan Hubicka2007-01-241-1/+26
* tree-ssa-dce.c (DCE_TODOs): New.Jan Hubicka2007-01-151-31/+37
* re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka2007-01-111-3/+3
* [multiple changes]Diego Novillo2006-12-111-88/+12
* * tree-scalar-evolution.c (scev_const_prop):Diego Novillo2006-12-111-151/+126
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-4/+4
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-1/+1
* pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle2006-07-071-3/+3
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* tree-ssa-dce.c (EXECUTE_IF_CONTROL_DEPENDENT): Make it an iterator-style macro.Kazu Hirata2006-03-151-13/+9
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-3/+6
* tree-ssa-dce.c (remove_dead_statement): When removing a dead control statemen...Jeff Law2006-02-081-23/+22
* tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Remove unreachable code.Zdenek Dvorak2006-01-311-10/+1
* [multiple changes]Diego Novillo2006-01-181-1/+1
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-1/+1
* tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther2006-01-051-1/+2
* tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis2005-12-181-2/+1
* re PR tree-optimization/24627 (xntp miscompiled)Diego Novillo2005-11-041-3/+3
* Makefile.in (tree-ssa-dce.o): Depend on SCEV_H.Richard Henderson2005-10-111-1/+2
* re PR tree-optimization/24300 (segfault in operand_equal_p with -ftree-vector...Richard Henderson2005-10-111-0/+28
* tree-pass.h, [...]: Revert last change.Richard Henderson2005-09-171-1/+1
* tree-pass.h (pass_vect_dce): Declare.Richard Henderson2005-09-171-1/+1
* builtins.c: Fix comment typo(s).Volker Reichelt2005-07-281-1/+1
* tree-ssa-dce.c (cfg_altered): New global.Jeff Law2005-07-051-1/+23
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR tree-optimization/21847 (misscompiling of the following java code)Steven Bosscher2005-06-071-0/+9
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* tree-flow-inline.h (op_iter_init_use, [...]): Assert that the flags are of ap...Andrew MacLeod2005-05-041-2/+1
* * tree-ssa-dce.c: Fix a comment typo.Kazu Hirata2005-04-271-1/+1
* tree-ssa-dce.c (worklist): Change to VEC(tree,heap).Kazu Hirata2005-04-231-10/+10
* tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata2005-04-171-4/+0
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-5/+12
* re PR tree-optimization/20640 (ICE on NULL PHI_ARG_DEF)Alexandre Oliva2005-04-021-3/+18
* tree-cfg.c (make_goto_expr_edges): Don't use error_mark_node.Steven Bosscher2005-03-121-1/+0
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-1/+1
* tree-ssa-dce.c (control_dependence_map, [...]): Make them static.Kazu Hirata2005-03-071-2/+2
* tree-phinodes.c (remove_phi_node): Drop the last argument.Kazu Hirata2005-03-051-1/+1
* Makefile.in (tree-ssa-sink.o): New.Daniel Berlin2005-03-011-73/+3