OSDN Git Service

Fixed erroneous ChangeLog and gcc/ChangeLog entries.
[pf3gnuchains/gcc-fork.git] / gcc / flow.c
2006-12-22 manu2006-12-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2006-12-20 jsm28 * rtlanal.c (struct subreg_info, subreg_get_info,...
2006-09-13 krebbel2006-09-13 Andreas Krebbel <krebbel1@de.ibm.com>
2006-09-07 pinskia2006-09-06 James E Wilson <wilson@specifix.com>
2006-08-26 reichelt * flow.c (verify_wide_reg): Use internal_error for...
2006-07-29 hubicka PR rtl-optimization/28071
2006-04-14 kazu * basic-block.h (REG_BASIC_BLOCK): Use VEC instead...
2006-03-05 kazu * flow.c (recompute_reg_usage): Make it static.
2006-03-02 dberlin2006-03-02 Daniel Berlin <dberlin@dberlin.org>
2006-02-15 bonzini2006-02-15 Paolo Bonzini <bonzini@gnu.org>
2006-02-06 rakdver * tree-vrp.c (execute_vrp): Do not pass dump argument to.
2006-02-02 bernds * flow.c (calculate_global_regs_live): Assert that...
2006-01-31 dalecki2006-01-31 Marcin Dalecki <martin@dalecki.de>
2006-01-25 ebotcazou * flow.c (delete_noop_moves): Add missing EOL to dump...
2006-01-18 kazu * flow.c (initialize_uninitialized_subregs): Make...
2005-12-19 zadeck2005-12-17 Kenneth Zadeck <zadeck@naturalbridge.com>
2005-12-17 zadeck2005-12-17 Danny Berlin <dberlin@dberlin.org>
2005-12-16 krebbel2005-12-16 Andreas Krebbel <krebbel1@de.ibm.com>
2005-12-13 amylaar PR rtl-optimization/20070 / part1
2005-11-09 krebbel2005-11-09 Andreas Krebbel <krebbel1@de.ibm.com>
2005-11-05 hubicka PR rtl-optimization/23490
2005-08-22 jakub PR rtl-optimization/23478
2005-08-10 bonzini2005-08-09 Paolo Bonzini <bonzini@gnu.org>
2005-07-19 bje * bt-load.c (link_btr_uses): Fix uninitialised warnings.
2005-07-05 bonzini2005-07-05 Paolo Bonzini <bonzini@gnu.org>
2005-06-25 kcookUpdate FSF address.
2005-06-16 hubicka * basic-block.h (rtl_bb_info): Break out head_, end_,
2005-06-07 kazu * sbitmap.h (sbitmap_iterator, sbitmap_iter_init,
2005-05-13 amylaar PR rtl-optimization/20756:
2005-04-22 nathan * builtins.c (gimplify_va_arg_expr): Reword comments...
2005-04-15 kazu * basic-block.h (PROP_EQUAL_NOTES): Remove.
2005-04-12 hubicka * Makefile.in: Add function.h to BASIC_BLOCK_H. Remov...
2005-04-08 hp PR rtl-optimization/20466
2005-04-01 kazu * cgraphunit.c, dbxout.c, flow.c, gcse.c, gimplify.c,
2005-03-11 rakdver * basic-block.h (single_succ_p, single_pred_p, single_...
2005-03-07 kazu * flow.c (regs_live_at_setjmp): Make it static.
2005-02-21 kazu * flow.c (delete_dead_jumptables): Speed up by scannin...
2005-02-20 steven PR middle-end/19698
2005-02-17 nathan * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.
2005-02-15 kazu * flow.c (recompute_reg_usage): Remove all arguments.
2005-02-12 kazu * c-tree.h, combine.c, expmed.c, flow.c, libgcc2.c,
2005-01-24 jakub * flow.c (propagate_one_insn): Formatting.
2005-01-23 kazu * flow.c (regset_bytes, regset_size): Remove.
2005-01-18 kazu * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,
2005-01-05 steven * combine.c (expand_compound_operation) <ZERO_EXTRACT...
2004-11-25 nathan * basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...
2004-11-22 nathan * bitmap.h (struct bitmap_obstack): New obstack type.
2004-11-13 steven * cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_...
2004-11-10 steven * basic-block.h (XMALLOC_REG_SET, XFREE_REG_SET):...
2004-11-08 kazu * flow.c (allocate_bb_life_data): Make it static.
2004-11-04 pinskia2004-11-04 Andrew Pinski <pinskia@physics.uc.edu>
2004-11-04 nathan * bitmap.c (bitmap_print): Make bitno unsigned.
2004-11-02 rth * flow.c (init_propagate_block_info): Use bitma...
2004-11-02 nathan * bitmap.h (bitmap_equal_p): Return bool.
2004-10-29 nathan * bitmap.h (bitmap_empty_p): New.
2004-10-18 kazu * basic-block.h (reg_set_iterator): New.
2004-09-28 bje2004-09-24 Ben Elliston <bje@au.ibm.com>
2004-09-26 rakdver * bitmap.h (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_C...
2004-09-24 rth PR rtl-opt/17503
2004-09-08 nathan * final.c (shorten_branches, final, get_insn_template,
2004-08-29 rearnsha* flow.c (REVERSE_CONDEXEC_PREDICATES_P): Use the whole...
2004-08-18 rth * rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.
2004-08-02 pbrook PR rtl-optimization/15068
2004-07-09 jlquinn2004-07-08 Jerry Quinn <jlquinn@optonline.net>
2004-07-08 bothner * flow.c (attempt_auto_inc): Remove now-redundant...
2004-07-01 jlquinn2004-07-01 Jerry Quinn <jlquinn@optonline.net>
2004-06-30 bothner Conditionally compile support for --enable-mapped_loca...
2004-06-15 jlquinn2004-06-15 Jerry Quinn <jlquinn@optonline.net>
2004-05-15 steven * basic-block.h (life_analysis, delete_noop_moves):
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-05 steven * basic-block.h (free_basic_block_vars): Update prototype.
2004-04-30 amylaar * flow.c (propagate_one_insn): Call mark_set_regs...
2004-03-03 pbrook * flow.c (ior_reg_cond, and_reg_cond): Remove stray...
2004-03-03 bonzini2004-02-07 Paolo Bonzini <bonzini@gnu.org>
2004-02-28 ian PR optimization/7871
2004-02-24 rth * toplev.c (dump_file_tbl): Rename from dump_file.
2004-02-24 vmakarov2003-02-24 Sanjiv Kumar Gupta <sanjivg@noida.hcltech...
2004-02-11 ian * flow.c (insn_dead_p): A clobber of a dead hard regis...
2004-02-06 hubicka * flow.c (update_life_info): Allocate reg_deaths when...
2004-02-06 hubicka * recog.c (split_all_insns): Do not update reg info.
2004-02-02 hubicka * alias.c (record_set): Use hard_regno_nregs.
2004-01-31 kazu alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c,...
2004-01-29 rakdver * Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev...
2004-01-25 kazu * c-common.h: Fix comment typos.
2003-12-20 wilsonPatch for asm clobber of fp.
2003-12-16 kazu * flow.c (EXIT_IGNORE_STACK): Move to ...
2003-12-13 kazu * c-typeck.c: Fix comment typos.
2003-12-11 steven2003-12-11 Steven Bosscher <steven@gcc.gnu.org>
2003-12-09 kazu * defaults.h (LOCAL_REGNO): Give the default definition.
2003-12-06 amodra PR 13169
2003-12-01 law * flow.c (count_or_remove_death_notes_bb):...
2003-11-22 amylaar * flow.c (update_life_info): Amend comment about when...
2003-11-21 rth * ssa.c, ssa-dce.c, ssa-ccp.c: Remove files.
2003-10-17 rearnsha* flow.c (init_propagate_block_info): Don't abort if...
2003-09-12 sayle PR optimization/8967
2003-07-19 ghazi * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c...
2003-07-03 hubicka * basic-block.h (create_basic_block, merge_blocks_nomo...
2003-07-01 kazu * basic-block.h: Fix comment typos.
2003-07-01 aj * final.c: Convert prototypes to ISO C90.
2003-06-28 amylaar * flow.c (propagate_one_insn): Use proper test for...
next