aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
AgeCommit message (Expand)AuthorFilesLines
1993-10-20(TRAMPOLINE_TEMPLATE): Rewrite.Torbjorn Granlund1-22/+34
1993-10-20(cacheflush): Split into dcacheflush and icacheflush.Torbjorn Granlund1-3/+15
1993-10-17pa.md (indexing loads and stores): Provide variants which avoid reload proble...Jeff Law1-1/+139
1993-10-17* pa.h (READONLY_DATA_SECTION): Disable.Jeff Law1-0/+13
1993-10-11Define SHIFT_COUNT_TRUNCATED to have a value of 1.Richard Kenner1-2/+2
1993-10-10pa.c (legitimize_pic_address): Delete unused variables.Jeff Law1-9/+8
1993-10-10pa.c (output_function_prologue): Pass the highest register number saved for E...Jeff Law1-2/+14
1993-10-06pa.c (output_function_prologue): Pass on information about the number of call...Jeff Law1-3/+17
1993-10-02(CPP_PREDEFINES): Add system/cpu/machine assertions where missing.Doug Evans4-4/+4
1993-10-01(LINK_SPEC): Pass "-a -archive" when debugging.Torbjorn Granlund1-2/+2
1993-10-01(LIB_SPEC): Make sure to add space between flags.Torbjorn Granlund1-1/+1
1993-09-26pa.h (ASM_FILE_START): Remove last change for $LIT$ subspace, not all HPUX li...Jeff Law1-1/+1
1993-09-25Use WORD_REGISTER_OPERATION and LOAD_EXTEND_OP and deleteRichard Kenner1-3/+9
1993-09-15* pa.h (ASM_FILE_START): Fix access information for $LIT$ subspace.Jeff Law1-1/+1
1993-09-09Set CROSS_LIBGCC1 to be libgcc1.nullIan Lance Taylor1-0/+1
1993-09-02pa.h (READONLY_DATA_ASM_OP): Define.Jeff Law1-1/+16
1993-08-24pa.h (STACK_BOUNDARY): Stack pointer is always 512 bit (64 byte) aligned.Jeff Law1-1/+1
1993-08-24* pa.c (compute_frame_size): Always align stack to 64 byte boundary.Jeff Law1-1/+1
1993-08-24pa.c (output_call): Use ASM_OUTPUT_INTERNAL_LABEL instead of output_asm_label.Jeff Law1-1/+2
1993-08-23pa.h (TARGET_TRAILING_COLON): Delete switch.Jeff Law1-12/+8
1993-08-22* pa.md (untyped_call): New define_expand.Jeff Law1-0/+28
1993-08-18pa.md (movdf insn): Distinguish between offsettable and nonoffsettable memory...Jeff Law1-8/+8
1993-08-18pa.md (zero_extendqihi2): No need to explicitly set a length, the defaults ar...Jeff Law1-20/+10
1993-08-18pa.c (emit_move_sequence): Check both reload_in_progress and reload_completed...Jeff Law1-6/+23
1993-08-18pa.md (high for symbolic operands): TARGET_KERNEL version is now default.Jeff Law1-29/+4
1993-08-18pa.c (emit_move_sequence): Always handle secondary reloads for symbolic addre...Jeff Law1-3/+2
1993-08-18* pa.h (TARGET_KERNEL): Delete switch and all references to it.Jeff Law1-9/+0
1993-08-18pa-hpux.h (DEFAULT_GDB_EXTENSIONS): Turn GDB extensions off.Jeff Law2-0/+4
1993-08-18* pa.h (DEFAULT_GDB_EXTENSIONS): GDB extensions are on by default.Jeff Law1-1/+1
1993-08-18pa-ghpux.h (TARGET_DEFAULT): Enable TARGET_GAS.Jeff Law2-2/+2
1993-08-18pa.h (TARGET_GAS): New target flag to control use of GAS specific assembler d...Jeff Law1-4/+21
1993-08-18pa.c (hppa_legitimize_address): Rework address computation for x[n - m] so th...Jeff Law1-1/+48
1993-08-18* pa.h (EXTRA_CONSTRAINT): Delete unused 'S' constraint.Jeff Law1-10/+2
1993-08-18pa.md (call_internal_symref): Make pattern unavailable if TARGET_LONG_CALLS.Jeff Law1-2/+2
1993-08-10* pa.h (DOLLARS_IN_IDENTIFIERS): Define as 2.Jeff Law1-0/+3
1993-07-28Add new parameter to move_block_from_reg calls.Jim Wilson1-1/+1
1993-07-14pa.c (emit_move_sequence): Use cint_ok_for_move instead of checking each cond...Jeff Law1-3/+1
1993-07-14pa-utahmach.h (CPP_PREDEFINES): Do not define HPUX_SOURCE, hp700, or HP700.Jeff Law1-1/+1
1993-07-14pa.md (uncond_branch): New type attribute.Jeff Law1-14/+44
1993-07-14pa.c (output_call): New function to output a function call or millicode call...Jeff Law1-12/+117
1993-07-14pa.h (TARGET_JUMP_IN_DELAY): New target flag to allow/disallow jump instructi...Jeff Law1-9/+20
1993-07-09pa.md (dbra and movb patterns): Fix constraints so that FP registers are neve...Jeff Law1-4/+4
1993-07-09Fix typos in last change.Jeff Law1-2/+2
1993-07-09pa.md (default length define_attr): Lengths are in bytes now.Jeff Law1-198/+198
1993-07-09pa.c (compute_movstrsi_length): Return length in bytes.Jeff Law1-38/+38
1993-07-09* pa.h (CASE_VECTOR_MODE): Change to DImode.Jeff Law1-1/+1
1993-07-09pa.c (pa_adjust_insn_length): dbra and movb insns which have their output in ...Jeff Law1-3/+231
1993-07-09pa.md (dbra pattern): Use output_dbra.Jeff Law1-66/+147
1993-07-09* pa.h (output_dbra, output_movb): Declare.Jeff Law1-0/+2
1993-07-07pa.c (pa_adjust_insn_length): Rewrite so that it only adjusts insns which rea...Jeff Law1-84/+153