summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dce.c
Commit message (Expand)AuthorAgeFilesLines
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-120/+122
* 2008-05-20 Richard Guenther <rguenther@suse.de>rguenth2008-05-201-14/+14
* Revert r135493 & r135463davidxl2008-05-201-641/+6
* comment/style fixesdavidxl2008-05-181-41/+46
* Check in tree-dce enh to trunkdavidxl2008-05-171-6/+636
* * gcc.dg/20050811-2.c: Update dumping flags.hubicka2008-03-191-9/+15
* * tree-pretty-print.c: Include predict.h.hubicka2008-03-181-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* ./:ian2007-06-121-1/+3
* 2007-05-28 Daniel Berlin <dberlin@dberlin.org>dberlin2007-05-281-0/+2
* 2007-05-04 Josh Conner <jconner@apple.com>jconner2007-05-041-1/+1
* * tree-cfgcleanup.c (cleanup_tree_cfg): Verify dominance inforakdver2007-04-271-3/+8
* * gcc.dg/tree-ssa/pr23382.c: Avoid DCE from eliminating dead variable.hubicka2007-01-241-1/+26
* * tree-ssa-dce.c (DCE_TODOs): New.hubicka2007-01-151-31/+37
* PR tree-optimization/1046hubicka2007-01-111-3/+3
* 2006-12-11 Diego Novillo <dnovillo@redhat.com>dnovillo2006-12-121-88/+12
* * tree-scalar-evolution.c (scev_const_prop):dnovillo2006-12-111-151/+126
* Merge gimple-tuples-branch into mainline.aldyh2006-12-051-4/+4
* * tree-vrp.c (execute_vrp): Do not pass loops structure throughrakdver2006-11-251-1/+1
* * pointer-set.c (pointer_set_destroy): Correct whitespace.sayle2006-07-071-3/+3
* * cfgcleanup.c, cfgexpand.c, cgraphunit.c, config/arm/arm.c,kazu2006-05-281-1/+1
* * tree-ssa-dce.c (EXECUTE_IF_CONTROL_DEPENDENT): Make it ankazu2006-03-151-13/+9
* 2006-03-02 Daniel Berlin <dberlin@dberlin.org>dberlin2006-03-021-3/+6
* * tree-ssa-dce.c (remove_dead_statement): When removing a deadlaw2006-02-091-23/+22
* * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Removerakdver2006-01-311-10/+1
* 2006-01-18 Richard Henderson <rth@redhat.com>dnovillo2006-01-181-1/+1
* * tree-cfg.c (bsi_replace): Rename final argument fromlaw2006-01-061-1/+1
* 2006-01-05 Richard Guenther <rguenther@suse.de>rguenth2006-01-051-1/+2
* * tree-tailcall.c (find_tail_calls): Use XNEW.gdr2005-12-181-2/+1
* PR 24627dnovillo2005-11-041-3/+3
* * Makefile.in (tree-ssa-dce.o): Depend on SCEV_H.rth2005-10-111-1/+2
* PR tree-opt/24300rth2005-10-111-0/+28
* * tree-pass.h, tree-flow.h, tree-ssa-dce.c: Revert last change.rth2005-09-181-1/+1
* * tree-pass.h (pass_vect_dce): Declare.rth2005-09-171-1/+1
* * builtins.c: Fix comment typo(s).reichelt2005-07-281-1/+1
* * tree-ssa-dce.c (cfg_altered): New global.law2005-07-061-1/+23
* Update FSF address.kcook2005-06-251-2/+2
* PR tree-optimization/21847steven2005-06-071-0/+9
* * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c,ghazi2005-06-011-1/+0
* 2005-05-04 Andrew MacLeod <amacleod@redhat.com>amacleod2005-05-041-2/+1
* * tree-ssa-dce.c: Fix a comment typo.kazu2005-04-271-1/+1
* * tree-ssa-dce.c (worklist): Change to VEC(tree,heap).kazu2005-04-231-10/+10
* * tree-flow-inline.h (get_stmt_operands): Remove.kazu2005-04-171-4/+0
* Merge from tree-cleanup-branch: VRP, store CCP, storednovillo2005-04-091-5/+12
* gcc/ChangeLog:aoliva2005-04-021-3/+18
* * tree-cfg.c (make_goto_expr_edges): Don't use error_mark_node.steven2005-03-121-1/+0
* * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,rakdver2005-03-111-1/+1
* * tree-ssa-dce.c (control_dependence_map,kazu2005-03-071-2/+2
* * tree-phinodes.c (remove_phi_node): Drop the last argument.kazu2005-03-051-1/+1
* 2005-03-01 Daniel Berlin <dberlin@dberlin.org>dberlin2005-03-011-73/+3