summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
Commit message (Expand)AuthorAgeFilesLines
* tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata2004-11-251-1/+1
* tree-ssa.c (ssa_remove_edge): Remove.Kazu Hirata2004-11-221-1/+1
* tree-ssa-threadupdate.c (redirection_data_hash): Use the index of the destina...Jeff Law2004-11-211-1/+1
* tree-ssa-threadupdate.c, [...]: Fix comment typos.Kazu Hirata2004-11-201-2/+2
* tree-ssa-threadupdate.c: Replace REDIRECTION_DATA varray with a hash table.Jeff Law2004-11-191-158/+321
* tree-ssa-threadupdate.c (copy_phis_to_block): Remove.Kazu Hirata2004-11-091-34/+1
* tree-ssa-threadupdate.c (copy_phis_to_block): Install PHI arguments using PEN...Kazu Hirata2004-11-021-16/+14
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-1/+1
* tree-ssa-threadupdate.c (create_block_for_threading): Request that no outgoin...Jeff Law2004-09-281-41/+64
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-21/+21
* cfg.c, [...]: Fix comment typos.Kazu Hirata2004-09-201-2/+2
* basic-block.h (update_bb_profile_after_threading): Declare.Jan Hubicka2004-09-191-0/+8
* alias.c, [...]: Fix comment typos.Kazu Hirata2004-09-181-1/+1
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-101-1/+1
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-5/+2
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-1/+1
* re PR middle-end/17044 (libgcc2.c:169: internal compiler error: Segmentation ...John David Anglin2004-08-241-11/+5
* Makefile.in (OBJC-common): Add tree-ssa-threadupdate.cJeff Law2004-08-091-0/+421