summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-0/+21
* jump.c (never_reached_warning): Add finish argument.Jakub Jelinek2002-02-121-1/+1
* elf.h: New file.Bob Wilson2002-01-231-4/+4
* cse.c: Fix formatting.Kazu Hirata2002-01-051-3/+3
* cse.c (true_dependence_in_rtx): New function.Jan Hubicka2001-11-281-3/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-11-231-3/+3
* * cse.c (cse_insn): Emit BARRIER after unconditional jump.Graham Stott2001-11-071-5/+13
* emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f...Jakub Jelinek2001-10-301-7/+1
* cse.c (check_for_label_ref): Don't require REG_LABEL notes for non-local labe...Alexandre Oliva2001-10-261-1/+2