summaryrefslogtreecommitdiff
path: root/gcc/ssa-ccp.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-2/+2
* sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-35/+25
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-1/+1
* cfgbuild.c (make_edges): Use tablejump_p.Richard Henderson2003-03-301-6/+1
* regmove.c: Fix comment typos.Kazu Hirata2002-12-241-1/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* * ssa-ccp.c (PHI_PARMS): Remove.Neil Booth2002-07-221-1/+0
* i386.md (shift patterns): Use (TARGET_SHIFT1 || optimize_size) to decide whet...Jan Hubicka2002-06-121-3/+0
* cfgrtl.c (create_basic_block_structure): Remove index argument and use last_b...Roger Sayle2002-06-101-1/+1
* basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak2002-05-271-1/+1
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-6/+4
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-10/+12
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-12/+10
* sbitmap.c: Fix formatting.Kazu Hirata2002-05-091-30/+30
* Tidy whitespace.Richard Henderson2002-03-061-1/+0
* ssa-ccp.c (ssa_fast_dce): Update the DF def-use chains after completing fast ...Jeff Law2002-03-061-0/+5
* 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