aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-11c-typeck.c, [...]: Fix comment typos and formatting.Kazu Hirata1-6/+6
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-1/+1
2004-02-23Remove -fwritable-strings.Zack Weinberg1-1/+0
2004-02-05pa.c (emit_hpdiv_const): Replace gen_rtx with gen_rtx_PARALLEL.Kazu Hirata1-2/+2
2004-02-04alpha.c, [...]: Revert the replacements of "FALLTHRU" with "Fall through" don...Kazu Hirata1-1/+1
2004-02-04alpha.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-01-30alpha.c: Remove mentions of deprecates macros in comments...Kazu Hirata1-0/+4
2004-01-28pa.c (emit_move_sequence): Check that operand1 is a CONST_INT before using IN...Roger Sayle1-1/+4
2004-01-26pa-protos.h: Remove the prototype for hppa_builtin_saveregs.Kazu Hirata1-2/+40
2004-01-20pa-protos.h (compute_frame_size): Use HOST_WIDE_INT for frame sizes.John David Anglin1-56/+157
2004-01-18final.c (final_scan_insn): Make non-static again.Daniel Jacobowitz1-4/+5
2004-01-12pa.c: Don't include obstack.h.John David Anglin1-1/+0
2003-12-14re PR target/13054 (compile/980310-3.f: insn does not satisfy its constraints)John David Anglin1-91/+260
2003-11-27pa.c (hppa_profile_hook): Split gen_call_profiler into separate insns.Randolph Chung1-18/+31
2003-11-08re PR rtl-optimization/12630 (Various unrecognizable insns and ICEs at -O3)John David Anglin1-9/+188
2003-11-02re PR rtl-optimization/12845 (missed jump optimization)John David Anglin1-0/+6
2003-10-31pa.c (pa_select_section): Use new style declaration.John David Anglin1-4/+2
2003-10-29pa-linux.h (ASM_OUTPUT_ADDR_VEC_ELT): Use label in big switch ELTs.John David Anglin1-55/+21
2003-10-08re PR rtl-optimization/12142 (-fnon-call-exceptions generates incorrect code)John David Anglin1-3/+16
2003-10-07* libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2)Zack Weinberg1-13/+14
2003-10-04* libfuncs.hZack Weinberg1-6/+6
2003-10-02target.h (init_libfuncs): New hook.Zack Weinberg1-0/+45
2003-09-26re PR bootstrap/12358 (Bootstrap comparison failure!)John David Anglin1-1/+1
2003-09-24pa.c (hppa_expand_prologue): Do pic register save in frame marker without add...John David Anglin1-2/+10
2003-08-23pa.c: Replace 'GNU CC' with 'GCC'.Jason Eckhardt1-459/+215
2003-08-14pa.c (pa_adjust_insn_length): Delete adjustment for delay slot in direct calls.John David Anglin1-59/+63
2003-08-09* pa.c (pa_asm_output_mi_thunk): Fix typo.John David Anglin1-1/+1
2003-08-08pa.c (update_total_code_bytes): Use new macro IN_NAMED_SECTION_P.John David Anglin1-12/+16
2003-07-05fptr.c: Fix comment typos.Kazu Hirata1-3/+3
2003-06-29pa.c (update_total_code_bytes): New function.John David Anglin1-92/+283
2003-06-19target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg1-0/+109
2003-06-16c4x.c: Don't include "c-tree.h".Kaveh R. Ghazi1-1/+0
2003-06-13ChangeLog.1: Fix spelling of "outputting".Matt Kraai1-1/+1
2003-06-07config.gcc (with_cpu handling): Translate sparc64 in $machine to --with-cpu=v9.Zack Weinberg1-5/+10
2003-06-05re PR middle-end/9986 ([HP-UX] [3.4 regression] Incorrect transformation of f...John David Anglin1-0/+1
2003-05-16alpha.c (print_operand_address, [...]): Use string concatentation on HOST_WID...Kaveh R. Ghazi1-23/+14
2003-05-15* pa.c (hppa_expand_prologue): Remove blockage.John David Anglin1-8/+0
2003-05-14target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford1-19/+17
2003-05-09expr.c (move_block_from_reg): Remove "size" parm.Alan Modra1-1/+1
2003-04-20target.h (encode_section_info): Add new argument carrying the RTL to be modif...Zack Weinberg1-9/+4
2003-04-16pa-protos.h (function_arg): Remove last argument.John David Anglin1-8/+8
2003-03-23* pa.c (output_cbranch): Fix typo in comment.John David Anglin1-6/+5
2003-03-22pa.c (output_cbranch, [...]): Output nop for conditional branch to the follow...John David Anglin1-13/+18
2003-03-19re PR target/10062 (internal compiler error: in output_cbranch, at config/pa/...John David Anglin1-81/+196
2003-03-13* pa.c (pa_init_builtins): Fix warning.John David Anglin1-1/+1
2003-03-09re PR middle-end/9986 ([HP-UX] [3.4 regression] Incorrect transformation of f...John David Anglin1-0/+12
2003-03-04function.c (STACK_ALIGNMENT_NEEDED): New macro.John David Anglin1-32/+48
2003-02-26pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY is 8 * STACK...John David Anglin1-1/+2
2003-02-06config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in target_cpu_default.John David Anglin1-12/+39
2003-02-02pa-protos.h (attr_length_millicode_call): Remove second argument.John David Anglin1-32/+158