aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
AgeCommit message (Expand)AuthorFilesLines
1999-11-19addr_affects_sp_p now unconditionalBernd Schmidt1-9/+0
1999-11-17cse.c (delete_trivially_dead_insns): Identify no-op insns containing subregs ...Richard Henderson1-4/+7
1999-11-14Delete two unused functionsBernd Schmidt1-208/+0
1999-11-12Remove useless codeBernd Schmidt1-49/+1
1999-11-08cse.c (delete_trivially_dead_insns): Replace alloca with xmalloc/xcalloc.Mark Mitchell1-2/+5
1999-11-04Fix cse bug that broke the ia64 port.Jim Wilson1-22/+25
1999-11-04cse.c (cse_main): Use xmalloc, not alloca.Richard Henderson1-12/+23
1999-11-02Delete two useless declarations.Bernd Schmidt1-3/+0
1999-10-31cse.c (cse_insn): If an insn has only a single set...Jeffrey A Law1-2/+3
1999-10-31[multiple changes]Richard Kenner1-129/+132
1999-10-31Remove experimental hunk that wasn't supposed to be checked in.Jeff Law1-21/+0
1999-10-31simplify-rtx.c: New file.Jeffrey A Law1-1796/+40
1999-10-27rtl.h (note_stores): Add additional paramter.Mark Mitchell1-19/+20
1999-10-27alias.c (init_alias_analysis): Allocate reg_known_value and reg_known_equiv_p...Mark Mitchell1-0/+3
1999-10-26c-parse.in (cast_expr): Constify.Kaveh R. Ghazi1-3/+3
1999-10-21cse.c (cse_end_of_basic_block): Don't return the end of a basic block reached...Mark Mitchell1-0/+9
1999-10-18cse.c (invalidate_for_call): Do not remove memory references from the table h...Jeffrey A Law1-6/+0
1999-10-15cse.c: Include hashtab.h instead of splay-tree.h (struct cse_reg_info): No lo...Vladimir Makarov1-33/+59
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