aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa.c
AgeCommit message (Expand)AuthorFilesLines
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
1993-04-05pa.c (print_stw, print_ldw): Delete.Jeff Law1-266/+324
1993-04-04pa.c (short_memory_operand): Delete.Jeff Law1-25/+6
1993-04-03* pa.c (hppa_legitimize_address): Use Pmode consistently.Jeff Law1-14/+14
1993-03-31pa.c (output_cbranch): New function.Jeff Law1-0/+169
1993-03-24pa.c (shadd_operand): New function.Jeff Law1-0/+17
1993-03-17pa.c (post_cint_operand): New function.Jeff Law1-0/+30
1993-03-17pa.c (output_fp_move_double): Remove code to support GR<->FP copies.Jeff Law1-22/+1
1993-03-17(pc_or_label_operand): New predicate.Torbjorn Granlund1-0/+8
1993-03-15* pa.c (shadd_operand): Delete.Jeff Law1-15/+0
1993-03-13pa.c (eligible_for_epilogue_delay): Insns which access %r2 can not be used to...Jeff Law1-0/+7
1993-03-11* pa.c (gen_scond_fp): Delete.Jeff Law1-10/+0
1993-03-10* pa.c (reg_or_cint_move_operand): Use cint_ok_for_move.Jeff Law1-5/+2
1993-03-10pa.c (cint_ok_for_move): New function.Jeff Law1-5/+12
1993-03-10(reg_or_cint_move_operand): New function.Torbjorn Granlund1-0/+21
1993-03-05pa.c (output_function_epilogue): Perform an early %r2 restore even if actual_...Jeff Law1-18/+17
1993-03-04(output_ior): Don't handle reg operands.Torbjorn Granlund1-22/+17
1993-03-03(lhs_lshift_operand): New function.Torbjorn Granlund1-0/+37
1993-03-03(pa_adjust_cost): Replace, the function of Mar 2 was an old version.Torbjorn Granlund1-20/+38
1993-03-02(pa_adjust_cost): New procudure.Torbjorn Granlund1-0/+96
1993-03-01pa.c (symbolic_expression_p): New function.Jeff Law1-0/+151
1993-02-21pa.c (print_operand, case 'Y'): Output comparison operators which right resul...Jeff Law1-1/+23
1993-01-30pa.c (reg_or_0_operand): Use CONST0_RTX instead of const0_rtx.Jeff Law1-6/+46
1993-01-28* pa.c (ior_operand): Do not accept registers.Jeff Law1-2/+1
1993-01-27pa.c (check_fp_mov): Delete unused functionJeff Law1-83/+0