aboutsummaryrefslogtreecommitdiff
path: root/gcc/simplify-rtx.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-1/+1
2000-07-30simplify-rtx.c (simplify_relational_operation): Verify that mode == VOIDmode ...Jan Hubicka1-1/+9
2000-07-28cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.Richard Henderson1-0/+2
2000-07-17simplify-rtx.c (simplify_binary_operation): Recognize (compare (gt[u] (cc) 0)...Zack Weinberg1-5/+22
2000-07-17simplify-rtx.c (simplify_relational_operation): Two signed values with equal ...Geoff Keating1-2/+2
2000-05-24simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.Kaveh R. Ghazi1-10/+10
2000-05-23simplify-rtx.c (SIGN_EXTEND): New macro.Zack Weinberg1-13/+22
2000-05-22simplify-rtx.c (simplify_ternary_operation): Try to simplify IF_THEN_ELSE to ...Richard Henderson1-0/+19
2000-05-04simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.Jason Merrill1-1/+1
2000-05-04rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and MEM_ALIAS_SET.Richard Kenner1-3/+1
2000-04-30Fix memory corruption bugBernd Schmidt1-30/+21
2000-04-18conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner1-3/+4
2000-04-18c-decl.c (mark_binding_level): Use 'for' instead of `while'.Richard Kenner1-167/+203
2000-04-04sparc.c (output_restore_regs): Prototype.Kaveh R. Ghazi1-3/+3
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-11/+20
2000-03-16Some cselib bug fixesBernd Schmidt1-6/+10
2000-03-14Add cselib; use it in loop and reload_cse_regsBernd Schmidt1-0/+1230
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-02-06simplify-rtx.c (simplify_relational_operation): Canonicalize constant to op1 ...Richard Henderson1-0/+8
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17print-rtl.c: PROTO -> PARAMS.Kaveh R. Ghazi1-2/+2
1999-11-03fix-header.c (recognized_extern, [...]): Constify a char*.Kaveh R. Ghazi1-1/+0
1999-10-31[multiple changes]Richard Kenner1-5/+3
1999-10-31simplify-rtx.c: New file.Jeffrey A Law1-0/+1953