aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa.c
AgeCommit message (Expand)AuthorFilesLines
1994-10-18(non_hard_reg_operand): New function.Richard Kenner1-0/+10
1994-10-14pa.c (emit_move_sequence): Handle secondary reload when loading a constant in...Jeff Law1-1/+2
1994-09-13pa.c (emit_move_sequence): Handle secondary FP load/store reloads of the form...Jeff Law1-9/+29
1994-08-14pa.c (hppa_expand_prologue): Avoid writing outside the current stack boundary...Jeff Law1-2/+10
1994-08-09pa.c (hppa_legitimize_address): Do nothing with function label arithmetic.Jeff Law1-3/+47
1994-07-30(print_operand): Integer CONST_DOUBLE is DImode.Richard Kenner1-2/+2
1994-06-14pa.c (output_arg_descriptor): Restore old behavior for SImode USE insns of FP...Jeff Law1-5/+1
1994-06-02pa.h (TARGET_SWITCHES): Enable TARGET_LONG_CALLS when TARGET_PORTABLE_RUNTIME...Jeff Law1-2/+14
1994-06-01(emit_move_sequence): Add missing argument to symbolic_operand.Torbjorn Granlund1-118/+66
1994-03-31pa.h (ASM_OUTPUT_LABEL): TARGET_GAS no longer needs trailing colons.Jeff Law1-0/+9
1993-12-24(Several places): Declare values from INTVAL(x) as HOST_WIDE_INT.Torbjorn Granlund1-162/+157
1993-12-21pa.c (output_function_prologue): Use ASM_GENERATE_INTERNAL_LABEL rather than ...Jeff Law1-1/+2
1993-12-16pa.c (compute_frame_size): Remove implicit assumption that %r4 is the frame p...Jeff Law1-13/+4
1993-12-16pa.c (output_function_prologue): Reverse last change.Jeff Law1-0/+6
1993-12-14pa.c (output_call): Put temporary label after the RP adjustment.Jeff Law1-1/+1
1993-12-14pa.c (output_function_prologue): Do not output the .PROC directive here.Jeff Law1-2/+1
1993-12-13pa.c (secondary_reload_class): Function addresses no longer need secondary re...Jeff Law1-21/+2
1993-12-06(hppa_legitimize_address): If we can't legitimize, do nothing; don'tRichard Kenner1-10/+9
1993-10-30(output_dbra): Fix argument number in addi at end.Richard Stallman1-1/+1
1993-10-28(emit_move_sequence): Fix typo, `Pmode' was `mode'.Torbjorn Granlund1-1/+1
1993-10-24(output_arg_descriptor): Do not stop searching if a USERichard Stallman1-3/+17
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-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-18pa.c (emit_move_sequence): Check both reload_in_progress and reload_completed...Jeff Law1-6/+23
1993-08-18pa.c (emit_move_sequence): Always handle secondary reloads for symbolic addre...Jeff Law1-3/+2
1993-08-18pa.c (hppa_legitimize_address): Rework address computation for x[n - m] so th...Jeff Law1-1/+48
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.c (output_call): New function to output a function call or millicode call...Jeff Law1-12/+117
1993-07-09Fix typos in last change.Jeff Law1-2/+2
1993-07-09pa.c (compute_movstrsi_length): Return length in bytes.Jeff Law1-38/+38
1993-07-09pa.c (pa_adjust_insn_length): dbra and movb insns which have their output in ...Jeff Law1-3/+231
1993-07-07pa.c (pa_adjust_insn_length): Rewrite so that it only adjusts insns which rea...Jeff Law1-84/+153
1993-07-03* pa.c (call_operand_address): Do not accept registers anymore.Jeff Law1-2/+6
1993-07-01pa.c (output_arg_descriptor): Reverse polarity of test for HP_FP_ARG_DESCRIPT...Jeff Law1-2/+2
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.c: References to TARGET_SHARED_LIBS deleted.Jeff Law1-3/+2
1993-06-04(output_function_epilogue): If the last insn in the current function is a (vo...Richard Stallman1-2/+24
1993-05-31Fix typo in last patch.Richard Stallman1-1/+1
1993-05-31(output_cbranch): In forward/long branch case...Richard Stallman1-8/+15
1993-05-31Typos in last change.Richard Stallman1-4/+4
1993-05-31(pa_insn_adjust_length): Rework.Richard Stallman1-10/+170
1993-05-30(singlemove_string): Handle SFmode CONST_DOUBLE as a source operand.Richard Stallman1-7/+32
1993-05-13pa.c (emit_move_sequence): Handle secondary reloads for load of FP registers ...Jeff Law1-0/+26
1993-04-28pa.c (emit_move_sequence): After legitimizing a PIC address make sure to copy...Jeff Law1-0/+1
1993-04-27pa.c (hppa_expand_epilogue): Emit a "blockage" insn to keepthe stack and fram...Jeff Law1-0/+4