summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* * combine.c (try_combine): Use any_condjump_p, any_uncondjump_prth2000-05-251-7/+9
* * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.kenner2000-05-191-4/+7
* * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P andkenner2000-05-041-1/+0
* * cse.c (CSE_ADDRESS_COST): Remove.hubicka2000-04-271-30/+52
* * cse.c (cse_insn): Emit barrier after unconditional jump.rth2000-04-261-0/+5
* * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUALkenner2000-04-211-16/+18
* * cse.c (struct check_depdendence_data): New.hubicka2000-04-171-13/+30
* * cse.c (delete_trivially_dead_insns): Also delete insnswehle2000-04-121-0/+4
* * alias.c (canon_rtx): Make it global.mmitchel2000-03-311-5/+26
* * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.mmitchel2000-03-311-4/+2
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-70/+76
* * rtl.h (rtunion_def): Constify member `rtstr'.ghazi2000-03-071-1/+3
* * cse.c (cse_insn): Delete dead code involving tablejump.kenner2000-02-271-12/+2
* Fix copyrights.law2000-02-261-1/+2
* * cse.c (cse_insn): Replace the PATTERN of the insn with an newlaw2000-02-261-5/+2
* 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