aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
1994-03-18(divmodsi4, udivsi3, divsi3, udivmodsi4): Add AIX common-mode cases.Richard Kenner1-32/+260
1994-03-18(SELECT_RTX_SECTION): Add.Jim Wilson1-0/+16
1994-03-18(SELECT_RTX_SECTION): Delete.Jim Wilson1-10/+0
1994-03-18(FIXUNS_TRUNCTFSI2_LIBCALL): Define.Jim Wilson1-0/+1
1994-03-16pa.h (INITIALIZE_TRAMPOLINE): Do not mask off high bits of address passed to ...Jeff Law1-6/+3
1994-03-16pa.h (WCHAR_TYPE): Use "unsigned int" by default.Jeff Law5-14/+9
1994-03-16* pa.md (DImode lo_sum): Add earlyclobber for alternative one.Jeff Law1-1/+1
1994-03-16pa.h (ASM_OUTPUT_ADDR_DIFF_ELT): Rewrite to match ASM_OUTPUT_ADDR_VEC_ELT whi...Jeff Law1-3/+6
1994-03-16(FUNCTION_PROLOGUE): Load sb through r0 if TARGET_REGPARM is false.Richard Kenner1-2/+10
1994-03-16(global_symbolic_reference_mentioned_p): Recurse onlyRichard Kenner1-2/+9
1994-03-13Add OVERFLOW operand to CHECK_FLOAT_VALUE.Richard Kenner6-47/+64
1994-03-12(NO_IMPLICIT_EXTERN_C): Defined.Richard Kenner1-0/+3
1994-03-11(sleu+4, sleu+7, extendsftf2, extenddftf2, trunctfsf2,Jim Wilson1-19/+71
1994-03-11(TARGET_HARD_QUAD): New macro.Jim Wilson1-1/+28
1994-03-11(TARGET_DEFAULT): Use parentheses.Jim Wilson1-1/+1
1994-03-11(STARTING_FRAME_OFFSET): Depend on LONG_DOUBLE_TYPE_SIZE.Jim Wilson1-2/+3
1994-03-09(movqi): Disable special-case of stack push if operand one is anRichard Kenner1-1/+2
1994-03-07(LINK_SPEC): Do not depend on gas.Jim Wilson1-30/+41
1994-03-07(LINK_SPEC): Do not depend on gas.Jim Wilson9-66/+38
1994-03-07(ASM_SPEC, LINK_SPEC): Delete.Jim Wilson3-71/+0
1994-03-07(LINK_SPEC): Delete.Jim Wilson1-6/+0
1994-03-07(LINK_SPEC): Likewise.Jim Wilson1-20/+18
1994-03-07(LINK_SPEC): Pass all normal linker options to gld.Jim Wilson1-2/+12
1994-03-07(ASM_SPEC): Make definition depend on whether or not the default assembler is...Jim Wilson1-10/+33
1994-03-07Initial revision.Jim Wilson3-0/+107
1994-03-07(GPLUSPLUS_INCLUDE_DIR): Deleted.Richard Kenner1-5/+1
1994-03-05(output_{pro,epi}log): Round var size to quadword boundary.Richard Kenner1-4/+6
1994-03-05(SECONDARY_MEMORY_NEEDED_MODE): New macro.Richard Kenner1-0/+9
1994-03-05(unaligned_{load,store}hi): Clear low bit of address before using as operand ...Richard Kenner1-7/+16
1994-03-04(ASM_FINISH_DECLARE_OBJECT): Set size_directive_output to 1.Richard Kenner2-7/+8
1994-03-03(mskXl): Add missing NOT in patterns.Richard Kenner1-8/+9
1994-03-03Remove added realclean rule.Richard Kenner1-5/+0
1994-03-02(all floating point): If -msoft-float, don't allow anyDoug Evans1-26/+26
1994-03-02(TARGET_SOFT_FLOAT): Define.Doug Evans1-0/+6
1994-03-01(JUMP_TABLES_IN_TEXT_SECTION): Add.Jim Wilson1-0/+5
1994-03-01(JUMP_TABLES_IN_TEXT_SECTION): Delete.Jim Wilson1-5/+0
1994-03-01(GO_IF_LEGITIMATE_ADDRESS) Reject invalid PIC addresses.Stan Cox1-3/+21
1994-03-01(legitimize_address, print_operand): Make -fPIC workStan Cox1-4/+15
1994-03-01Two new patterns, to match (HIGH (UNSPEC (..)))Stan Cox1-0/+23
1994-02-28(ASM_OUTPUT_ASCII): Fix typo.Doug Evans1-1/+1
1994-02-28(READONLY_DATA_SECTION, LEGITIMATE_PIC_OPERAND_P): Defined.Richard Kenner1-3/+18
1994-02-28(call): Change HPUX_ASM case.Richard Kenner1-9/+9
1994-02-27(TARGET_DEFAULT): Default to 68020-40.Richard Kenner1-18/+60
1994-02-26(movsi): If -mno-sum-in-toc, do addition of symbol + const.Richard Kenner1-0/+19
1994-02-26(MASK_NO_SUM_IN_TOC, TARGET_NO_SUM_IN_TOC): New macros.Richard Kenner1-2/+11
1994-02-25(neg[sd]f2): Use %R1 consistently.Richard Kenner1-2/+2
1994-02-25(mul*): Disallow multiply by constant.Richard Kenner1-6/+6
1994-02-24(LIB_SPEC, LINK_SPEC): Add missing blanks.Richard Kenner1-2/+2
1994-02-24(HANDLE_SYSV_PRAGMA): Define.Richard Kenner2-0/+6
1994-02-22Added peephole patterns for stack adjustments followed by QI/HI pushes.Richard Kenner1-21/+137