summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* 2000-02-13 Zack Weinberg <zack@wolery.cumb.org>zack2000-02-141-1/+8
* * rtl.def: Add unordered fp comparisions.rth2000-01-241-3/+7
* * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.rth2000-01-181-10/+19
* * cse.c (cse_insn): When changing (set (pc) (reg)) tolaw2000-01-141-2/+12
* * cccp.c: PROTO -> PARAMS.ghazi2000-01-141-51/+51
* * cse.c (cse_insn): Missing cast added.law2000-01-051-2/+2
* * cse.c (free_element, get_element): Remove unused prototypes.ghazi1999-12-291-2/+0
* 1999-12-23 Zack Weinberg <zack@wolery.cumb.org>zack1999-12-231-4/+0
* * alias.c: Minor reformatting.kenner1999-12-181-5/+5
* * cse.c: Fix a few minor whitespace goofs.law1999-12-131-3/+4
* * cse.c (struct cse_reg_info): Add hash_next member,davem1999-12-131-124/+111
* * cse.c (cse_basic_block): Free qty_table consistently.law1999-12-131-3/+12
* * config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define.davem1999-12-091-9/+8
* Delete obsolete macroscrux1999-11-301-9/+1
* Move quantity tables and register equivalence chains intodavem1999-11-301-284/+354
* 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