Age | Commit message (Expand) | Author | Files | Lines |
1993-05-14 | entered into RCS | Richard Stallman | 1 | -0/+222 |
1993-05-14 | (PRINT_OPERAND): Handle CODE == '/'. | Richard Stallman | 5 | -0/+10 |
1993-05-13 | pa.h (CPP_SPEC): Correct specs so that _PA_RISC1_1 is only defined when... | Jeff Law | 1 | -2/+1 |
1993-05-13 | pa.h (CONSTANT_ADDRESS_P): Accept symbolic addresses during and after reload. | Jeff Law | 1 | -1/+2 |
1993-05-13 | pa.c (emit_move_sequence): Handle secondary reloads for load of FP registers ... | Jeff Law | 1 | -0/+26 |
1993-05-13 | (fix_truncdfsi2, fixuns_truncdfsi2, trunc_call): Fix typo in type of | Richard Kenner | 1 | -4/+4 |
1993-05-13 | (combined mult/arithmetic recognizers): Switch on. | Richard Stallman | 1 | -19/+38 |
1993-05-13 | (TAROUTOPTS): Overridden. | Richard Stallman | 3 | -0/+8 |
1993-05-13 | (LONG_DOUBLE_TYPE_SIZE): Redefine as 64. | Richard Stallman | 11 | -0/+44 |
1993-05-13 | (ASM_OUTPUT_FLOAT_OPERAND): Output as hex, unless CODE is 'f'. | Richard Stallman | 3 | -47/+77 |
1993-05-13 | (LONG_DOUBLE_TYPE_SIZE): Redefine as 64. | Richard Stallman | 1 | -4/+21 |
1993-05-12 | (REG_OK_FOR_BASE_P REG_OK_FOR_INDEX_P): Don't use extended registers for base... | John Hassey | 1 | -2/+6 |
1993-05-12 | (call_insn_operand): New funcion. | Richard Stallman | 1 | -0/+20 |
1993-05-12 | (call, call_value): Copy fn address to safe reg if necessary. | Richard Stallman | 1 | -5/+15 |
1993-05-11 | Pass correct -g<n> value for -gstabs, -gcoff, etc. | Michael Meissner | 4 | -4/+20 |
1993-05-11 | (LPREFIX): Don't include a `.' in the label name. | Richard Stallman | 1 | -0/+3 |
1993-05-11 | (output_move_double): Use operand 0 to get SIZE. | Richard Stallman | 1 | -1/+1 |
1993-05-10 | (output_epilog): Fix minor error in instructions used to restore stack | Richard Kenner | 1 | -2/+2 |
1993-05-10 | fixed previous change to TRAMPOLINE_TEMPLATE | John Hassey | 1 | -4/+4 |
1993-05-10 | (TRAMPOLINE_TEMPLATE): Fixed invalid bsr insn. | John Hassey | 1 | -2/+7 |
1993-05-10 | (movstrsi): Take alignment into account. | Steve Chamberlain | 1 | -4/+5 |
1993-05-10 | (shift_value_ok): Can't shift by negative values. | Steve Chamberlain | 1 | -1/+1 |
1993-05-10 | (SIZE_TYPE): Deleted. | Richard Stallman | 1 | -1/+2 |
1993-05-09 | (call_internal1, call_value_internal1): Use call_insn_operand. | Richard Stallman | 1 | -6/+8 |
1993-05-09 | (call_insn_operand): New function. | Richard Stallman | 1 | -0/+19 |
1993-05-09 | (mulhisi3, umulhisi3 matchers): Restrict range of constants allowed. | Richard Stallman | 1 | -1/+1 |
1993-05-09 | (call matchers): Use call_insn_operand. | Richard Stallman | 1 | -5/+29 |
1993-05-09 | (call_insn_operand): New function. | Richard Stallman | 1 | -0/+20 |
1993-05-09 | Initial revision | Doug Evans | 3 | -0/+95 |
1993-05-08 | (ASM_GENERATE_INTERNAL_LABEL) | Richard Stallman | 1 | -3/+6 |
1993-05-08 | (mulsidi3, umulsidi3): Delete the conditions added last time. | Richard Stallman | 1 | -22/+13 |
1993-05-08 | (print_operand): For CONST_DOUBLE, treat VOIDmode like DImode. | Richard Stallman | 1 | -1/+1 |
1993-05-08 | (HARD_REGNO_MODE_OK): Properly check for floating-point registers. | Richard Stallman | 1 | -2/+16 |
1993-05-08 | (VALUE_REGNO, HARD_REGNO_MODE_OK): Add missing #undef. | Richard Stallman | 1 | -7/+9 |
1993-05-08 | (umulsidi3, mulsidi3): Don't generate an immediate | Richard Stallman | 1 | -78/+52 |
1993-05-08 | (LINK_LIBGCC_SPECIAL_1): Define this instead of LINK_LIBGCC_SPECIAL. | Richard Stallman | 1 | -1/+1 |
1993-05-07 | New t- file for --with-gnu-as | Michael Meissner | 1 | -0/+3 |
1993-05-07 | pa.h (reg_class): Add new NON_SHIFT_REGS class. | Jeff Law | 1 | -2/+3 |
1993-05-07 | *** empty log message *** | Chris Smith | 5 | -926/+2665 |
1993-05-07 | (ASM_OUTPUT_ASCII): Cast PTR to unsigned char *. | Torbjorn Granlund | 2 | -2/+2 |
1993-05-06 | (extendsidi2): Use cdq or cltd, not cwtl. | Richard Stallman | 1 | -2/+8 |
1993-05-06 | Include "clipper/clipper.h" instead of "clipper.h". | Jim Wilson | 1 | -1/+1 |
1993-05-06 | (extendsidi2): Use cdq, not cwtl. | Richard Stallman | 1 | -1/+2 |
1993-05-06 | (HANDLE_SYSV_PRAGMA): Defined. | Doug Evans | 1 | -2/+8 |
1993-05-06 | (LINK_LIBGCC_SPECIAL): Put inside #if 0. | Richard Stallman | 1 | -0/+2 |
1993-05-05 | (LINK_LIBGCC_SPECIAL): Defined. | Richard Stallman | 1 | -0/+4 |
1993-05-04 | ci -u pa.h | Jeff Law | 1 | -0/+1 |
1993-05-04 | * pa.md (casesi0): Remove incorrect fix from Apr 23. | Jeff Law | 1 | -1/+2 |
1993-05-04 | Fixed name of link script. | John Hassey | 1 | -1/+1 |
1993-05-04 | Build all languages. | Steve Chamberlain | 1 | -2/+0 |