OSDN Git Service

* ChangeLog: Fix recent commit.
[pf3gnuchains/gcc-fork.git] / gcc / cse.c
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...
2001-10-30 jakub * emit-rtl.c (set_unique_reg_note): Don't create REG_E...
2001-10-26 aoliva* cse.c (check_for_label_ref): Don't require REG_LABEL...
2001-10-11 shebs2001-10-10 Stan Shebs <shebs@apple.com>
2001-10-10 kazu * calls.c: Fix formatting.
2001-10-05 aoliva* Makefile.in (c-decl.o): Depend on tree-inline.h.
2001-09-29 hp * cse.c (cse_insn) [HAVE_cc0]: Fix typo delete-insn...
2001-09-28 hubicka * gcse.c (replace_store_insn): Use delete_insn.
2001-09-21 hubicka * basic-block.h (flow_delete_insn, flow_delete_insn_ch...
2001-08-28 rth * cse.c (cse_basic_block): Skip note instructions.
2001-08-22 gerald * Makefile.in, alias.c, basic-block.h, bb-reorder...
2001-08-12 zack * toplev.c (set_float_handler): Make static.
2001-08-07 hubicka * calls.c (expand_call): Do not emit INSN_SETJMP note.
2001-08-07 hubicka * alias.c (nonlocal_mentioned_p):
2001-08-03 danglin * combine.c, config.gcc, cse.c, defaults.h, real.c...
2001-08-01 kazu * alias.c: Fix comment formatting.
2001-07-30 aj * jump.c: Add prototype for mark_modified_reg.
2001-07-26 denisc * cse.c (cse_process_notes): Replace any registers...
2001-07-18 hubicka * cse.c: Undo my previous patch.
2001-07-18 hubicka * cse.c (delete_trivially_dead_insns): Delete the...
2001-07-17 rth * cse.c (set_live_p): Take INSN argument for...
2001-07-16 hubicka * basic-block.h (CLEANUP_PRE_SIBCALL): New constant.
2001-07-16 rth * hard-reg-set.h (regs_invalidated_by_call...
2001-07-09 kennerMon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1...
2001-07-02 geoffk * cse.c (canon_hash): Don't register registers in...
2001-07-01 kenner * cse.c (new_label_ref): Variable deleted.
2001-05-17 hubicka * cse.c (fold_rtx): Use simplify_subreg.
2001-05-11 law * cse.c (cse_insn): Mostly remove first hunk...
2001-05-02 ghazi * c-lex.c: NULL_PTR -> NULL.
2001-04-20 jakub * gcse.c (gcse_main): Fix comment typo.
2001-04-04 wehle * rtl.h (set_noop_p): Declare.
2001-04-03 amacleod2001-04-03 Jakub Jelinek <jakub@redhat.com>
2001-03-21 kenner * cse.c (find_comparison_args): Remove previous change.
2001-03-19 mmitchel * cse.c (find_comparison_args): Update documentation...
2001-03-07 rthBrad's -ffast-math breakup.
2001-03-02 zack * config/xm-lynx.h, config/xm-std32.h, config/a29k...
2001-02-16 kenner * cse.c (new_label_ref): New variable.
2001-02-13 hubicka * cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABL...
2001-02-06 kenner * cse.c (find_best_addr): Fix typo in computing cost.
2001-01-12 aoliva* calls.c (emit_library_call_value_1): Add USEs and...
2001-01-08 hubicka * jump.c (jump_optimize_1): Use reversed_comparison_code
next