aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
AgeCommit message (Expand)AuthorFilesLines
2003-07-01sol2.h, [...]: Use c_dialect_ macros.Neil Booth6-9/+6
2003-06-29pa.c (update_total_code_bytes): New function.John David Anglin1-92/+283
2003-06-20som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to strip name...John David Anglin1-10/+14
2003-06-19target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg5-101/+116
2003-06-17dbxout.c (dbxout_source_line_counter): New global variable.Eric Botcazou1-6/+5
2003-06-16c4x.c: Don't include "c-tree.h".Kaveh R. Ghazi1-1/+0
2003-06-14rtl.h (STORE_FLAG_VALUE): Remove default definition from here.Roger Sayle1-5/+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 Weinberg3-10/+10
2003-06-06pa.h (ASM_OUTPUT_SKIP, [...]): Cast `SIZE' and `ALIGNED' parameters to unsign...John David Anglin3-7/+13
2003-06-05re PR middle-end/9986 ([HP-UX] [3.4 regression] Incorrect transformation of f...John David Anglin1-0/+1
2003-06-04i370.c (mvs_function_name_length): Fix signed/unsigned warnings.Kaveh R. Ghazi2-2/+2
2003-06-04config.gcc: Reorganize --with-cpu logic.Daniel Jacobowitz1-0/+7
2003-06-03configure.in (HAVE_LD_PIE): Check for ld -pie.Jakub Jelinek1-1/+1
2003-05-21re PR target/6428 ([hppa*-hp-hpux] gmon.out is not generated when application...John David Anglin3-20/+57
2003-05-20* pa/milli64.S ($$mulI): Fix typo.John David Anglin1-1/+1
2003-05-18c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, [...]): Default here.Neil Booth1-1/+0
2003-05-16alpha.c (print_operand_address, [...]): Use string concatentation on HOST_WID...Kaveh R. Ghazi2-25/+15
2003-05-15config.gcc: Purge all targets obsoleted in GCC 3.3.Zack Weinberg5-220/+0
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 Sandiford3-26/+17
2003-05-12* pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.John David Anglin1-1/+0
2003-05-12Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>Jan Hubicka3-10/+12
2003-05-09expr.c (move_block_from_reg): Remove "size" parm.Alan Modra1-1/+1
2003-04-21expmed.c (extract_bit_field): Reverse operands of && condition to prevent a p...Olivier Hainque1-0/+8
2003-04-20target.h (encode_section_info): Add new argument carrying the RTL to be modif...Zack Weinberg1-9/+4
2003-04-20pa.md (movccfp): New expander.John David Anglin1-5/+19
2003-04-17toplev.c (target_options): Add value field.DJ Delorie1-2/+2
2003-04-16pa-protos.h (function_arg): Remove last argument.John David Anglin3-17/+25
2003-04-11install.texi (hppa): Update links for HP-UX patches.John David Anglin3-12/+21
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 Anglin5-140/+253
2003-03-13* pa.c (pa_init_builtins): Fix warning.John David Anglin1-1/+1
2003-03-12c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for LP64 targets.Andreas Jaeger1-5/+0
2003-03-09re PR middle-end/9986 ([HP-UX] [3.4 regression] Incorrect transformation of f...John David Anglin3-16/+100
2003-03-05pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.John David Anglin1-1/+4
2003-03-04function.c (STACK_ALIGNMENT_NEEDED): New macro.John David Anglin2-36/+59
2003-02-26pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY is 8 * STACK...John David Anglin2-5/+7
2003-02-19calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGSJan Hubicka1-2/+2
2003-02-18* pa.md: Correct and enhance comment.John David Anglin1-8/+40
2003-02-06config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in target_cpu_default.John David Anglin2-18/+64
2003-02-02pa-protos.h (attr_length_millicode_call): Remove second argument.John David Anglin3-305/+988
2003-02-01pa.c (pa_output_function_prologue, [...]): Move updating of total_code_bytes ...John David Anglin1-21/+29
2003-01-31loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain.Jan Hubicka1-2/+2
2003-01-31pa32-regs.h (REGNO_REG_CLASS, [...]): Delete duplicated code.John David Anglin1-2/+0
2003-01-29re PR bootstrap/9292 (hppa1.1-rtems configurery problems)Joel Sherrill1-1/+4
2003-01-28target.h (targetm.address_cost): New.Richard Henderson3-11/+15
2003-01-27Makefile.in (cse.o): Depend on TARGET_H.Richard Henderson2-50/+85
2003-01-18* config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.Roger Sayle1-1/+1