aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
1996-03-29calls.c (expand_call): Remove current_call_is_indirect nonsense.Jeff Law31-37/+38
1996-03-28(summarize_insn): Fix three "off-by-one" bugs in loop bounds.Richard Kenner1-3/+3
1996-03-28pa.c (hppa_legitimize_address): Don't lose for (plus (plus (mult (A) (shadd_c...Jeff Law2-7/+349
1996-03-26(summarize_insn, default case): Properly use format_ptr.Richard Kenner1-1/+1
1996-03-26(fullword move): Call output_move_simode_const.Richard Kenner1-21/+1
1996-03-26(output_move_simode_const): New function.Richard Kenner1-8/+31
1996-03-26(output_move_simode_const): New extern declaration.Richard Kenner1-0/+1
1996-03-26(NOTICE_UPDATE_CC): Handle ZERO_EXTRACT destination.Torbjorn Granlund1-1/+2
1996-03-26(insv matcher): Call CC_STATUS_INIT.Torbjorn Granlund1-0/+1
1996-03-24(SWITCHES_NEED_SPACES): Change definition correspondingly.Richard Kenner1-2/+2
1996-03-23(LIB_SPEC): Always output -lmach.Richard Kenner1-3/+3
1996-03-23(ASM_OUTPUT_ADDR_DIFF_ELT): Don't define.Richard Kenner1-5/+3
1996-03-23sparc.md (*mov{qi,hi,si,di}_cc_sp64): Fix constraints.Doug Evans1-18/+20
1996-03-23sparc.c (arith11_operand): Use SPARC_SIMM11_P.Doug Evans1-13/+11
1996-03-23sparc.h (SPARC_SIMM{10,11,13}_P): Define.Doug Evans1-5/+13
1996-03-23(TRAMPOLINE_TEMPLATE): Correct first instruction.Richard Kenner2-4/+4
1996-03-21(STARTFILE_SPEC,LINK_SPEC): Define.Doug Evans1-0/+8
1996-03-20(mips_expand_prologue): In initialization of fnargs, deleteJim Wilson1-3/+1
1996-03-20sparc.c (fcc_reg_operand): Ensure correct mode.Doug Evans2-275/+316
1996-03-20sparc.h (CPP_CPU_SPEC): Add v8plus entry.Doug Evans1-1/+4
1996-03-20sol2.h (ASM_CPU_SPEC): Recognize -mcpu=v8plus, not v9.Doug Evans1-2/+2
1996-03-20(HARD_REGNO_MODE_OK): Relax QImode constraint to avoid a reload problem.Stan Cox1-1/+2
1996-03-20pa.c (hppa_legitimize_address): Don't lose for x[n-const] when n-const will n...Jeff Law1-12/+19
1996-03-20(LIB_SPEC): Don't link /usr/lib/bb_link.o with `gcc -a'.Richard Kenner1-4/+9
1996-03-20(ASM_SPEC): Deleted.Richard Kenner1-3/+31
1996-03-19pa.c (compute_frame_size): Update comments to reflect reality.Jeff Law1-30/+13
1996-03-19update compare function unit commentDavid Edelsohn1-5/+1
1996-03-19(MASK_*): New macros.Richard Kenner1-46/+54
1996-03-18(pushexthisi_const, movsi_const0): New names.Richard Kenner1-4/+5
1996-03-18(output_function_epilogue): Restore registers using sp+ instead of fp(n) in l...Richard Kenner1-14/+13
1996-03-18(CONST_OK_FOR_LETTER_VALUE): New constraint 'M'.Richard Kenner1-7/+9
1996-03-18Initial revisionRichard Kenner1-0/+4
1996-03-18(FUNCTION_PROLOGUE): LE/370 takes 120 bytes for DSA.Richard Kenner1-14/+17
1996-03-18(summarize_insn, case SUBREG, CONST_*): New cases.Richard Kenner1-0/+8
1996-03-16(trap): New attribute.Richard Kenner1-51/+445
1996-03-16(alpha_tp, alpha_fprm, alpha_fptm): New variables.Richard Kenner1-0/+437
1996-03-16(CPP_SPEC): Added -mieee and -mieee-with-inexact.Richard Kenner1-13/+126
1996-03-16(insv): Restore missing end of comment.Richard Kenner1-0/+1
1996-03-16(standard_80386_constant_p): -0.0 is not 0.0.Richard Kenner1-1/+1
1996-03-16Initial revisionRichard Kenner1-0/+70
1996-03-16(output_prolog): Set alpha_function_needs_gp if profiling andRichard Kenner1-0/+6
1996-03-15fix TImode offset addres testDavid Edelsohn1-6/+5
1996-03-15add -bnoentry if no entry point for shared objectDavid Edelsohn1-1/+1
1996-03-14(ASM_OUTPUT_DOUBLE_INT): Use 'X' if CONST_INT andJim Wilson1-1/+8
1996-03-14Fix bug with 8-16 byte structures not getting instantiated correctlyMichael Meissner1-2/+4
1996-03-14(mips_expand_prologue): Change TYPE_NEEDS_CONSTRUCTING toJim Wilson1-1/+1
1996-03-14Add exception attribute for WindowsMichael Meissner2-54/+100
1996-03-13pa.h (ASM_DECLARE_FUNCTION_NAME): Change TYPE_NEEDS_CONSTRUCTING to TREE_ADDR...Jeff Law1-1/+1
1996-03-13Fix ASM_OUTPUT_ALIGNMichael Meissner1-0/+8
1996-03-13Add static constructor/destructor support to Windows NTMichael Meissner5-36/+217