summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * cse.c (max_insn_uid): New variable.law1997-12-241-1/+14
* * cse.c (rtx_cost): Add default case in enumeration switch.law1997-12-221-0/+3
* Merge from gcc-2.8law1997-12-071-2/+11
* * m68k.c: Include tree.h for dwarf2out_cfi_label.law1997-12-061-0/+5
* * cse.c (cse_insn): Don't look at JUMP_LABEL field of a conditionllaw1997-11-171-1/+3
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-8/+73
* Patches to fix minor optimizer bugswilson1997-10-201-0/+10
* * cse.c (this_insn_cc0_mode): Initialize.law1997-10-011-1/+1
* * combine.c (try_combine): Use NULL_RTX instead of '0' wherelaw1997-09-221-1/+1
* * cse.c (simplify_relational_operation): Set h0u just like h0s.law1997-09-221-16/+2
* * cse.c (simplify_relational_operation): If MODE specifies alaw1997-09-151-2/+16
* Fix irix6 execute/921117-1.c c-torture failure.wilson1997-09-011-0/+4
* * Integrate alias analysis changes from jfc@mit.edulaw1997-08-111-299/+131
* (cse_insn): Ignore paradoxical SUBREGs unless we are looking for such.kenner1997-08-021-0/+31
* (find_best_addr): Add missing rtx_cost arguments.wilson1997-07-011-2/+2