aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-04hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.Aldy Hernandez1-11/+16
2002-10-01flow.c (insn_dead_p): When using non-call-exceptions, don't eliminate insns t...Andrew Haley1-0/+4
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-4/+4
2002-09-16ABOUT-NLS: Follow spelling conventions.Kazu Hirata1-1/+1
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth1-3/+0
2002-06-24flow.c (propagate_one_insn): When removing an insn with a REG_LIBCALL note bu...Jeff Law1-8/+24
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-1/+1
2002-06-07emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.Jeff Law1-6/+4
2002-06-02loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka1-4/+8
2002-05-30flow.c (propagate_one_insn): Revise yesterday's patch.Jeff Law1-2/+21
2002-05-29flow.c (propagate_one_insn): Do not remove a dead insn if it contains a REG_R...Jeff Law1-1/+1
2002-05-28flow.c (update_life_info_in_dirty_blocks): Only do a partial update if UPDATE...Richard Henderson1-5/+18
2002-05-28flow.c (calculate_global_regs_live): Rename call_used to invalidated_by_call.Richard Henderson1-7/+7
2002-05-28basic-block.h (last_basic_block): Declare.Zdenek Dvorak1-2/+1
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak1-1/+2
2002-05-27basic-block.h (PEOP_SCAN_DEAD_STORES): New.Jan Hubicka1-6/+9
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-46/+25
2002-05-22* flow.c (life_analysis): Delete broken reg_label check.Richard Henderson1-19/+1
2002-05-21* flow.c (life_analysis): Fix test for deleted label.Richard Henderson1-2/+2
2002-05-21bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak1-2/+2
2002-05-17final.c: Fix formatting.Kazu Hirata1-6/+6
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-43/+54
2002-05-16* flow.c (calculate_global_regs_live): Queue blocks in program order.Zdenek Dvorak1-9/+7
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-47/+38
2002-05-13flow.c (invalidate_mems_from_autoinc): Rewrite to use for_each_rtx.Jeff Law1-20/+26
2002-04-18flow.c (update_life_info): Ignore return value of cleanup_cfg.Hans-Peter Nilsson1-3/+18
2002-04-12re PR bootstrap/4191 (GCC does not build for d30v-elf - needs tweaking for cr...Richard Henderson1-2/+6
2002-03-30local-alloc.c (local_alloc): Avoid call of update_equiv_regs when not optimiz...Jan Hubicka1-0/+10
2002-03-22flow.c (calculate_global_regs_live): Clear aux fields of ENTRY and EXIT.Alexandre Oliva1-0/+5
2002-03-22cfgcleanup.c (outgoing_edges_math): Fix condition; relax frequencies match; a...Jan Hubicka1-3/+3
2002-03-19flow.c (EH_USES): Provide default.Richard Henderson1-14/+36
2002-03-08* flow.c (propagate_block_delete_insn): Remove unused variable.Andreas Jaeger1-2/+1
2002-03-06cfgrtl.c (delete_insn_and_edges, [...]): New.Jan Hubicka1-23/+30
2002-03-01toplev.c (rest_of_compilation): Delete dead jumptables before loop.Jan Hubicka1-2/+1
2002-02-28basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka1-4/+29
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+1
2002-01-29flow.c (print_rtl_and_abort): Remove.Richard Henderson1-46/+33
2002-01-25df.c (df_ref_create, [...]): Kill BB argument.Jan Hubicka1-0/+7
2002-01-16calls.c (try_to_integrate): Use "(size_t)" intermediate cast and when casting...Graham Stott1-7/+7
2002-01-16flow.c (propagate_one_insn): Change to use fatal_insn.Eric Christopher1-5/+1
2002-01-15flow.c (propagate_one_insn): Add error message and print out insn for debugging.Eric Christopher1-13/+17
2001-12-28except.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-12-12output.h (regno_uninitialized): Make argument unsigned.Aldy Hernandez1-1/+1
2001-12-11flow.c (find_regno_partial): Indent properly.Aldy Hernandez1-17/+20
2001-12-09ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-4/+4
2001-12-06flow.c (find_regno_partial): Return register, not the expression the register...Andrew MacLeod1-2/+2
2001-12-05rtl.h (initialize_uninitialized_subregs): New prototype.Andrew MacLeod1-0/+108
2001-12-04flow.c (ior_reg_cond): Return NULL if ! add and rtx wasn't optimized.Jakub Jelinek1-50/+63
2001-11-27aix.h (REG_SIZE): Don't #undef.Kaveh R. Ghazi1-1/+4
2001-11-11ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1