aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
AgeCommit message (Expand)AuthorFilesLines
1999-10-03cpplib.c (if_directive_nameo): Add static prototype.Kaveh R. Ghazi1-2/+0
1999-09-29cse.c (struct set): Delete inner_dest_loc field.Jeffrey A Law1-7/+1
1999-09-25cse.c: Update comments.Jeffrey A Law1-46/+13
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-14cse.c (FIXED_BASE_PLUS_P): Do not consider referneces to arg_pointer_rtx fixe...Jeffrey A Law1-3/+5
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson1-2/+2
1999-09-11* cse.c (cse_main): If gc'ing, collect around cse_basic_block.Richard Henderson1-0/+10
1999-09-06Merge in gcc2-ss-010999Jeff Law1-10/+15
1999-09-06cse.c (delete_trivially_dead_insns): Do not skip the last insn if it is a rea...Jeffrey A Law1-2/+10
1999-08-31cse.c (delete_trivially_dead_insns): Do not delete stores to the internal_arg...Jeffrey A Law1-1/+7
1999-08-31rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1-4/+4
1999-08-31* cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left shift.Kaveh R. Ghazi1-1/+2
1999-08-28jump.c (jump_optimize_1): Do not delete assignments to internal_arg_pointer.Jeffrey A Law1-1/+7
1999-08-27* cse.c (fold_rtx): Work around bug in Sun V5.0 compilers.Jeffrey A Law1-1/+8
1999-08-25Warning fixes:Kaveh R. Ghazi1-9/+9
1999-08-24Fix more problems from GC diffsBernd Schmidt1-2/+0
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-9/+9
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