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