aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
AgeCommit message (Expand)AuthorFilesLines
1999-08-19rtl.def (NOTE): Change format to "iuu0n".Zack Weinberg1-1/+2
1999-08-18cse.c (cse_insn): Call never_reached_warning when a jump is changed to be unc...Geoff Keating1-0/+2
1999-08-09Include function.h in most files.Bernd Schmidt1-0/+1
1999-08-03* cse.c (cse_insn): Fix dumb thinko in last change.Jeffrey A Law1-1/+1
1999-08-01cse.c (cse_insn): Fix loop which deletes insns after a jump that has become a...Jeffrey A Law1-1/+4
1999-07-22explow.c (trunc_int_for_mode): New function.Richard Henderson1-62/+3
1999-06-16cse.c (cse_insn): Don't put hard register source into tables for last insn of...J"orn Rennecke1-1/+6
1999-05-16cse.c (cse_insn): Copy SRC_CONST before putting it in the REG_EQUAL note.Andreas Schwab1-0/+3
1999-04-08cse.c (flush_hash_table): New function.Jeffrey A Law1-13/+30
1999-03-30alias.c (alias_set_compare): Remove.Mark Mitchell1-130/+199
1999-03-22* cse.c (cse_insn): Don't change the result register of a libcall.J"orn Rennecke1-2/+7
1999-03-14cse.c (check_fold_consts): New static function.Kaveh R. Ghazi1-10/+34
1999-03-06* cse.c (canon_hash): Never reject hard regs in CCmode.Richard Henderson1-2/+8
1999-03-01cse.c (fold_rtx): Update comments for (const (minus (label) (label))) case.Franz Sirl1-4/+17
1999-02-25cse.c (dump_class): Revert last change and make the prototype extern.Kaveh R. Ghazi1-2/+2
1999-02-25cse.c (dump_class): Make the function definition static to match the prototype.Kaveh R. Ghazi1-1/+1
1999-02-22cse.c (dump_class): New function.Mark Mitchell1-1/+21
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-1/+1
1999-01-20cse.c (fold_rtx): Revert 29 Dec change.Richard Henderson1-21/+6
1999-01-19Update copyrightsMark Mitchell1-1/+1
1999-01-19rtl.h (rtx_def): Update documentation.Mark Mitchell1-2/+1
1999-01-11* cse.c (cse_insn): Never prefer (const (constant_p_rtx)).Richard Henderson1-0/+6
1998-12-30cse.c (invalidate_skipped_block): Call invalidate_from_clobbers for each insn...Jeffrey A Law1-0/+1
1998-12-29Richard Kenner <kenner@vlsi1.ultra.nyu.edu>:Richard Henderson1-6/+15
1998-12-23Warning fixes:Kaveh R. Ghazi1-1/+1
1998-12-10Fix alpha-x-m32r-elf bugs.Jim Wilson1-0/+13
1998-11-24cse.c (fold_rtx): Make autoincrement addressing mode tests be runtime selecta...Jeffrey A Law1-8/+8
1998-10-17Warning fixes:Kaveh R. Ghazi1-1/+1
1998-10-15cse.c (cse_basic_block): Fixup hash flushing loop so we do not accidently wal...David S. Miller1-5/+5
1998-10-13Check for NULL return from gen_lowpart_if_possible().Nick Clifton1-1/+1
1998-10-06* cse.c (insert_regs): Fix bug in Sep 24 change.J"orn Rennecke1-1/+1
1998-09-24expr.c (store_constructor): When initializing a field that is smaller than a ...J"orn Rennecke1-3/+131
1998-08-14i386.h (MODES_TIEABLE_P): Reorganize to shut up warnings.Jason Merrill1-1/+1
1998-07-28cse.c (cse_insn): Enable subsitution inside libcall only for REG, SUBREG, MEM.Vladimir N. Makarov1-3/+7
1998-07-08cse.c (count_reg_usage): Count registers used in addresses of CLOBBERs.Jeffrey A Law1-1/+7
1998-07-07* cse (cse_insn): Don't make change without validation.J"orn Rennecke1-11/+18
1998-07-06cse.c (CSE_ADDRESS_COST): New macro, based on ADDRESS_COST, but dealing with ...Mark Mitchell1-17/+29
1998-07-05cse.c (cse_insn): Second arg is an RTX now.Jeffrey A Law1-10/+23
1998-07-05cse.c (cse_insn): When SETting (MEM (ADDRESSOF (X))) to Y...Mark Mitchell1-2/+13
1998-06-30expr.c (emit_group_load, [...]): Rewrite considering the size and alignment o...Richard Henderson1-0/+18
1998-06-30rtl.def (CONSTANT_P_RTX): New.Richard Henderson1-0/+6
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-1/+1
1998-06-17cse.c (cse_basic_block): Don't include NOTE insns in the count that is used t...Mark Mitchell1-5/+8
1998-06-08Warning fixes:Kaveh R. Ghazi1-2/+3
1998-05-23m68k.h: Declare more functions used in macros.Andreas Schwab1-1/+4
1998-05-13Warning fixes:Kaveh R. Ghazi1-1/+1
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-04-24cse.c (cse_set_around_loop): Don't do optimization when new pseudos are created.J"orn Rennecke1-3/+18
1998-04-10cse.c (count_reg_usage): Correctly handle REG_NONNEG notes.Jeffrey A Law1-6/+6
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-0/+4