summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* addr_affects_sp_p now unconditionalcrux1999-11-191-9/+0
* * cse.c (delete_trivially_dead_insns): Identify no-op insnsrth1999-11-181-4/+7
* Delete two unused functionscrux1999-11-141-208/+0
* Remove useless codecrux1999-11-121-49/+1
* * cse.c (delete_trivially_dead_insns): Replace alloca withmmitchel1999-11-081-2/+5
* Fix cse bug that broke the ia64 port.wilson1999-11-051-22/+25
* * cse.c (cse_main): Use xmalloc, not alloca.rth1999-11-041-12/+23
* Delete two useless declarations.crux1999-11-021-3/+0
* * cse.c (cse_insn): If an insn has only a single set, SRC_EQVlaw1999-11-011-2/+3
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-129/+132
* Remove experimental hunk that wasn't supposed to be checked in.law1999-11-011-21/+0
* * simplify-rtx.c: New file.law1999-11-011-1796/+40
* * rtl.h (note_stores): Add additional paramter.mmitchel1999-10-271-19/+20
* * alias.c (init_alias_analysis): Allocate reg_known_value andmmitchel1999-10-271-0/+3
* * c-parse.in (cast_expr): Constify.ghazi1999-10-261-3/+3
* * cse.c (cse_end_of_basic_block): Don't return the end of a basicmmitchel1999-10-211-0/+9
* * cse.c (invalidate_for_call): Do not remove memory references fromlaw1999-10-181-6/+0
* * cse.c: Include hashtab.h instead of splay-tree.hlaw1999-10-151-33/+59
* * cpplib.c (if_directive_nameo): Add static prototype.ghazi1999-10-031-2/+0
* * cse.c (struct set): Delete inner_dest_loc field.law1999-09-301-7/+1
* * cse.c: Update comments.law1999-09-251-46/+13
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* * cse.c (FIXED_BASE_PLUS_P): Do not consider referneces tolaw1999-09-151-3/+5
* Replace insn_foo with insn_data.foo.rth1999-09-121-2/+2
* * cse.c (cse_main): If gc'ing, collect around cse_basic_block.rth1999-09-121-0/+10
* Merge in gcc2-ss-010999law1999-09-071-10/+15
* * cse.c (delete_trivially_dead_insns): Do not skip the lastlaw1999-09-061-2/+10
* * cse.c (delete_trivially_dead_insns): Do not delete stores tolaw1999-08-311-1/+7
* 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-311-4/+4
* * cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left shift.ghazi1999-08-311-1/+2
* * jump.c (jump_optimize_1): Do not delete assignments tolaw1999-08-291-1/+7
* * cse.c (fold_rtx): Work around bug in Sun V5.0 compilers.law1999-08-281-1/+8
* Warning fixes:ghazi1999-08-251-9/+9
* Fix more problems from GC diffscrux1999-08-241-2/+0
* * rtl.h (rtx_format): Constify a char*.ghazi1999-08-201-9/+9
* 1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-191-1/+2
* * cse.c (cse_insn): Call never_reached_warning when a jump isgeoffk1999-08-181-0/+2
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-0/+1
* * cse.c (cse_insn): Fix dumb thinko in last change.law1999-08-031-1/+1
* * cse.c (cse_insn): Fix loop which deletes insns after a jumplaw1999-08-021-1/+4
* * explow.c (trunc_int_for_mode): New function.rth1999-07-231-62/+3
* * cse.c (cse_insn): Don't put hard register source into tables foramylaar1999-06-161-1/+6
* * cse.c (cse_insn): Copy SRC_CONST before putting it in thelaw1999-05-171-0/+3
* * cse.c (flush_hash_table): New function.law1999-04-091-13/+30
* * alias.c (alias_set_compare): Remove.mmitchel1999-03-301-130/+199
* * cse.c (cse_insn): Don't change the result register of a libcall.amylaar1999-03-221-2/+7
* * cse.c (check_fold_consts): New static function.ghazi1999-03-141-10/+34
* * cse.c (canon_hash): Never reject hard regs in CCmode.rth1999-03-071-2/+8
* * cse.c (fold_rtx): Update comments for (const (minus (label) (label)))law1999-03-021-4/+17
* * cse.c (dump_class): Revert last change and make the prototypeghazi1999-02-251-2/+2