summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
* flow.c (init_propagate_block_info): Don't abort if a conditional jump is not ...Richard Earnshaw2003-10-171-37/+42
* re PR rtl-optimization/8967 (Making class data members `const' pessimizes code)Roger Sayle2003-09-121-9/+2
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-5/+5
* basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka2003-07-031-1/+4
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-1/+1
* final.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-011-220/+107
* flow.c (propagate_one_insn): Use proper test for a register being part of the...J"orn Rennecke2003-06-281-1/+3
* flow.c (propagate_one_insn): Kill function return value registers across tail...Richard Henderson2003-06-261-2/+5
* flow.c (propagate_one_insn): Preserve live-at-end registers across tail calls.Richard Henderson2003-06-261-3/+10
* value-prof.c: New.Zdenek Dvorak2003-06-261-2/+4
* bt-load.c: New file.Stephen Clarke2003-06-181-4/+4
* tracer.c: Remove duplication declaration.Andreas Jaeger2003-06-161-2/+1
* flow.c (initialize_uninitialized_subregs): Use emit_move_insn instead of emit...Kazu Hirata2003-06-031-2/+5
* emit-rtl.c (last_call_insn, [...]): New functions.Olivier Hainque2003-05-031-4/+5
* combine.c (gen_lowpart_for_combine): Update handling of subregs_of_modeJan Hubicka2003-02-281-9/+7
* flow.c (update_life_info): Zap life info after cleanup_cfg.Richard Henderson2003-01-301-2/+12
* et-forest.c: Fix comment typos.Kazu Hirata2003-01-171-3/+3
* dbxout.c (lastfile, cwd): Fix `unused' warning.Kaveh Ghazi2003-01-161-3/+6
* arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.Kaveh R. Ghazi2003-01-161-2/+2
* flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with constant offset.Richard Earnshaw2003-01-151-0/+6
* * flow.c (allocate_reg_life_data): Reset REG_FREQ.Zdenek Dvorak2002-12-201-0/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-1/+1
* hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.Aldy Hernandez2002-11-041-11/+16
* flow.c (insn_dead_p): When using non-call-exceptions, don't eliminate insns t...Andrew Haley2002-10-011-0/+4
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-4/+4
* ABOUT-NLS: Follow spelling conventions.Kazu Hirata2002-09-161-1/+1
* defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth2002-07-231-3/+0
* flow.c (propagate_one_insn): When removing an insn with a REG_LIBCALL note bu...Jeff Law2002-06-241-8/+24
* Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller2002-06-111-1/+1
* emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.Jeff Law2002-06-071-6/+4
* loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka2002-06-021-4/+8
* flow.c (propagate_one_insn): Revise yesterday's patch.Jeff Law2002-05-301-2/+21
* flow.c (propagate_one_insn): Do not remove a dead insn if it contains a REG_R...Jeff Law2002-05-291-1/+1
* flow.c (update_life_info_in_dirty_blocks): Only do a partial update if UPDATE...Richard Henderson2002-05-281-5/+18
* flow.c (calculate_global_regs_live): Rename call_used to invalidated_by_call.Richard Henderson2002-05-281-7/+7
* basic-block.h (last_basic_block): Declare.Zdenek Dvorak2002-05-281-2/+1
* basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak2002-05-271-1/+2
* basic-block.h (PEOP_SCAN_DEAD_STORES): New.Jan Hubicka2002-05-271-6/+9
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-46/+25
* * flow.c (life_analysis): Delete broken reg_label check.Richard Henderson2002-05-221-19/+1
* * flow.c (life_analysis): Fix test for deleted label.Richard Henderson2002-05-211-2/+2
* bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak2002-05-211-2/+2
* final.c: Fix formatting.Kazu Hirata2002-05-171-6/+6
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-43/+54
* * flow.c (calculate_global_regs_live): Queue blocks in program order.Zdenek Dvorak2002-05-161-9/+7
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-47/+38
* flow.c (invalidate_mems_from_autoinc): Rewrite to use for_each_rtx.Jeff Law2002-05-131-20/+26
* flow.c (update_life_info): Ignore return value of cleanup_cfg.Hans-Peter Nilsson2002-04-181-3/+18
* re PR bootstrap/4191 (GCC does not build for d30v-elf - needs tweaking for cr...Richard Henderson2002-04-121-2/+6