aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
AgeCommit message (Expand)AuthorFilesLines
1999-08-02pa.c (legitimize_pic_address): Clarify comments.Jeffrey A Law2-5/+14
1999-08-02I'm a dufus.Jeff Law1-0/+1
1999-07-31pa.c (compute_frame_size): Use STARTINg_FRAME_OFFSET instead of depending on ...Jeffrey A Law1-4/+25
1999-07-31pa.md (reload_indi, [...]): Allow any register for the original reload register.Jeffrey A Law1-2/+2
1999-07-30pa.md (zvdep_imm32): Renamed from zvdep_imm.Jeffrey A Law1-4/+4
1999-07-30* pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.Jeffrey A Law1-2/+2
1999-07-29* pa.h (FIRST_PARM_CALLER_OFFSET): Delete.Jeffrey A Law1-6/+0
1999-07-29pa.md (indirect_jump): Remove mode from match_operand.Jeffrey A Law1-9/+9
1999-07-29pa.c (emit_move_sequence): Always convert scratch_reg to the proper mode befo...Jeffrey A Law1-4/+43
1999-07-28pa.md (adddi3, subdi3): Turn into a define_expand/define_insn pair.Jeffrey A Law1-2/+16
1999-07-28pa.c (store_reg): Do not call add_high_const generator directly.Jeffrey A Law2-13/+13
1999-07-28pa.c (legitimize_address): Consistently use Pmode rather than SImode.Jeffrey A Law2-8/+10
1999-07-28pa.md (call, call_value): Use "word_mode" instead of "SImode" as needed.Jeffrey A Law1-2/+2
1999-07-28pa.md (reload_indi, [...]): Scratch register should be a DImode register.Jeffrey A Law1-11/+9
1999-07-28Wrong patch -- builtin_saveregs has already corrected for !stdarg_p.Richard Henderson1-1/+1
1999-07-28pa.c (hppa_builtin_saveregs): Use get_varargs_alias_set and tag the spill mems.Richard Henderson2-0/+79
1999-07-27pa.md (post_store, pre_load): New expanders.Jeffrey A Law2-11/+38
1999-07-25m32r.h (EXPAND_BUILTIN_SAVEREGS): Likewise.Richard Henderson2-7/+5
1999-07-25pa.c (compute_frame_size): Scan all the used callee saved registers, not just...Jeffrey A Law1-5/+1
1999-07-16pa.c (compute_frame_size): Round frame according to STACK_BOUNDARY rather tha...Jeffrey A Law1-1/+1
1999-07-16* pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.Jeffrey A Law1-2/+2
1999-07-16configure.in (hppa*-*-linux*): New configuration.Jeffrey A Law5-3/+106
1999-07-16pa.c (hppa_legitimize_address): Change references from SImode to either Pmode...Jeffrey A Law2-56/+56
1999-07-16pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired value of 4.Jeffrey A Law2-10/+13
1999-07-16pa.c (out_of_line_prologue_epilogue): Delete.Jeffrey A Law6-716/+4
1999-07-16* pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.Jeffrey A Law1-1/+5
1999-07-08elf.h (ASM_FILE_START): Define.Jeffrey A Law4-51/+24
1999-07-08elf.h (BSS_SECTION_ASM_OP): Use .section .bss.Jeff Law1-1/+1
1999-06-30configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as appropriate.Jeffrey A Law6-560/+535
1999-06-29* pa/pa1.h: Delete unused file.Jeffrey A Law1-27/+0
1999-06-28configure.in (hppa*-hp-hpux11*): New configuration.Jeffrey A Law2-2/+95
1999-06-07pa.md (fmpyfadd, [...]): New patterns.Jerry Quinn1-0/+82
1999-05-23[multiple changes]Jeff Law1-2/+14
1999-05-21Fix comment (insns -> bytes).Jeff Law1-1/+1
1999-05-08pa.h (PRINT_OPERAND_ADDRESS): Output "%r0", not "r0" for the base register in...Jeffrey A Law2-3/+3
1999-04-25pa.h (architecture_type): New enum.Jerry Quinn3-4/+58
1999-04-25pa-hpux.h, [...]: Replace TARGET_SNAKE by TARGET_PA_11 and MASK_SNAKE by MASK...Jerry Quinn6-30/+30
1999-04-15pa.h (HAVE_PRE_INCREMENT, [...]): Fix pa_cpu value from 8000 to PROCESSOR_8000.Jerry Quinn1-4/+4
1999-04-13Revert one over-aggressive "0" -> "%%r0" conversion ;-)Jeff Law1-1/+1
1999-04-13pa.c: Avoid Using immediate zero for register zero.Jeffrey A Law2-59/+70
1999-04-13pa.c: Use a register name...Jeffrey A Law2-46/+46
1999-04-13pa.c: Use a register name, not a raw immediate in "bv" instructions.Jeffrey A Law6-31/+32
1999-04-12pa.c: Remove space register specification in memory addresses...Jeffrey A Law6-231/+231
1999-03-29pa.h (HAVE_PRE_INCREMENT): Disable when optimizing for a PA8000 class machine.Jerry Quinn1-5/+8
1999-03-28pa.md (pa7100LCshiftmem, [...]): Change simultaneity.Jerry Quinn1-4/+3
1999-03-28pa.c (pa_adjust_cost): Don't do cost adjustments on pa8000.Jerry Quinn1-1/+7
1999-03-23pa.md (rotlsi3): New expander.Jeffrey A Law1-0/+30
1999-03-21i860.h (TARGET_SWITCHES): Add documentation for default case.Jeff Law1-1/+1
1999-03-18pa.h (TARGET_SWITCHES): Add documentation.Jeffrey A Law1-28/+28
1999-03-17pa.md: Add real PA8000 scheduling information.Jerry Quinn1-6/+46