aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
AgeCommit message (Expand)AuthorFilesLines
2000-02-27cse.c (cse_insn): Delete dead code involving tablejump.Richard Kenner1-12/+2
2000-02-25Fix copyrights.Jeff Law1-1/+2
2000-02-25cse.c (cse_insn): Replace the PATTERN of the insn with an new jump when...Jeffrey A Law1-5/+2
2000-02-14cse.c (cse_altered): New internal flag.Zack Weinberg1-1/+8
2000-01-24rtl.def: Add unordered fp comparisions.Richard Henderson1-3/+7
2000-01-17combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.Richard Henderson1-10/+19
2000-01-14cse.c (cse_insn): When changing (set (pc) (reg)) to (set (pc) (label_ref))...Jeffrey A Law1-2/+12
2000-01-14cccp.c: PROTO -> PARAMS.Kaveh R. Ghazi1-51/+51
2000-01-04cse.c (cse_insn): Missing cast added.Jeff Law1-2/+2
1999-12-29cse.c (free_element, [...]): Remove unused prototypes.Kaveh R. Ghazi1-2/+0
1999-12-23Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on hash.h.Zack Weinberg1-4/+0
1999-12-18alias.c: Minor reformatting.Richard Kenner1-5/+5
1999-12-13* cse.c: Fix a few minor whitespace goofs.Jeff Law1-3/+4
1999-12-12cse.c (struct cse_reg_info): Add hash_next member, reorder rest of struct for...David S. Miller1-124/+111
1999-12-12* cse.c (cse_basic_block): Free qty_table consistently.Jeffrey A Law1-3/+12
1999-12-09sparc.h (PROMOTE_FOR_CALL_ONLY): Define.Jakub Jelinek1-9/+8
1999-11-30Delete obsolete macrosBernd Schmidt1-9/+1
1999-11-29Move quantity tables and register equivalence chains intoDavid S. Miller1-284/+354
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