aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dce.c
AgeCommit message (Expand)Author
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-06-12re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor
2007-05-28tree-ssa-dce.c (eliminate_unnecessary_stmts): Release LHS SSA name when we re...Daniel Berlin
2007-05-04basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner
2007-04-27tree-cfgcleanup.c (cleanup_tree_cfg): Verify dominance info if it claims to b...Zdenek Dvorak
2007-01-24pr23382.c: Avoid DCE from eliminating dead variable.Jan Hubicka
2007-01-15tree-ssa-dce.c (DCE_TODOs): New.Jan Hubicka
2007-01-11re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka
2006-12-11[multiple changes]Diego Novillo
2006-12-11* tree-scalar-evolution.c (scev_const_prop):Diego Novillo
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak
2006-07-07pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata
2006-03-15tree-ssa-dce.c (EXECUTE_IF_CONTROL_DEPENDENT): Make it an iterator-style macro.Kazu Hirata
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin
2006-02-08tree-ssa-dce.c (remove_dead_statement): When removing a dead control statemen...Jeff Law
2006-01-31tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Remove unreachable code.Zdenek Dvorak
2006-01-18[multiple changes]Diego Novillo
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law
2006-01-05tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther
2005-12-18tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis
2005-11-04re PR tree-optimization/24627 (xntp miscompiled)Diego Novillo
2005-10-11Makefile.in (tree-ssa-dce.o): Depend on SCEV_H.Richard Henderson
2005-10-11re PR tree-optimization/24300 (segfault in operand_equal_p with -ftree-vector...Richard Henderson
2005-09-17tree-pass.h, [...]: Revert last change.Richard Henderson
2005-09-17tree-pass.h (pass_vect_dce): Declare.Richard Henderson
2005-07-28builtins.c: Fix comment typo(s).Volker Reichelt
2005-07-05tree-ssa-dce.c (cfg_altered): New global.Jeff Law
2005-06-25Update FSF address.Kelley Cook
2005-06-07re PR tree-optimization/21847 (misscompiling of the following java code)Steven Bosscher
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi
2005-05-04tree-flow-inline.h (op_iter_init_use, [...]): Assert that the flags are of ap...Andrew MacLeod
2005-04-27* tree-ssa-dce.c: Fix a comment typo.Kazu Hirata
2005-04-23tree-ssa-dce.c (worklist): Change to VEC(tree,heap).Kazu Hirata
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo
2005-04-02re PR tree-optimization/20640 (ICE on NULL PHI_ARG_DEF)Alexandre Oliva
2005-03-12tree-cfg.c (make_goto_expr_edges): Don't use error_mark_node.Steven Bosscher
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak
2005-03-07tree-ssa-dce.c (control_dependence_map, [...]): Make them static.Kazu Hirata
2005-03-05tree-phinodes.c (remove_phi_node): Drop the last argument.Kazu Hirata
2005-03-01Makefile.in (tree-ssa-sink.o): New.Daniel Berlin
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata
2005-01-14tree-ssa-dce.c (visited_control_parents): New sbitmap to replace BB_VISITED u...Steven Bosscher
2004-12-13defaults.h, [...]: Fix comment typos.Kazu Hirata
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell
2004-11-17re PR tree-optimization/18519 (ICE: Segmentation fault with optimization)Daniel Berlin
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell