aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-02-21flow.c (mark_set_1): Make not_dead unsigned long.Richard Earnshaw1-6/+7
2001-02-18flow.c (print_rtl_and_abort_fcn): Renamed from print_rtl_and_abort.Richard Kenner1-3/+15
2001-02-15* flow.c (tidy_fallthru_edge): Never end block on line number NOTE.Richard Kenner1-1/+8
2001-02-13cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_REGNUM to conditionals.Jan Hubicka1-6/+4
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-3/+6
2001-01-23flow.c (init_propagate_block_info): Don't consider unchanging memories for de...Richard Henderson1-0/+7
2001-01-19rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility.Richard Kenner1-12/+4
2001-01-18flow.c (mark_set_1, [...]): Now case; rework to allow entry to be EXPR_LIST.Richard Kenner1-13/+20
2001-01-16flow.c (propagate_on_insn): Make trying to delete a prologue or epilogue insn...Richard Kenner1-21/+17
2001-01-16flow.c (struct propagate_block_info): Add mem_set_list_len.Richard Henderson1-3/+24
2001-01-11Partially undo a previous patchBernd Schmidt1-15/+1
2001-01-11flow.c (flow_call_edges_add): New.Michael Hayes1-0/+69
2001-01-09flow.c (flow_loop_scan): Break out of ...Michael Hayes1-43/+70
2001-01-07reload.c (subst_reloads): Take INSN argument.Alexandre Oliva1-6/+18