aboutsummaryrefslogtreecommitdiff
path: root/gcc/ssa-ccp.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-10/+12
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-12/+10
2002-05-09sbitmap.c: Fix formatting.Kazu Hirata1-30/+30
2002-03-06Tidy whitespace.Richard Henderson1-1/+0
2002-03-06ssa-ccp.c (ssa_fast_dce): Update the DF def-use chains after completing fast ...Jeff Law1-0/+5
2002-03-06ssa-ccp.c (ssa_ccp_substitute_constants): Backout 2002-03-05 patch.Jakub Jelinek1-6/+2
2002-03-05ssa-ccp.c (ssa_ccp_substitute_constants): Don't crash if def is NULL.Jakub Jelinek1-2/+6
2002-01-22predict.c: Fix formatting.Kazu Hirata1-2/+2
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-10ssa-ccp.c (examine_flow_edges): Use old-style definition, not an ANSI/ISO def...Jeffrey A Law1-2/+2
2001-10-24ssa-ccp.c (ssa_ccp_substitute_constants): Don't do anything if the node was a...Dan Nicolaescu1-2/+7
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-26/+0
2001-08-28ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): For unreachable blocks, the ...Daniel Berlin1-4/+1
2001-08-27* ssa-ccp.c (ssa_const_prop): Free ssa_edges.Dan Nicolaescu1-0/+3
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-8/+8
2001-08-17sbitmap.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-07-25ssa-ccp.c (visit_expression): Handle CALL_INSNs that can throw an exception.Jeffrey A Law1-6/+33
2001-07-16ssa-ccp.c: (optimize_unexecutable_edges): Add note about removal of edge...Daniel Berlin1-8/+26
2001-07-11* ssa-ccp.c (ssa_fast_dce): Free worklist when completed.Jeffrey A Law1-0/+2
2001-07-10ssa-ccp.c (first_phi_node): Remove.Jeffrey A Law1-31/+5
2001-07-09Forgot to commit with last batch.Jeff Law1-0/+1221