aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)Author
2004-03-05re PR target/1532 (-O3 generates (obviously) redundant tests and jumps)Ian Lance Taylor
2004-02-28re PR rtl-optimization/7871 (ICE on legal code, global register variables pro...Ian Lance Taylor
2003-07-29re PR target/10681 ([IA64] ICE in ia64_expand_epilogue)Richard Henderson
2003-06-20flow.c (initialize_uninitialized_subregs): Use emit_move_insn instead of emit...Kazu Hirata
2003-04-20cfgrtl.c (try_redirect_by_replacing_jump): Remove unused variables.John David Anglin
2003-03-03combine.c (gen_lowpart_for_combine): Update handling of subregs_of_modeJan Hubicka
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata
2002-11-04hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.Aldy Hernandez
2002-10-01flow.c (insn_dead_p): When using non-call-exceptions, don't eliminate insns t...Andrew Haley
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata
2002-09-16ABOUT-NLS: Follow spelling conventions.Kazu Hirata
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth
2002-06-24flow.c (propagate_one_insn): When removing an insn with a REG_LIBCALL note bu...Jeff Law
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller
2002-06-07emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.Jeff Law
2002-06-02loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka
2002-05-30flow.c (propagate_one_insn): Revise yesterday's patch.Jeff Law
2002-05-29flow.c (propagate_one_insn): Do not remove a dead insn if it contains a REG_R...Jeff Law
2002-05-28flow.c (update_life_info_in_dirty_blocks): Only do a partial update if UPDATE...Richard Henderson
2002-05-28flow.c (calculate_global_regs_live): Rename call_used to invalidated_by_call.Richard Henderson
2002-05-28basic-block.h (last_basic_block): Declare.Zdenek Dvorak
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak
2002-05-27basic-block.h (PEOP_SCAN_DEAD_STORES): New.Jan Hubicka
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak
2002-05-22* flow.c (life_analysis): Delete broken reg_label check.Richard Henderson
2002-05-21* flow.c (life_analysis): Fix test for deleted label.Richard Henderson
2002-05-21bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak
2002-05-17final.c: Fix formatting.Kazu Hirata
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson
2002-05-16* flow.c (calculate_global_regs_live): Queue blocks in program order.Zdenek Dvorak
2002-05-16Basic block renumbering removal.Zdenek Dvorak
2002-05-13flow.c (invalidate_mems_from_autoinc): Rewrite to use for_each_rtx.Jeff Law
2002-04-18flow.c (update_life_info): Ignore return value of cleanup_cfg.Hans-Peter Nilsson
2002-04-12re PR bootstrap/4191 (GCC does not build for d30v-elf - needs tweaking for cr...Richard Henderson
2002-03-30local-alloc.c (local_alloc): Avoid call of update_equiv_regs when not optimiz...Jan Hubicka
2002-03-22flow.c (calculate_global_regs_live): Clear aux fields of ENTRY and EXIT.Alexandre Oliva
2002-03-22cfgcleanup.c (outgoing_edges_math): Fix condition; relax frequencies match; a...Jan Hubicka
2002-03-19flow.c (EH_USES): Provide default.Richard Henderson
2002-03-08* flow.c (propagate_block_delete_insn): Remove unused variable.Andreas Jaeger
2002-03-06cfgrtl.c (delete_insn_and_edges, [...]): New.Jan Hubicka
2002-03-01toplev.c (rest_of_compilation): Delete dead jumptables before loop.Jan Hubicka
2002-02-28basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez
2002-01-29flow.c (print_rtl_and_abort): Remove.Richard Henderson
2002-01-25df.c (df_ref_create, [...]): Kill BB argument.Jan Hubicka
2002-01-16calls.c (try_to_integrate): Use "(size_t)" intermediate cast and when casting...Graham Stott
2002-01-16flow.c (propagate_one_insn): Change to use fatal_insn.Eric Christopher
2002-01-15flow.c (propagate_one_insn): Add error message and print out insn for debugging.Eric Christopher
2001-12-28except.c: Fix comment formatting.Kazu Hirata
2001-12-12output.h (regno_uninitialized): Make argument unsigned.Aldy Hernandez