summaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
Commit message (Expand)AuthorAgeFilesLines
* 2006-01-18 Richard Henderson <rth@redhat.com>dnovillo2006-01-181-30/+48
* * basic-block.h (control_flow_graph): Change the type ofkazu2006-01-111-7/+22
* gcc:bonzini2006-01-111-0/+24
* * tree-cfg.c (bsi_replace): Rename final argument fromlaw2006-01-061-18/+28
* PR ada/24994law2006-01-041-1/+4
* * basic-block.h (control_flow_graph): Change the type ofkazu2006-01-031-8/+22
* 2005-12-20 Richard Guenther <rguenther@suse.de>rguenth2005-12-201-49/+0
* 2005-12-18 Andreas Krebbel <krebbel1@de.ibm.com>uweigand2005-12-181-1/+1
* * tree-vn.c (vn_add): Use XNEW.gdr2005-12-181-7/+7
* 2005-12-17 Danny Berlin <dberlin@dberlin.org>zadeck2005-12-171-7/+10
* * tree.c (recompute_tree_invariant_for_addr_expr): Rename fromdnovillo2005-12-091-2/+2
* 2005-12-02 Richard Guenther <rguenther@suse.de>rguenth2005-12-021-3/+3
* 2005-12-02 Richard Guenther <rguenther@suse.de>rguenth2005-12-021-0/+49
* * tree-cfg.c (tree_find_edge_insert_loc): Handle naked RETURN_EXPR.steven2005-10-201-1/+1
* PR 23714rth2005-10-161-33/+0
* PR tree-optimization/24226rakdver2005-10-091-0/+6
* PR 23714rth2005-10-061-0/+33
* PR tree-optimize/23817rakdver2005-09-131-2/+11
* PR tree-optimization/23509rakdver2005-09-091-2/+1
* PR c/23075jakub2005-09-061-1/+2
* PR tree-optimization/23626rakdver2005-09-021-0/+4
* * bb-reorder.c (copy_bb, duplicate_computed_gotos): Add argumentrakdver2005-08-241-8/+19
* PR tree-optimization/22236spop2005-08-131-4/+4
* PR 21728rth2005-08-051-3/+15
* PR 22037dnovillo2005-08-041-7/+5
* * profile.c (branch_prob): Split edges with goto locus on themhubicka2005-08-031-2/+16
* * cfg.c (update_bb_profile_for_threading): Use RDIV.hubicka2005-07-281-12/+36
* * tree-cfg.c (dump_cfg_stats): Add a new fmt_str_2 format stringbje2005-07-121-1/+2
* * Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.hdnovillo2005-07-101-5/+2
* PR tree-optimization/20139kazu2005-07-081-1/+6
* * bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks.c, cfgloop.c,jsm282005-07-031-42/+42
* * c-decl.c (pop_scope): Move warning control into warning call.dj2005-06-281-2/+2
* * builtins.c, c-common.c, c-convert.c, c-decl.c, c-typeck.c,kazu2005-06-261-3/+3
* Update FSF address.kcook2005-06-251-2/+2
* * Makefile.in (cfg.o): Add new dependencies.hubicka2005-06-151-15/+13
* PR tree-optimization/21846rakdver2005-06-051-0/+13
* * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c,ghazi2005-06-011-1/+0
* 2005-05-31 Andrew Pinski <pinskia@physics.uc.edu>pinskia2005-05-311-0/+5
* * Makefile.in (OBJS-common): Add tree-cfgcleanup.o.kazu2005-05-281-717/+2
* * basic-block.h (basic_block_def): Add phi_nodes andkazu2005-05-271-46/+0
* * tree-cfg.c (verify_expr, case ADDR_EXPR): Verify invariant,law2005-05-251-25/+60
* * c-common.c (unsigned_conversion_warning): Move warning controldj2005-05-251-4/+4
* * Makefile.in (tree-cfg.o): Depend on tree-ssa-propagate.h.law2005-05-241-0/+8
* gcc/kazu2005-05-191-2/+2
* * tree-cfg.c (pass_remove_useless): Revert last change.rth2005-05-191-2/+2
* * tree-cfg.c (pass_remove_useless): This pass works on trees.geoffk2005-05-181-2/+2
* * timevar.def (TV_SCEV_CONST): New timevar.rakdver2005-05-171-1/+1
* * tree-cfg.c (tree_can_merge_blocks_p): Allow phi nodes in therakdver2005-05-171-3/+93
* * cgraph.h (cgraph_node): Add 'lowered' state.hubicka2005-05-171-1/+1
* * tree-cfg.c (execute_warn_function_return): Break out noreturnhubicka2005-05-141-8/+31