summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cse.c (dump_class): Make the function definition static to matchghazi1999-02-251-1/+1
* * cse.c (dump_class): New function.mmitchel1999-02-221-1/+21
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forlaw1999-01-271-1/+1
* * cse.c (fold_rtx): Revert 29 Dec change.rth1999-01-211-21/+6
* Update copyrightsmmitchel1999-01-191-1/+1
* * rtl.h (rtx_def): Update documentation.mmitchel1999-01-191-2/+1
* * cse.c (cse_insn): Never prefer (const (constant_p_rtx)).rth1999-01-121-0/+6
* * cse.c (invalidate_skipped_block): Call invalidate_from_clobberslaw1998-12-301-0/+1
* Richard Kenner <kenner@vlsi1.ultra.nyu.edu>:rth1998-12-291-6/+15
* Warning fixes:ghazi1998-12-231-1/+1
* Fix alpha-x-m32r-elf bugs.wilson1998-12-101-0/+13
* * cse.c (fold_rtx): Make autoincrement addressing mode tests belaw1998-11-241-8/+8
* Warning fixes:ghazi1998-10-171-1/+1
* * cse.c (cse_basic_block): Fixup hash flushing loop so we do notdavem1998-10-161-5/+5
* Check for NULL return from gen_lowpart_if_possible().nickc1998-10-131-1/+1
* * cse.c (insert_regs): Fix bug in Sep 24 change.amylaar1998-10-061-1/+1
* * expr.c (store_constructor): When initializing a field that is smalleramylaar1998-09-241-3/+131
* * i386.h (MODES_TIEABLE_P): Reorganize to shut up warnings.jason1998-08-141-1/+1
* vmakarov1998-07-281-3/+7
* * cse.c (count_reg_usage): Count registers used in addresses oflaw1998-07-081-1/+7
* * cse (cse_insn): Don't make change without validation.amylaar1998-07-071-11/+18
* * cse.c (CSE_ADDRESS_COST): New macro, based on ADDRESS_COST, butmmitchel1998-07-061-17/+29
* * cse.c (cse_insn): Second arg is an RTX now. Update all callers.law1998-07-051-10/+23
* * cse.c (cse_insn): When SETting (MEM (ADDRESSOF (X))) to Y,law1998-07-051-2/+13
* * expr.c (emit_group_load, emit_group_store): Rewrite consideringrth1998-07-011-0/+18
* * rtl.def (CONSTANT_P_RTX): New.rth1998-06-301-0/+6
* * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forlaw1998-06-291-1/+1
* * cse.c (cse_basic_block): Don't include NOTE insns in the countmmitchel1998-06-171-5/+8
* Warning fixes:ghazi1998-06-081-2/+3
* * m68k.h: Declare more functions used in macros.law1998-05-231-1/+4
* Warning fixes:ghazi1998-05-131-1/+1
* typo typo fixes fixeslaw1998-05-061-1/+1
* * cse.c (cse_set_around_loop): Don't do optimization whenamylaar1998-04-241-3/+18
* * cse.c (count_reg_usage): Correctly handle REG_NONNEG notes.law1998-04-111-6/+6
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-0/+4
* * cse.c (rtx_cost): Only call CONST_COSTS if it is defined.law1998-03-231-0/+2
* Major cutover to using system.h:ghazi1998-03-201-2/+2
* Warning fixes, resulting in the addition of a new target macro:ghazi1998-03-121-0/+6
* Fix warious warnings:ghazi1998-02-281-7/+11
* * cse.c (delete_dead_from_cse): If a libcall produces a constantlaw1998-02-121-6/+33
* alaw1998-01-271-7/+11
* * cse.c (simplify_ternary_operation): Don't try to simplifylaw1998-01-251-1/+1
* * cse.c (simplify_ternary_operation): Handle more IF_THEN_ELSElaw1998-01-231-0/+11
* * varasm.c (immed_double_const): Add casts to HOST_WIDE_INT wherelaw1998-01-171-2/+2
* * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;rth1998-01-141-40/+41
* Bring in final gcc-2.8.0 changes.law1998-01-141-1/+1
* * cse.c (rtx_cost): Remove conflicting default case.law1997-12-271-3/+0