aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa.c
AgeCommit message (Expand)AuthorFilesLines
1996-03-28pa.c (hppa_legitimize_address): Don't lose for (plus (plus (mult (A) (shadd_c...Jeff Law1-6/+18
1996-03-20pa.c (hppa_legitimize_address): Don't lose for x[n-const] when n-const will n...Jeff Law1-12/+19
1996-03-19pa.c (compute_frame_size): Update comments to reflect reality.Jeff Law1-30/+13
1996-03-07cd config/paJeff Law1-4/+5
1996-03-06lib2funcs.asm (__outline_prologue): Remove frame pointer support.Jeff Law1-83/+139
1996-03-05lib2funcs.asm (__outline_prologue): New "function".Jeff Law1-2/+112
1996-02-23pa.c (override_options): Warn if both PIC code generation and profiling are r...Jeff Law1-0/+5
1996-02-20pa.h (DBX_CONTIN_LENGTH): Define to 4000 characters.Jeff Law1-4/+6
1996-01-13pa.md (pre_ldwm): Fix bug exposed by recent changes.Jeff Law1-25/+104
1995-12-24pa.c (output_function_epilogue): Use assemble_integer rather than calling ASM...Jeff Law1-4/+3
1995-12-23pa.c (output_move_double): Correctly identify and handle overlapping moves.Jeff Law1-10/+18
1995-12-22(emit_move_sequence): Don't try to set REGNO_POINTER_FLAG for a SUBREG.Richard Kenner1-1/+2
1995-12-17* pa.c (override_options): Make 7100 scheduling the default.Jeff Law1-8/+9
1995-12-02pa.h: Replace many uses of fprintf with fputs.Jeff Law1-77/+133
1995-11-27pa.h (ASM_OUTPUT_EXTERNAL): Don't let assemble_name clobber the value of TREE...Jeff Law1-6/+52
1995-11-27pa.md (call expanders): For indirect calls, load %r22 with the function's add...Jeff Law1-62/+366
1995-11-27pa.md (abssi2): New pattern.Jeff Law1-266/+169
1995-10-22(pa_adjust_cost): Use pa_cpu, not pa_cpu_attr.Richard Kenner1-6/+6
1995-08-28Fix spelling errors.Richard Kenner1-1/+1
1995-07-13(output_bb): Fix error in long backwards branch with nullified delayRichard Kenner1-2/+2
1995-06-29(output_cbranch): When checking for a jump to the given insn's delay slot...Richard Kenner1-4/+4
1995-06-28(hppa_save_pic_table_rtx): Delete variable.Richard Kenner1-2/+21
1995-06-15Change FSF address.Richard Kenner1-1/+2
1995-06-05(hppa_encode_label): Allocate stuff on permanent_obstack rather thanRichard Kenner1-6/+5
1995-05-20pa.c (hppa_encode_label): New variable "permanent" to where/how memory is all...Jeff Law1-3/+14
1995-05-16Fix typos in comments.Richard Kenner1-10/+10
1995-05-05pa.c (emit_move_sequence): Force problematical constants into memory during t...Jeff Law1-0/+15
1995-05-02pa.c (output_call): Fix typo/thinko in last change.Jeff Law1-5/+58
1995-05-02* pa.c (hppa_expand_epilogue): Fix thinko in last change.Jeff Law1-2/+1
1995-05-01pa.c (hppa_expand_epilogue): Correctly handle restore of %rp for functions wi...Jeffrey A. Law1-2/+9
1995-04-29(output_mul_insn): Simplify, it is never called with UNSIGNEDP set.Torbjorn Granlund1-19/+4
1995-04-25pa.c (emit_move_sequence): Handle function label arithmetic for PIC code gene...Jeff Law1-26/+40
1995-04-15(override_options): Fix typo.Richard Kenner1-1/+1
1995-04-09pa.c (pa_reorg): Bump label use count for each entry in an exploded ADDR_VECJeff Law1-0/+1
1995-04-08* pa.c (pa_reorg): Fix typo.Jeff Law1-0/+1
1995-04-06pa.h (MACHINE_DEPENDENT_REORG): Define.Jeff Law1-0/+80
1995-03-22(singlemove_string): Handle SFmode constants again. Simplify.Torbjorn Granlund1-53/+28
1995-02-27pa.c (hppa_expand_prologue): Don't save the PIC register into the stack for f...Jeff Law1-2/+5
1995-02-06(globally): Use GEN_INT.Torbjorn Granlund1-12/+10
1995-02-01(singlemove_string): Make case with SFmode CONST_DOUBLE abort.Torbjorn Granlund1-0/+13
1995-01-17pa.c (emit_move_sequence): Also handle displacements which do not fit in 14 b...Jeff Law1-2/+25
1995-01-08Update copyright years.Jeff Law1-1/+1
1995-01-07pa.h (enum processor_type): New enumeration describing the processor to sched...Jeff Law1-9/+161
1994-12-27* pa.c (output_movb): Fix ttypo.Jeff Law1-1/+1
1994-12-17pa.h (readonly_section): During PIC code generation, put readonly data into t...Jeff Law1-7/+2
1994-11-20pa.c (output_call): When emitting an inline long-call...Jeff Law1-1/+2
1994-11-15pa.c (output_cbranch): Improve code for short backwards branch with an unfill...Jeff Law1-0/+53
1994-11-10Jeff for Tege:Jeff Law1-2/+4
1994-11-10* Automatic generation of inline long call sequences when needed.Jeff Law1-12/+133
1994-11-10* PA PIC support.Jeff Law1-66/+65