OSDN Git Service

* attribs.c (strip_attrs): Remove.
[pf3gnuchains/gcc-fork.git] / gcc / cse.c
2004-08-25 steven * cse.c (cse_around_loop, cse_check_loop_start,
2004-08-18 steven * Makefile.in (OBJS-common): Add postreload-gcse.c.
2004-08-18 zack * rtl.def (NIL): Delete.
2004-08-18 rth * rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.
2004-07-28 rsandifo * cse.c (validate_canon_reg): New function, split...
2004-07-09 jlquinn2004-07-08 Jerry Quinn <jlquinn@optonline.net>
2004-07-04 rth * rtl.def (ADDRESSOF): Remove.
2004-07-01 jlquinn2004-07-01 Jerry Quinn <jlquinn@optonline.net>
2004-06-21 rth PR rtl-opt/16114
2004-06-15 jlquinn2004-06-15 Jerry Quinn <jlquinn@optonline.net>
2004-05-25 bonzini2004-05-25 Paolo Bonzini <bonzini@gnu.org>
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-29 bonzini2004-04-29 Paolo Bonzini <bonzini@gnu.org>
2004-04-04 sayle * cse.c (cse_insn): Correct usage of simplify_replace_...
2004-03-20 sayle PR target/13889
2004-03-20 kazu * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c,
2004-03-11 kazu * c-typeck.c, combine.c, cse.c, dominance.c, et-forest.h,
2004-03-09 sayle * simplify-rtx.c (simplify_const_relational_operation...
2004-03-05 bonzini2004-03-05 Paolo Bonzini <bonzini@gnu.org>
2004-03-05 bonzini2004-02-18 Paolo Bonzini <bonzini@gnu.org>
2004-03-03 bonzini2004-02-07 Paolo Bonzini <bonzini@gnu.org>
2004-03-01 bonzini2004-03-01 Paolo Bonzini <bonzini@gnu.org>
2004-02-25 kazu * cse.c (cse_change_cc_mode_insns): Stop at any instru...
2004-02-24 rth * toplev.c (dump_file_tbl): Rename from dump_file.
2004-02-16 rth * cse.c (cse_insn): Don't lose REG_NON_LOCAL_GO...
2004-02-08 kazu * c-objc-common.c (): Fix a typo in a warning.
2004-02-02 hubicka * alias.c (record_set): Use hard_regno_nregs.
2004-01-31 paolo2004-01-31 Paolo Bonzini <bonzini@gnu.org>
2004-01-24 ian PR bootstrap/13848
2004-01-24 andreast2004-01-24 Andreas Tobler <a.tobler@schweiz.ch>
2004-01-23 ian PR gcc/1532
2004-01-23 sayle2004-01-22 Paolo Bonzini <bonzini@gnu.org>
2004-01-20 kkojima PR optimization/13567
2004-01-12 hubicka * alias.c: Invlude varray.h
2003-12-03 amodra PR target/11229
2003-11-27 amylaar * cse.c (cse_set_around_loop): When changing a constan...
2003-10-18 ebotcazou * cse.c (cse_insn) [src_folded]: Check that the tentat...
2003-10-11 sayle * cse.c (constant_pool_entries_regcost): New global...
2003-10-08 danglin PR optimization/12142
2003-10-06 ebotcazou PR optimization/12215
2003-07-26 rth PR inline-asm/11676
2003-07-19 ghazi * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c...
2003-07-18 sayle * cse.c (fold_rtx): Use swap_commutative_operands_p...
2003-07-01 kazu * combine.c (distribute_notes): Don't bother REG_WAS_0.
2003-06-29 aj * cse.c: Convert prototypes to ISO C90.
2003-06-29 kazu * alloc-pool.c: Fix comment formatting.
2003-06-27 kazu * cse.c (fold_rtx): Replace the equality comparison...
2003-06-04 rth * cse.c (find_best_addr): Consider binary opera...
2003-06-04 rakdver * Makefile.in (cse.o): Add params.h dependency.
2003-05-30 sayle * cse.c (cse_insn): Simplify REG_EQUAL note on libcall...
2003-05-23 amylaar * cse.c (count_reg_usage): When processing an INSNs...
2003-05-03 kenner * emit-rtl.c (last_call_insn, add_function_usage_to...
2003-04-10 zack2003-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2003-04-04 rth * cse.c (fold_rtx): Fix 03-30 change; do check...
2003-03-30 rth * cfgbuild.c (make_edges): Use tablejump_p.
2003-03-14 hubicka * cselib.c (clear_table): Do not take argument; always...
2003-02-26 rakdver * cse.c (count_reg_usage): Fix handling of REG_EQUAL...
2003-02-26 sayle * combine.c (combine_simplify_rtx, simplfy_comparison...
2003-01-28 rth * cse.c (find_best_addr): Kill !ADDRESS_COST...
2003-01-28 rth * target.h (targetm.address_cost): New.
2003-01-28 sayle * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
2003-01-28 rth * Makefile.in (cse.o): Depend on TARGET_H.
2003-01-25 sayle * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to...
2003-01-25 hubicka * i386.c (ix86_expand_movstr, ix86_expand_clrstr)...
2003-01-23 sayle PR optimization/8423
2003-01-21 sayle * cse.c (cse_insn): Avoid RTL sharing when updating...
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-12-10 aph2002-12-10 Andrew Haley <aph@redhat.com>
2002-10-28 kazu * ChangeLog.1: Fix typos.
2002-10-12 geoffk * cse.c (mention_regs): Set SUBREG_TICKED to the regis...
2002-10-10 geoffk2002-10-10 Stuart Hastings <stuart@apple.com>
2002-10-10 wilsonFix miscompilation of testcase 20021010-1.c for v850...
2002-10-09 uweigand * cse.c (insn_live_p): Pass insn pattern, not full...
2002-10-01 aph2002-09-30 Andrew Haley <aph@redhat.com>
2002-09-22 kazu * ChangeLog: Follow spelling conventions.
2002-09-21 rearnsha* cse.c (fold_rtx): Calculate the old cost before we...
2002-09-20 rth * real.c (real_hash): New.
2002-09-16 rthgcc/
2002-09-14 kazu * ChangeLog: Follow spelling conventions.
2002-09-04 rth * cse.c (cse_insn): Avoid subreg games if the...
2002-07-10 amylaar * cse.c (cse_insn): Supply proper SUBREG_BYTE to simpl...
2002-07-04 amylaargcc:
2002-06-10 jakub PR optimization/6759
2002-05-26 jakub * cse.c (fold_rtx): Don't optimize if SUBREG changes...
2002-05-23 davem2002-05-23 David S. Miller <davem@redhat.com>
2002-05-20 rth * cse.c (canon_hash): Reorder do_not_record...
2002-05-10 davem2002-05-10 David S. Miller <davem@redhat.com>
2002-05-08 hubicka * cse.c (dead_libcall_p): Update counts.
2002-05-05 kazu * cse.c: Fix formatting.
2002-04-22 janis * rtl.h (RTX_FLAG): New macro.
2002-03-07 rsandifo * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES)...
2002-03-06 hubicka * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_a...
2002-02-28 hubicka * basic-block.h (BB_REACHABLE): Renumber.
2002-02-19 aldyh2002-02-19 Aldy Hernandez <aldyh@redhat.com>
2002-02-12 jakub * jump.c (never_reached_warning): Add finish argument.
2002-01-23 bwilson * config/xtensa/elf.h: New file.
2002-01-05 kazu * cse.c: Fix formatting.
2001-11-28 hubicka * cse.c (true_dependence_in_rtx): New function.
2001-11-23 jsm28 * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog...
2001-11-07 grahams * cse.c (cse_insn): Emit BARRIER after unconditional...
next