summaryrefslogtreecommitdiff
path: root/gcc/ssa-ccp.c
Commit message (Expand)AuthorAgeFilesLines
* ssa-ccp.c (ssa_fast_dce): Update the DF def-use chains after completing fast ...Jeff Law2002-03-061-0/+4
* ssa-ccp.c (ssa_ccp_substitute_constants): Backout 2002-03-05 patch.Jakub Jelinek2002-03-061-6/+2
* ssa-ccp.c (ssa_ccp_substitute_constants): Don't crash if def is NULL.Jakub Jelinek2002-03-051-2/+6
* predict.c: Fix formatting.Kazu Hirata2002-01-221-2/+2
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-11-231-1/+1
* ssa-ccp.c (examine_flow_edges): Use old-style definition, not an ANSI/ISO def...Jeffrey A Law2001-11-101-2/+2
* ssa-ccp.c (ssa_ccp_substitute_constants): Don't do anything if the node was a...Dan Nicolaescu2001-10-241-2/+7
* basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka2001-09-211-26/+0
* ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): For unreachable blocks, the ...Daniel Berlin2001-08-281-4/+1
* * ssa-ccp.c (ssa_const_prop): Free ssa_edges.Dan Nicolaescu2001-08-271-0/+3
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-8/+8
* sbitmap.c: Fix comment formatting.Kazu Hirata2001-08-171-1/+1
* ssa-ccp.c (visit_expression): Handle CALL_INSNs that can throw an exception.Jeffrey A Law2001-07-251-6/+33
* ssa-ccp.c: (optimize_unexecutable_edges): Add note about removal of edge...Daniel Berlin2001-07-161-8/+26
* * ssa-ccp.c (ssa_fast_dce): Free worklist when completed.Jeffrey A Law2001-07-111-0/+2
* ssa-ccp.c (first_phi_node): Remove.Jeffrey A Law2001-07-101-31/+5
* Forgot to commit with last batch.Jeff Law2001-07-091-0/+1221