aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-09-16 * cfgcleanup.c (label_is_jump_target_p): Correct use of tableIan Lance Taylor
2003-09-07 * cfgcleanup.c (try_simplify_condjump): Fix again the preivous patch.Jan Hubicka
2003-09-07 * cfgcleanup.c (try_simplify_condjump): Fix my previous patch.Jan Hubicka
2003-09-06 PR target/12070Jan Hubicka
2003-08-22 * cfgcleanup.c: Fix comment typos.Kazu Hirata
2003-08-01 * cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notesJakub Jelinek
2003-07-21 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.Josef Zlomek
2003-07-05 * bt-load.c: Fix comment typos.Kazu Hirata
2003-07-03 * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.Jan Hubicka
2003-07-01 * basic-block.h: Fix comment typos.Kazu Hirata
2003-06-22 * caller-save.c: Convert to ISO C90.Andreas Jaeger
2003-06-06 * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.Jan Hubicka
2003-05-162003-05-15 Eric Christopher <echristo@redhat.com>Eric Christopher
2003-04-18 * cfgcleanup.c (flow_find_cross_jump): Use INSN_P,not active_insn_p.Richard Kenner
2003-03-30 * cfgbuild.c (make_edges): Use tablejump_p.Richard Henderson
2003-03-23 * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumpsRichard Henderson
2003-03-23 * cfgcleanup.c (insns_match_p): Do not do EQUIV substitutionRichard Henderson
2003-03-15 * rtl.h (subrtx_p): Renamed to rtx_referenced_p.Josef Zlomek
2003-03-10 * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.Jan Hubicka
2003-03-10 * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.Josef Zlomek
2003-03-10 * cfgcleanup.c (merge_blocks): Return where to iterate next.Jan Hubicka
2003-02-22 * expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka
2003-02-15 * cfgcleanup.c: Include params.h.Richard Henderson
2003-02-13 * cfgcleanup.c (outgoing_edges_match): When there is single outgoingJosef Zlomek
2003-02-10 * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).Josef Zlomek
2003-01-18 * alias.c: Fix comment typos.Kazu Hirata
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-12-13 * c-decl.c: Fix a comment typo.Kazu Hirata
2002-10-11 * calls.c (expand_call): Simplify noreturn call.Jan Hubicka
2002-09-29 * builtins.def: Fix comment formatting.Kazu Hirata
2002-09-17Do not foward a branch to just after a loop exit beforeDale Johannesen
2002-09-07 * cfgcleanup.c (try_crossjump_to_edge): Fix updating of livenessZdenek Dvorak
2002-08-05Index: ChangeLogGeoffrey Keating
2002-06-10 * cfgcleanup.c (try_optimize_cfg): Make sure merge_blocks doesn'tJakub Jelinek
2002-05-28 * basic-block.h (last_basic_block): Declare.Zdenek Dvorak
2002-05-23 * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):Zdenek Dvorak
2002-05-232002-05-23 David S. Miller <davem@redhat.com>David S. Miller
2002-05-22 * cfgbuild.c: Fix formatting.Kazu Hirata
2002-05-21 * bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak
2002-05-19 * basic_block.h (struct basic_block_def): Added prev_bb and next_bbZdenek Dvorak
2002-05-17 Revert "Basic block renumbering removal", and two followup patches.Richard Henderson
2002-05-16Basic block renumbering removal.Zdenek Dvorak
2002-05-15 * invoke.texi (-malign-double): Re-add lost warning.Jan Hubicka
2002-05-08Fix merge typos.Jan Hubicka
2002-05-08 * cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka
2002-05-03 * cfgcleanup.c (try_optimize_cfg): Call merge_block only whenJan Hubicka
2002-05-01 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Emit dumpRichard Henderson
2002-04-10 * basic-block.h (flow_delete_block_noexpunge): Declare.Richard Henderson
2002-03-30 * local-alloc.c (local_alloc): Avoid call of update_equiv_regs when not opti...Jan Hubicka