summaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
Commit message (Expand)AuthorAgeFilesLines
* jump.c (never_reached_warning): Add finish argument.Jakub Jelinek2002-02-121-1/+1
* cfgrtl.c (force_nonfallthru_and_redirect): Don't try to redirect the entry bl...Bernd Schmidt2002-02-041-1/+22
* cfgrtl.c (try_redirect_by_replacing_jump): Remove associated CODE_LABEL and j...Jeff Law2002-02-041-1/+14
* cfgrtl.c (delete_insn): Assert insn hasn't been deleted yet.Richard Henderson2002-01-101-0/+3
* basic-block.h (update_br_prob_note): Declare.Jan Hubicka2002-01-101-0/+13
* cfgrtl.c (delete_insn): Check for not NOTE_INSN_DELETED_LABEL before decremen...Richard Henderson2001-12-311-1/+9
* cfgrtl.c (try_redirect_by_replacing_jump): Allow redirect_jump to fail if tar...Jakub Jelinek2001-12-301-5/+23
* Oops, wrong tree, sorryJan Hubicka2001-12-291-1/+0
* Temoporarily disable broken verify flow info.Jan Hubicka2001-12-291-0/+1
* rtl.h (in_expr_list_p): New declaration.Richard Kenner2001-12-241-225/+235
* cfgrtl.c (redirect_edge_and_branch): Do simplify abnormal edges resulting fro...Jan Hubicka2001-12-171-1/+1
* cfgrtl.c (verify_flow_info): Allow jump table data in fallthru if CASE_DROPS_...John David Anglin2001-12-051-1/+6
* c-decl.c (grokdeclarator): Use ISO word.Neil Booth2001-12-031-2/+2
* cfgrtl.c (purge_all_dead_edges): Initialize variable.Kaveh R. Ghazi2001-12-021-1/+1
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-14/+14
* sparc.c (sparc_absnegfloat_split_legitimate): Do not call alter_subreg.Jan Hubicka2001-11-261-1/+1
* cfgrtl.c (try_redirect_by_replacing_jump): Fix typo, emit replacement jump af...Graham Stott2001-11-221-3/+4
* gcse.c (try_replace_reg): Copy RTX before creating note.Jan Hubicka2001-11-191-0/+5
* cfgrtl.c (purge_all_dead_edges): Use int as argument for portability.Andreas Jaeger2001-11-151-1/+1
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-111-11/+11
* cfgrtl.c (purge_dead_edges): Remove REG_EH_REGION note for insns which cannot...Jakub Jelinek2001-11-091-1/+12
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-041-1/+1
* basic-block.h (purge_all_dead_edges): Add update_life_p argument.Jan Hubicka2001-10-291-2/+22
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-2/+2
* cfgcleanup.c (merge_blocks_move_predecessor_nojumps, [...]): Set BB_UPDATE_LIFE.Jan Hubicka2001-10-271-0/+1
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-1/+1
* c-common.c: Fix comment typos.Kazu Hirata2001-10-091-1/+1
* * cfgrtl.c (redirect_edge_and_branch): Abort if redirect_jump fails.Richard Henderson2001-09-281-1/+4
* Makefile.in (cfgrtl.o): Add.Jan Hubicka2001-09-251-0/+1928