aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ch.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-18basic-block.h (scale_bbs_frequencies_int, [...]): Declare.Jan Hubicka1-4/+30
2005-03-12cfglayout.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-4/+4
2005-03-10Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak1-1/+1
2004-12-12tree-ssa-loop-ch.c (copy_loop_headers): Loop can be null.Daniel Berlin1-0/+2
2004-11-17re PR tree-optimization/18519 (ICE: Segmentation fault with optimization)Daniel Berlin1-7/+2
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-13/+10
2004-09-17basic-block.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-16Makefile.in (tree-cfg.o): Add CFGLAYOUT_H dependency.Zdenek Dvorak1-85/+47
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-4/+2
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-1/+2
2004-08-04tree-cfg.c (tree_duplicate_bb): Mark duplicated definitions.Zdenek Dvorak1-62/+1
2004-07-28tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo1-1/+1
2004-06-30tree-ssa-loop-ch.c: New file.Zdenek Dvorak1-0/+349