aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-10-17* flow.c (init_propagate_block_info): Don't abort if a conditionalRichard Earnshaw
2003-09-12 PR optimization/8967Roger Sayle
2003-07-19 * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cKaveh Ghazi
2003-07-03 * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.Jan Hubicka
2003-07-01 * basic-block.h: Fix comment typos.Kazu Hirata
2003-07-01 * final.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-06-28 * flow.c (propagate_one_insn): Use proper test for a registerJ"orn Rennecke
2003-06-26 * flow.c (propagate_one_insn): Kill function return valueRichard Henderson
2003-06-26 * flow.c (propagate_one_insn): Preserve live-at-end registersRichard Henderson
2003-06-26 * value-prof.c: New.Zdenek Dvorak
2003-06-182003-06-18 Stephen Clarke <stephen.clarke@superh.com>Stephen Clarke
2003-06-16 * tracer.c: Remove duplication declaration.Andreas Jaeger
2003-06-03 * flow.c (initialize_uninitialized_subregs): UseKazu Hirata
2003-05-03 * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.Olivier Hainque
2003-02-28 * combine.c (gen_lowpart_for_combine): Update handling ofJan Hubicka
2003-01-31 * flow.c (update_life_info): Zap life info after cleanup_cfg.Richard Henderson
2003-01-17 * et-forest.c: Fix comment typos.Kazu Hirata
2003-01-16 * dbxout.c (lastfile, cwd): Fix `unused' warning.Kaveh Ghazi
2003-01-16 * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsignedKaveh Ghazi
2003-01-15* flow.c (find_auto_inc): Also try to generate a PRE_MODIFY withRichard Earnshaw
2002-12-20 * flow.c (allocate_reg_life_data): Reset REG_FREQ.Zdenek Dvorak
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-12-13 * c-decl.c: Fix a comment typo.Kazu Hirata
2002-11-042002-11-04 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez
2002-10-012002-09-30 Andrew Haley <aph@redhat.com>Andrew Haley
2002-09-22 * dbxout.c: Follow spelling conventions.Kazu Hirata
2002-09-16 * ABOUT-NLS: Follow spelling conventions.Kazu Hirata
2002-07-23 * defaults.h (obstack_chunk_alloc, obstack_chunk_free):Neil Booth
2002-06-24 * flow.c (propagate_one_insn): When removing an insnJeff Law
2002-06-112002-06-05 David S. Miller <davem@redhat.com>David S. Miller
2002-06-08 * emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.Jeff Law
2002-06-02 * loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka
2002-05-30 * flow.c (propagate_one_insn): Revise yesterday's patch. DeleteJeff Law
2002-05-29 * flow.c (propagate_one_insn): Do not remove a dead insn if itJeff Law
2002-05-29 * flow.c (update_life_info_in_dirty_blocks): Only do a partialRichard Henderson
2002-05-28 * flow.c (calculate_global_regs_live): Rename call_used toRichard Henderson
2002-05-28 * basic-block.h (last_basic_block): Declare.Zdenek Dvorak
2002-05-27 * basic-block.h (last_basic_block): Defined as synonym forZdenek Dvorak
2002-05-27 * basic-block.h (PEOP_SCAN_DEAD_STORES): New.Jan Hubicka
2002-05-23 * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):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-21 * bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak
2002-05-17 * final.c: Fix formatting.Kazu Hirata
2002-05-17 Revert "Basic block renumbering removal", and two followup patches.Richard Henderson
2002-05-17 * flow.c (calculate_global_regs_live): Queue blocks in program order.Zdenek Dvorak
2002-05-16Basic block renumbering removal.Zdenek Dvorak
2002-05-14 * flow.c (invalidate_mems_from_autoinc): Rewrite to use for_each_rtx.Jeffrey A Law
2002-04-18 * flow.c (update_life_info): Ignore return value of cleanup_cfg.Hans-Peter Nilsson