aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
AgeCommit message (Expand)AuthorFilesLines
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
1993-07-07pa.md (conditional branches): Use the full displacement range for the branch ...Jeff Law1-123/+112
1993-07-03pa.md (call expanders): Emit different patterns for named calls and indirect ...Jeff Law1-29/+64
1993-07-03* pa.c (call_operand_address): Do not accept registers anymore.Jeff Law1-2/+6
1993-07-01pa.h (OVERRIDE_OPTIONS): Define.Jeff Law1-0/+15
1993-07-01pa-utahmach.h (HP_FP_ARG_DESCRIPTOR_REVERSED): Do not define here.Jeff Law1-5/+0
1993-07-01* pa-hpux7.h (HP_FP_ARG_DESCRIPTOR_REVERSED): Define.Jeff Law1-0/+3
1993-07-01pa.c (output_arg_descriptor): Reverse polarity of test for HP_FP_ARG_DESCRIPT...Jeff Law2-3/+3
1993-07-01Initial revisionJeff Law1-0/+29
1993-06-30pa.c (output_function_prologue): Emit SAVE_SP flag if a frame pointer is needed.Jeff Law1-3/+7
1993-06-29pa.c (singlemove_string): Use zdepi and ldil to load constants into registers...Jeff Law1-10/+29
1993-06-25pa-hpux.h (LINK_SPEC): Search shared libraries by default...Jeff Law1-1/+1
1993-06-25pa.c: References to TARGET_SHARED_LIBS deleted.Jeff Law2-7/+6
1993-06-25pa.h (TARGET_SHARED_LIBS): Delete switch and all references to the switch.Jeff Law1-11/+3
1993-06-25* pa.h (TARGET_DISABLE_INDEXING): Clean up comments.Jeff Law1-4/+1