summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* combine.c (distribute_notes): Don't bother REG_WAS_0.Kazu Hirata2003-07-011-49/+0
* cse.c: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-255/+139
* alloc-pool.c: Fix comment formatting.Kazu Hirata2003-06-291-1/+1
* cse.c (fold_rtx): Replace the equality comparison of INTVALs with a pointer e...Kazu Hirata2003-06-271-1/+1
* cse.c (find_best_addr): Consider binary operators even if second argument is ...Richard Henderson2003-06-041-4/+3
* Makefile.in (cse.o): Add params.h dependency.Zdenek Dvorak2003-06-041-6/+10
* cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when making a substitut...Roger Sayle2003-05-301-14/+30
* cse.c (count_reg_usage): When processing an INSNs REG_EQUAL note containing a...J"orn Rennecke2003-05-231-1/+15
* emit-rtl.c (last_call_insn, [...]): New functions.Olivier Hainque2003-05-031-0/+11
* regrename.c (struct du_chain): Use a bitfield for reg_class.Dan Nicolaescu2003-04-101-5/+11
* * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.Richard Henderson2003-04-041-1/+1
* cfgbuild.c (make_edges): Use tablejump_p.Richard Henderson2003-03-301-11/+5
* cselib.c (clear_table): Do not take argument; always clear just used slots.Jan Hubicka2003-03-141-8/+1
* cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.Zdenek Dvorak2003-02-261-7/+5
* combine.c (combine_simplify_rtx, [...]): Use CC0_P.Roger Sayle2003-02-261-3/+1
* * cse.c (find_best_addr): Kill !ADDRESS_COST code.Richard Henderson2003-01-281-26/+6
* target.h (targetm.address_cost): New.Richard Henderson2003-01-281-7/+12
* * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.Roger Sayle2003-01-281-5/+9
* Makefile.in (cse.o): Depend on TARGET_H.Richard Henderson2003-01-271-11/+4
* cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not optimizing, even i...Roger Sayle2003-01-251-1/+1
* i386.c (ix86_expand_movstr, [...]): Consistently do libcall for large blocks.Jan Hubicka2003-01-251-0/+3
* re PR rtl-optimization/8423 (CSE1 not propagating __builtin_constant_p enough)Roger Sayle2003-01-231-3/+8
* cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL insn's notes fol...Roger Sayle2003-01-211-4/+4
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-75/+53
* cse.c (cse_insn): Don't cse past a basic block boundary.Andrew Haley2002-12-101-2/+10
* ChangeLog.1: Fix typos.Kazu Hirata2002-10-281-1/+1
* cse.c (mention_regs): Set SUBREG_TICKED to the register number, not the addre...Geoffrey Keating2002-10-121-3/+3
* cse.c (struct cse_reg_info): Add subreg_ticked.Stuart Hastings2002-10-101-7/+30
* Fix miscompilation of testcase 20021010-1.c for v850 target with -O -mv850e.Jim Wilson2002-10-101-5/+11
* cse.c (insn_live_p): Pass insn pattern, not full insn to may_trap_p.Ulrich Weigand2002-10-091-1/+1
* flow.c (insn_dead_p): When using non-call-exceptions, don't eliminate insns t...Andrew Haley2002-10-011-1/+3
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-10/+10
* cse.c (fold_rtx): Calculate the old cost before we fold each operand.Richard Earnshaw2002-09-211-1/+1
* real.c (real_hash): New.Richard Henderson2002-09-201-5/+1
* real.c, real.h: Rewrite from scratch.Richard Henderson2002-09-161-8/+15
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-141-1/+1
* cse.c (cse_insn): Avoid subreg games if the equivalence is already in the pro...Richard Henderson2002-09-041-8/+17
* cse.c (cse_insn): Supply proper SUBREG_BYTE to simplify_gen_subreg.J"orn Rennecke2002-07-101-2/+17
* simplify-rtx.c (simplify_subreg): Reduce problem of finding vector mode subre...J"orn Rennecke2002-07-041-3/+2
* re PR rtl-optimization/6759 (ice when compiling 32 bit sparc code)Jakub Jelinek2002-06-111-2/+4
* cse.c (fold_rtx): Don't optimize if SUBREG changes mode class.Jakub Jelinek2002-05-261-1/+3
* cse.c (approx_reg_cost_1, [...]): Recode to not use regsets.David S. Miller2002-05-231-21/+20
* cse.c (canon_hash): Reorder do_not_record test.Richard Henderson2002-05-201-11/+24
* cse.c (rtx_cost): Remove multiplication by power of 2 special casing.David S. Miller2002-05-101-7/+1
* cse.c (dead_libcall_p): Update counts.Jan Hubicka2002-05-081-3/+10
* cse.c: Fix formatting.Kazu Hirata2002-05-051-17/+19
* rtl.h (RTX_FLAG): New macro.Janis Johnson2002-04-221-2/+2
* defaults.h (MODE_HAS_NANS, [...]): New.Richard Sandiford2002-03-071-13/+12
* cfgrtl.c (delete_insn_and_edges, [...]): New.Jan Hubicka2002-03-061-60/+29
* basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka2002-02-281-1/+2