summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
* 2002-09-30 Andrew Haley <aph@redhat.com>aph2002-10-011-0/+4
* * dbxout.c: Follow spelling conventions.kazu2002-09-221-4/+4
* * ABOUT-NLS: Follow spelling conventions.kazu2002-09-161-1/+1
* * defaults.h (obstack_chunk_alloc, obstack_chunk_free):neil2002-07-231-3/+0
* * flow.c (propagate_one_insn): When removing an insnlaw2002-06-241-8/+24
* 2002-06-05 David S. Miller <davem@redhat.com>davem2002-06-111-1/+1
* * emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.law2002-06-081-6/+4
* * loop.c (emit_prefetch_instructions): Properly place the address computation.hubicka2002-06-021-4/+8
* * flow.c (propagate_one_insn): Revise yesterday's patch. Deletelaw2002-05-301-2/+21
* * flow.c (propagate_one_insn): Do not remove a dead insn if itlaw2002-05-291-1/+1
* * flow.c (update_life_info_in_dirty_blocks): Only do a partialrth2002-05-291-5/+18
* * flow.c (calculate_global_regs_live): Rename call_used torth2002-05-281-7/+7
* * basic-block.h (last_basic_block): Declare.rakdver2002-05-281-2/+1
* * basic-block.h (last_basic_block): Defined as synonym forrakdver2002-05-271-1/+2
* * basic-block.h (PEOP_SCAN_DEAD_STORES): New.hubicka2002-05-271-6/+9
* * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):rakdver2002-05-231-46/+25
* * flow.c (life_analysis): Delete broken reg_label check.rth2002-05-221-19/+1
* * flow.c (life_analysis): Fix test for deleted label.rth2002-05-211-2/+2
* * bb-reorder.c (make_reorder_chain_1): Modified.rakdver2002-05-211-2/+2
* * final.c: Fix formatting.kazu2002-05-171-6/+6
* Revert "Basic block renumbering removal", and two followup patches.rth2002-05-171-43/+54
* * flow.c (calculate_global_regs_live): Queue blocks in program order.rth2002-05-171-9/+7
* Basic block renumbering removal.rth2002-05-161-47/+38
* * flow.c (invalidate_mems_from_autoinc): Rewrite to use for_each_rtx.law2002-05-141-20/+26
* * flow.c (update_life_info): Ignore return value of cleanup_cfg.hp2002-04-181-3/+18
* PR bootstrap/4191rth2002-04-121-2/+6
* * local-alloc.c (local_alloc): Avoid call of update_equiv_regs when not opti...hubicka2002-03-301-0/+10
* * flow.c (calculate_global_regs_live): Clear aux fields ofaoliva2002-03-221-0/+5
* * cfgcleanup.c (outgoing_edges_math): Fix condition; relaxhubicka2002-03-221-3/+3
* * flow.c (EH_USES): Provide default.rth2002-03-201-14/+36
* * flow.c (propagate_block_delete_insn): Remove unused variable.aj2002-03-081-2/+1
* * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New.hubicka2002-03-061-23/+30
* * toplev.c (rest_of_compilation): Delete dead jumptables beforehubicka2002-03-011-2/+1
* * basic-block.h (BB_REACHABLE): Renumber.hubicka2002-02-281-4/+29
* 2002-02-19 Aldy Hernandez <aldyh@redhat.com>aldyh2002-02-191-0/+1
* * flow.c (print_rtl_and_abort): Remove.rth2002-01-291-46/+33
* * df.c (df_ref_create, df_ref_record_1, df_ref_record): Kill BB argument.hubicka2002-01-251-0/+7
* * calls.c (try_to_integrate): Use "(size_t)" intermediategrahams2002-01-161-7/+7
* 2002-01-15 Eric Christopher <echristo@redhat.com>echristo2002-01-161-5/+1
* 2002-01-15 Eric Christopher <echristo@redhat.com>echristo2002-01-151-13/+17
* * except.c: Fix comment formatting.kazu2001-12-281-1/+1
* 2001-12-11 Aldy Hernandez <aldyh@redhat.com>aldyh2001-12-121-1/+1
* 2001-12-11 Aldy Hernandez <aldyh@redhat.com>aldyh2001-12-111-17/+20
* * ChangeLog.2, ChangeLog.3, ChangeLog.5, ChangeLog, alias.c,jsm282001-12-091-4/+4
* 2001-12-06 Andrew MacLeod <amacleod@redhat.com>amacleod2001-12-061-2/+2
* 2001-12-04 Andrew MacLeod <amacleod@redhat.com>amacleod2001-12-051-0/+108
* * flow.c (ior_reg_cond): Return NULL if ! add and rtx wasn't optimized.jakub2001-12-041-50/+63
* * ia64/aix.h (REG_SIZE): Don't #undef.ghazi2001-11-271-1/+4
* * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog,jsm282001-11-111-1/+1
* * flow.c (insn_dead_p): Allow for AUTO_INC notes all the time.geoffk2001-11-091-13/+10