aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
AgeCommit message (Expand)AuthorFilesLines
2001-03-15aclocal.m4 (gcc_AC_C_CHARSET, [...]): New macros.Zack Weinberg2-49/+0
2001-03-14aclocal.m4 (gcc_AC_COMPILE_CHECK_SIZEOF, [...]): New.Zack Weinberg1-26/+0
2001-03-12configure.in: Move check for unsigned enumerated bitfields to macro in acloca...Zack Weinberg4-69/+0
2001-03-12config.gcc: Where xm-host.h used to include another xm-host.h...Zack Weinberg1-2/+0
2001-03-09* pa.md (builtin_longjmp): Rework slightly to work for PA64 too.Jeffrey A Law1-2/+4
2001-03-08* config/pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Disable.Jeffrey A Law1-0/+7
2001-03-08xm-mvs.h, [...]: Delete references to the USG macro.Kaveh R. Ghazi2-6/+0
2001-03-06xm-a29k.h, [...]: Delete HOST_BITS_PER_* definitions which match the defaults...Kaveh R. Ghazi5-28/+0
2001-03-06aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.Zack Weinberg6-20/+0
2001-03-03configure.in: Kill tm.h.Zack Weinberg5-49/+0
2001-03-02xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg5-28/+5
2001-03-01som.h (ASM_IDENTIFY_GCC): Define.Jeffrey A Law1-0/+6
2001-03-01pa.c (emit_move_sequence): Verify operand0 is a hard register before determin...Jeffrey A Law1-1/+2
2001-02-28xm-iris4.h: Delete #if 0 block (there since before 1997).Zack Weinberg3-7/+0
2001-02-27pa.c (override_options): Promote -fpic to -fPIC.Jeffrey A Law3-45/+17
2001-02-20quadlib.c (_U_Qfcnvfxt_quad_to_usgl): New function.Will Cohen2-1/+11
2001-02-19pa.c (move_operand): Accept code to load the address of a symbol out of the D...Jeffrey A Law3-52/+39
2001-02-18Revert experimental hunk accidentally included in committed change.Jeff Law1-3/+2
2001-02-18pa.c (hppa_expand_prologue): Simplify code storing return pointer.Alan Modra1-125/+106
2001-02-18pa.c (pa_adjust_insn_length): Check that block move pattern is a set before l...Alan Modra1-2/+4
2001-01-31(hppa_init_pic_save): Emit the pic offset table reg save after last_parm_insn.Alan Modra3-48/+20
2001-01-31pa.c (hppa_encode_label): Correct size of alloca buffer so we don't overrun it.Alan Modra2-15/+12
2001-01-30pa.c (pa_init_machine_status): Initialize pic_offset_table_save_rtx to NULL_RTX.John David Anglin3-21/+58
2001-01-29pa.md (return): Revise comment for trivial return.John David Anglin1-10/+24
2001-01-26pa-64.h (text_section): Remove declaration.Jeffrey A Law2-3/+1
2001-01-22pa.md (return_internal): Add a USE of the PIC register to ensure it is restor...Jeffrey A Law1-2/+13
2001-01-16pa.h (PIC_OFFSET_TABLE_REGNUM_SAVED): Remove.Alan Modra5-57/+71
2001-01-09pa32-regs.h (CONDITIONAL_REGISTER_USAGE): When generating pic code, PIC_OFFSE...John David Anglin2-0/+2
2001-01-05pa.md (return, [...]): Modify patterns to prevent regrename mucking with the ...John David Anglin1-3/+6
2001-01-01tm.texi (REGISTER_MOVE_COST): Add a mode argument.Alexandre Oliva1-3/+3
2000-12-19From Jeff Law.John David Anglin1-16/+2
2000-12-11pa.c (cmpib_comparison_operator): Remove GEU and LTU.Jeffrey A Law2-4/+2
2000-12-06pa.c: Include expr.h before c-tree.h.J. David Anglin3-8/+149
2000-11-30pa.md (conditional moves): Avoid holes in operand list.Jeffrey A Law1-17/+17
2000-11-29pa.c (restore_unscaled_index_insn_codes): Delete procedure.John David Anglin1-116/+0
2000-11-29pa.md: Remove hack from all index insns to reverse the operand order of frame...John David Anglin1-220/+20
2000-11-29function.h (emit_status): Delete member regno_pointer_flag and rename regno_p...John David Anglin1-25/+29
2000-11-28pa-64.h (ASM_OUTPUT_SECTION_NAME): Use a hash table, not a list, to keep trac...Jeffrey A Law1-38/+50
2000-11-22pa.c (hppa_encode_label): Account for addition of encoding character when...Jeffrey A Law1-0/+5
2000-11-17stringpool.c: New file.Zack Weinberg5-16/+9
2000-11-02config:Neil Booth8-10/+10
2000-10-17* pa.c (print_operand): Handle case 'c' for .vtable_inheritAlan Modra1-0/+5
2000-10-16* pa.md (return_internal): Move `use' after `return'.J. David Anglin1-2/+2
2000-10-16pa-protos.h (output_64bit_and, [...]): Constify char * return value.Rodney Brown2-8/+8
2000-10-13Remove obstacks.Mark Mitchell1-20/+1
2000-10-07calls.c (expand_call): Disallow sibcalls to noreturn functions.Richard Henderson1-2/+1
2000-09-25Change callers in config/[n-z]*/ (the rest) to match:Hans-Peter Nilsson1-2/+2
2000-09-25definitions in config/[npr]*:Hans-Peter Nilsson2-5/+5
2000-09-20gcc.c (modify_target): New variable and struct.Richard Kenner1-0/+9
2000-08-08alpha.c (alpha_emit_xfloating_libcall): Use GEN_CALL_VALUE define.Rodney Brown1-1/+1