aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-16basic-block.h (CLEANUP_PRE_SIBCALL): New constant.Jan Hubicka1-0/+33
2001-07-16hard-reg-set.h (regs_invalidated_by_call): Declare.Richard Henderson1-2/+1
2001-07-15flow.c (redirect_edge_and_branch_force): Initialize global_live_at_start and ...Richard Henderson1-2/+10
2001-07-14Re-install recently reverted patch.Jan Hubicka1-1/+1
2001-07-14bb-reorder.c (skip_insn_after_block): Get past the line number notes.Jan Hubicka1-4/+4
2001-07-13Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.Geoffrey Keating1-1/+1
2001-07-13emit-rtl.c (try_split): Update mark_jump_label call.Jan Hubicka1-1/+1
2001-07-12flow.c (try_optimize_cfg): Delete whole chain of trivially dead basic blocks.Jan Hubicka1-11/+8
2001-07-12flow.c (find_basic_blocks_1): Do not emit NOP after call.Jan Hubicka1-22/+3
2001-07-11flow.c (merge_blocks_move_successor_nojumps): Do not crash when fallthru edge...Jan Hubicka1-22/+570
2001-07-11gcse.c, [...]: s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vecto...Daniel Berlin1-0/+4
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-1/+1
2001-07-09basic-block.h (tree_node): Forward declare if needed.Diego Novillo1-3/+7
2001-07-09flow.c (redirect_edge_and_branch_force): New.Jan Hubicka1-21/+166
2001-07-06basic-block.h (first_insn_after_basic_block_note): Declare.Jeffrey A Law1-0/+22
2001-07-05flow.c: Reverse Jan Hubicka's patch of 02July2001.Jeffrey Oldham1-28/+9
2001-07-02flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.Jan Hubicka1-9/+28
2001-07-02* flow.c (try_simplify_condjump): Fix typo in updating fallthru flags.Richard Kenner1-1/+1
2001-06-28flow.c (dump_bb): Remove unused third argument to call to fprintf when...Diego Novillo1-1/+1
2001-06-28Makefile.in (OBJS): Add df.oJeff Law1-2/+1
2001-06-28flow.c (try_merge_block): Rename to try_optimize_cfg; do basic simplification...Jan Hubicka1-33/+381
2001-06-28i386.md (cmp?i): Simplify; refuse immediate operand in alternative 0Jan Hubicka1-74/+93
2001-06-23* flow.c (attempt_auto_inc, try_pre_increment_1): Fix typo.Jan Hubicka1-2/+2
2001-06-22flow.c (mark_set_1, [...]): compute REG_FREQ using bb->frequency.Jan Hubicka1-5/+9
2001-06-22predict.c (block_info_def): Add nvisited.Jan Hubicka1-0/+3
2001-06-22basic-block.h (dump_edge_info): Declare.Diego Novillo1-8/+8
2001-06-22regs.h (struct reg_info_def): Add freq field.Jan Hubicka1-11/+16
2001-06-21flow.c (entry_exit_blocks): Initialize frequency.Richard Henderson1-4/+9
2001-06-19flow.c (delete_unreachable_blocks): Fix patch error in previous change (call ...Jeffrey A Law1-0/+2
2001-06-18flow.c (find_unreachable_blocks): New function.Jeffrey A Law1-7/+15
2001-06-08basic-block.h: Improve comments.Mark Mitchell1-3/+29
2001-06-06flow.c (mark_used_reg): Clean up looping over multiple hard registers.Richard Henderson1-115/+90
2001-05-31flow.c (set_block_for_new_insns): Remove bogus shortcut.Jan Hubicka1-6/+0
2001-05-15flow.c (life_analysis): After life analysis is complete...Jeffrey A Law1-2/+26
2001-04-28flow.c (propagate_block_delete_insn): Handle deletion of ADDR_VEC and ADDR_DI...Jeffrey A Law1-1/+4
2001-04-21flow.c (proagate_one_insn): Remove useless assignment.Mark Mitchell1-4/+1
2001-04-10gcse.c (update_ld_motion_stores): Don't use variable I for an insn.Richard Kenner1-2/+2
2001-04-09basic-block.h (set_new_block_for_insns): New Prototype.Andrew MacLeod1-5/+28
2001-04-04rtl.h (set_noop_p): Declare.John Wehle1-22/+0
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-7/+4
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-309/+108
2001-03-27flow.c (cleanup_cfg): Take no argument.Richard Henderson1-3/+2
2001-03-27flow.c (tidy_fallthru_edges): Don't combine complex edges.Richard Henderson1-3/+22
2001-03-27bb-reorder.c, [...]: Rename asynchronous_exceptions to flag_non_call_exceptions.Richard Henderson1-2/+2
2001-03-27Fix ia64-linux ICE on bash.Jim Wilson1-12/+42
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-03-12flow.c (insn_dead_p): Don't consider two memrefs equivalent unless anti_depen...Richard Kenner1-18/+19
2001-02-24flow.c (find_sub_basic_blocks): New function.Jan Hubicka1-5/+121
2001-02-21flow.c (init_propagate_block_info): Canon address and use single_set for kill...Jan Hubicka1-9/+10
2001-02-21new macro REVERSE_CONDEXEC_PREDICATES_PAldy Hernandez1-1/+7