summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-12/+9
* * cse.c (fold_rtx): Use swap_commutative_operands_p to determinesayle2003-07-181-4/+5
* * combine.c (distribute_notes): Don't bother REG_WAS_0.kazu2003-07-011-49/+0
* * cse.c: Convert prototypes to ISO C90.aj2003-06-291-255/+139
* * alloc-pool.c: Fix comment formatting.kazu2003-06-291-1/+1
* * cse.c (fold_rtx): Replace the equality comparison of INTVALskazu2003-06-271-1/+1
* * cse.c (find_best_addr): Consider binary operators even if secondrth2003-06-041-4/+3
* * Makefile.in (cse.o): Add params.h dependency.rakdver2003-06-041-6/+10
* * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls whensayle2003-05-301-14/+30
* * cse.c (count_reg_usage): When processing an INSNs REG_EQUALamylaar2003-05-231-1/+15
* * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.kenner2003-05-031-0/+11
* 2003-04-09 Dan Nicolaescu <dann@ics.uci.edu>zack2003-04-101-5/+11
* * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.rth2003-04-041-1/+1
* * cfgbuild.c (make_edges): Use tablejump_p.rth2003-03-301-11/+5
* * cselib.c (clear_table): Do not take argument; always clear justhubicka2003-03-141-8/+1
* * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.rakdver2003-02-261-7/+5
* * combine.c (combine_simplify_rtx, simplfy_comparison): Use CC0_P.sayle2003-02-261-3/+1
* * cse.c (find_best_addr): Kill !ADDRESS_COST code.rth2003-01-281-26/+6
* * target.h (targetm.address_cost): New.rth2003-01-281-7/+12
* * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.sayle2003-01-281-5/+9
* * Makefile.in (cse.o): Depend on TARGET_H.rth2003-01-281-11/+4
* * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when notsayle2003-01-251-1/+1
* * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistentlyhubicka2003-01-251-0/+3
* PR optimization/8423sayle2003-01-231-3/+8
* * cse.c (cse_insn): Avoid RTL sharing when updating the RETVALsayle2003-01-211-4/+4
* Merge basic-improvements-branch to trunkzack2002-12-161-75/+53
* 2002-12-10 Andrew Haley <aph@redhat.com>aph2002-12-101-2/+10
* * ChangeLog.1: Fix typos.kazu2002-10-281-1/+1
* * cse.c (mention_regs): Set SUBREG_TICKED to the register number,geoffk2002-10-121-3/+3
* 2002-10-10 Stuart Hastings <stuart@apple.com>geoffk2002-10-101-7/+30
* Fix miscompilation of testcase 20021010-1.c for v850 target with -O -mv850e.wilson2002-10-101-5/+11
* * cse.c (insn_live_p): Pass insn pattern, not full insnuweigand2002-10-091-1/+1
* 2002-09-30 Andrew Haley <aph@redhat.com>aph2002-10-011-1/+3
* * ChangeLog: Follow spelling conventions.kazu2002-09-221-10/+10
* * cse.c (fold_rtx): Calculate the old cost before we fold eachrearnsha2002-09-211-1/+1
* * real.c (real_hash): New.rth2002-09-201-5/+1
* gcc/rth2002-09-161-8/+15
* * ChangeLog: Follow spelling conventions.kazu2002-09-141-1/+1
* * cse.c (cse_insn): Avoid subreg games if the equivalencerth2002-09-041-8/+17
* * cse.c (cse_insn): Supply proper SUBREG_BYTE to simplify_gen_subreg.amylaar2002-07-101-2/+17
* gcc:amylaar2002-07-041-3/+2
* PR optimization/6759jakub2002-06-101-2/+4
* * cse.c (fold_rtx): Don't optimize if SUBREG changes mode class.jakub2002-05-261-1/+3
* 2002-05-23 David S. Miller <davem@redhat.com>davem2002-05-231-21/+20
* * cse.c (canon_hash): Reorder do_not_record test. Alwaysrth2002-05-201-11/+24
* 2002-05-10 David S. Miller <davem@redhat.com>davem2002-05-101-7/+1
* * cse.c (dead_libcall_p): Update counts.hubicka2002-05-081-3/+10
* * cse.c: Fix formatting.kazu2002-05-051-17/+19
* * rtl.h (RTX_FLAG): New macro.janis2002-04-221-2/+2
* * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES): New.rsandifo2002-03-071-13/+12