aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-17Warning fixes:Kaveh R. Ghazi1-1/+1
1998-10-15cse.c (cse_basic_block): Fixup hash flushing loop so we do not accidently wal...David S. Miller1-5/+5
1998-10-13Check for NULL return from gen_lowpart_if_possible().Nick Clifton1-1/+1
1998-10-06* cse.c (insert_regs): Fix bug in Sep 24 change.J"orn Rennecke1-1/+1
1998-09-24expr.c (store_constructor): When initializing a field that is smaller than a ...J"orn Rennecke1-3/+131
1998-08-14i386.h (MODES_TIEABLE_P): Reorganize to shut up warnings.Jason Merrill1-1/+1
1998-07-28cse.c (cse_insn): Enable subsitution inside libcall only for REG, SUBREG, MEM.Vladimir N. Makarov1-3/+7
1998-07-08cse.c (count_reg_usage): Count registers used in addresses of CLOBBERs.Jeffrey A Law1-1/+7
1998-07-07* cse (cse_insn): Don't make change without validation.J"orn Rennecke1-11/+18
1998-07-06cse.c (CSE_ADDRESS_COST): New macro, based on ADDRESS_COST, but dealing with ...Mark Mitchell1-17/+29
1998-07-05cse.c (cse_insn): Second arg is an RTX now.Jeffrey A Law1-10/+23
1998-07-05cse.c (cse_insn): When SETting (MEM (ADDRESSOF (X))) to Y...Mark Mitchell1-2/+13
1998-06-30expr.c (emit_group_load, [...]): Rewrite considering the size and alignment o...Richard Henderson1-0/+18
1998-06-30rtl.def (CONSTANT_P_RTX): New.Richard Henderson1-0/+6
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-1/+1
1998-06-17cse.c (cse_basic_block): Don't include NOTE insns in the count that is used t...Mark Mitchell1-5/+8
1998-06-08Warning fixes:Kaveh R. Ghazi1-2/+3
1998-05-23m68k.h: Declare more functions used in macros.Andreas Schwab1-1/+4
1998-05-13Warning fixes:Kaveh R. Ghazi1-1/+1
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-04-24cse.c (cse_set_around_loop): Don't do optimization when new pseudos are created.J"orn Rennecke1-3/+18
1998-04-10cse.c (count_reg_usage): Correctly handle REG_NONNEG notes.Jeffrey A Law1-6/+6
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-0/+4
1998-03-23* cse.c (rtx_cost): Only call CONST_COSTS if it is defined.Jeffrey A Law1-0/+2
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-2/+2
1998-03-12Warning fixes, resulting in the addition of a new target macro:Kaveh R. Ghazi1-0/+6
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-7/+11
1998-02-12cse.c (delete_dead_from_cse): If a libcall produces a constant result and tha...Jeffrey A Law1-6/+33
1998-01-27c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Jeff Law1-7/+11
1998-01-25cse.c (simplify_ternary_operation): Don't try to simplify IF_THEN_ELSE expres...Michael Tiemann1-1/+1
1998-01-23cse.c (simplify_ternary_operation): Handle more IF_THEN_ELSE simplifications.Jeffrey A Law1-0/+11
1998-01-17varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where necessary.David S. Miller1-2/+2
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-40/+41
1998-01-14Bring in final gcc-2.8.0 changes.Jeff Law1-1/+1
1997-12-27* cse.c (rtx_cost): Remove conflicting default case.Jeffrey A Law1-3/+0
1997-12-24cse.c (max_insn_uid): New variable.Jim Wilson1-1/+14
1997-12-22cse.c (rtx_cost): Add default case in enumeration switch.Kaveh R. Ghazi1-0/+3
1997-12-06Merge from gcc-2.8Jeff Law1-2/+11
1997-12-06m68k.c: Include tree.h for dwarf2out_cfi_label.Jeff Law1-0/+5
1997-11-16cse.c (cse_insn): Don't look at JUMP_LABEL field of a conditionl return.Jeffrey A Law1-1/+3
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-8/+73
1997-10-20Patches to fix minor optimizer bugsJim Wilson1-0/+10
1997-09-30* cse.c (this_insn_cc0_mode): Initialize.Jeffrey A Law1-1/+1
1997-09-22combine.c (try_combine): Use NULL_RTX instead of '0' where appropriate in cal...David S. Miller1-1/+1
1997-09-21cse.c (simplify_relational_operation): Set h0u just like h0s.Jeffrey A Law1-16/+2
1997-09-15cse.c (simplify_relational_operation): If MODE specifies a mode wider than HO...Jeffrey A Law1-2/+16
1997-09-01Fix irix6 execute/921117-1.c c-torture failure.Jim Wilson1-0/+4
1997-08-11* Integrate alias analysis changes from jfc@mit.eduJeffrey A Law1-299/+131
1997-08-02(cse_insn): Ignore paradoxical SUBREGs unless we are looking for such.Richard Kenner1-0/+31
1997-07-01(find_best_addr): Add missing rtx_cost arguments.Jim Wilson1-2/+2