aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-19Patch for asm clobber of fp.James E Wilson1-1/+7
2003-12-16flow.c (EXIT_IGNORE_STACK): Move to ...Kazu Hirata1-8/+0
2003-12-13c-typeck.c: Fix comment typos.Kazu Hirata1-2/+2
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-15/+15
2003-12-09defaults.h (LOCAL_REGNO): Give the default definition.Kazu Hirata1-3/+0
2003-12-06re PR rtl-optimization/13169 (asm using r30 or r31 confuses global_alloc)Alan Modra1-7/+32
2003-12-01flow.c (count_or_remove_death_notes_bb): New.Jeff Law1-41/+72
2003-11-22flow.c (update_life_info): Amend comment about when a register can become dead.J"orn Rennecke1-0/+3
2003-11-20ssa.c, [...]: Remove files.Richard Henderson1-32/+0
2003-10-17flow.c (init_propagate_block_info): Don't abort if a conditional jump is not ...Richard Earnshaw1-37/+42
2003-09-12re PR rtl-optimization/8967 (Making class data members `const' pessimizes code)Roger Sayle1-9/+2
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-5/+5
2003-07-03basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka1-1/+4
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-07-01final.c: Convert prototypes to ISO C90.Andreas Jaeger1-220/+107
2003-06-28flow.c (propagate_one_insn): Use proper test for a register being part of the...J"orn Rennecke1-1/+3
2003-06-26flow.c (propagate_one_insn): Kill function return value registers across tail...Richard Henderson1-2/+5
2003-06-26flow.c (propagate_one_insn): Preserve live-at-end registers across tail calls.Richard Henderson1-3/+10
2003-06-26value-prof.c: New.Zdenek Dvorak1-2/+4
2003-06-18bt-load.c: New file.Stephen Clarke1-4/+4
2003-06-16tracer.c: Remove duplication declaration.Andreas Jaeger1-2/+1
2003-06-03flow.c (initialize_uninitialized_subregs): Use emit_move_insn instead of emit...Kazu Hirata1-2/+5
2003-05-03emit-rtl.c (last_call_insn, [...]): New functions.Olivier Hainque1-4/+5
2003-02-28combine.c (gen_lowpart_for_combine): Update handling of subregs_of_modeJan Hubicka1-9/+7
2003-01-30flow.c (update_life_info): Zap life info after cleanup_cfg.Richard Henderson1-2/+12
2003-01-17et-forest.c: Fix comment typos.Kazu Hirata1-3/+3
2003-01-16dbxout.c (lastfile, cwd): Fix `unused' warning.Kaveh Ghazi1-3/+6
2003-01-16arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.Kaveh R. Ghazi1-2/+2
2003-01-15flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with constant offset.Richard Earnshaw1-0/+6
2002-12-20* flow.c (allocate_reg_life_data): Reset REG_FREQ.Zdenek Dvorak1-0/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-1/+1
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