aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
AgeCommit message (Expand)AuthorFilesLines
1995-06-06(FUNCTION_ARG_CALLEE_COPIES): Define.Richard Kenner1-0/+4
1995-06-05(hppa_encode_label): Allocate stuff on permanent_obstack rather thanRichard Kenner1-6/+5
1995-06-05(movsicc): Use MATCH_DUP for operand 4 and 5.Richard Kenner1-2/+2
1995-06-03(hppa_builtin_saveregs): Add declaration.Richard Kenner1-1/+2
1995-05-31(symbolic HIGH patterns): Likewise.Richard Kenner1-2/+10
1995-05-31(PRINT_OPERAND_ADDRESS): Use "RR'" rather than "R'" for symbolicRichard Kenner1-2/+7
1995-05-20pa.c (hppa_encode_label): New variable "permanent" to where/how memory is all...Jeff Law2-5/+16
1995-05-16Fix typos in comments.Richard Kenner4-17/+17
1995-05-15pa.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Make sure to encode section info for all ...Jeff Law1-1/+7
1995-05-12pa.md (bb patterns): Fix bugs in length computation exposed by recent branch ...Jeff Law1-12/+52
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-29(divsi3, udivsi3, modsi3, umodsi3): Simplify.Torbjorn Granlund1-77/+15
1995-04-25pa.c (emit_move_sequence): Handle function label arithmetic for PIC code gene...Jeff Law1-26/+40
1995-04-21(call_internal_reg): Fix typos in length calculation.Torbjorn Granlund1-4/+4
1995-04-19(TARGET_SWITCHES): Fix typo.Torbjorn Granlund1-1/+1
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 Law3-0/+90
1995-04-04pa.h (DO_GLOBAL_DTORS_BODY): Fix pointer -> integer assignment problem.Jeff Law1-1/+3
1995-03-22(singlemove_string): Handle SFmode constants again. Simplify.Torbjorn Granlund1-53/+28
1995-03-20* x-pa (CC): Add "-Dbsd4_4".Jeff Law1-1/+1
1995-03-10(PROMOTE_MODE): Define.Torbjorn Granlund1-0/+11
1995-03-09Update copyrights for files modified or added in 1995.Jeff Law2-2/+2
1995-03-06* pa.md (movsicc): New expander.Jeff Law1-0/+23
1995-02-27pa.c (hppa_expand_prologue): Don't save the PIC register into the stack for f...Jeff Law1-2/+5
1995-02-24Initial revisionJeff Law1-0/+28
1995-02-21pa.h (ASM_DECLARE_FUNCTION_NAME): Handle invisible reference arguments passed...Jeff Law1-0/+4
1995-02-21Added arg to RETURN_POPS_ARGS.Richard Kenner1-2/+3
1995-02-13Don't define LD_INIT_SWITCH.Jason Merrill1-2/+0
1995-02-08pa.md (call, call_value): Emit save of the PIC register with "emit_insn" befo...Jeff Law1-30/+36
1995-02-06pa.md: Replace "misc" attribute with "multi" in recentlyadded soft-float code.Jeff Law1-1/+1
1995-02-06* pa-osf.h (TARGET_DEFAULT): Protect definition.Jeff Law1-0/+2
1995-02-06(globally): Use GEN_INT.Torbjorn Granlund1-12/+10
1995-02-06Use GEN_INT.Torbjorn Granlund1-3/+3
1995-02-06(PREDICATE_CODES): Fix many errors. Enable.Torbjorn Granlund1-8/+8
1995-02-01(TARGET_SOFT_FLOAT): New macro.Torbjorn Granlund1-33/+54
1995-02-01(singlemove_string): Make case with SFmode CONST_DOUBLE abort.Torbjorn Granlund1-0/+13
1995-02-01(*sf*, *df*, etc): Make all floating point patterns depend on ! TARGET_SOFT_F...Torbjorn Granlund1-57/+127
1995-01-28pa.md (call, call_value): Always save the PIC register before a call.Jeff Law1-14/+26
1995-01-28pa.md (call_internal_reg): Use an even faster sequence for TARGET_FAST_INDIRE...Jeff Law1-2/+2
1995-01-24Improve PA shlib supportJason Merrill1-0/+2
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 Law3-3/+3
1995-01-07pa.h (enum processor_type): New enumeration describing the processor to sched...Jeff Law3-128/+552
1995-01-04pa.md (call expander): Use emit_insn_before to emit an insn to save the PIC r...Jeff Law1-8/+4