aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-3/+17
2004-04-01cgraph.c: Add overall comment.Jan Hubicka1-6/+0
2004-03-29toplev.c (backend_init): Add missing call to inint_optimization_passes.Jan Hubicka1-12/+6
2004-03-20c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-2/+2
2004-03-18doloop.c: Removed.Zdenek Dvorak1-5/+13
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-1/+1
2004-03-03common.opt: Add description of the new -fgcse-after-reload flag.Mostafa Hagog1-1/+23
2004-02-29passes.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-02-27passes.c: New file.Richard Henderson1-0/+2177