aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
AgeCommit message (Expand)AuthorFilesLines
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
2003-01-16som.h (SUPPORTS_WEAK, [...]): Define.John David Anglin3-3/+62
2003-01-09Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.Andreas Jaeger1-3/+3
2003-01-05pa64-hpux.h (JCR_SECTION_NAME): Define.John David Anglin1-2/+4
2003-01-04config.gcc (hppa*64*-*-hpux11*): Define extra_parts.John David Anglin4-42/+227
2002-12-20pa-linux.h (TARGET_HAS_STUBS_AND_ELF_SECTIONS): Delete define.John David Anglin3-20/+19
2002-12-20c-pretty-print.h: Fix comment typos.Kazu Hirata1-5/+5
2002-12-19ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg5-62/+66
2002-12-14pa.c (output_millicode_call): Correct typo.John David Anglin1-2/+2
2002-12-12pa.h (BIGGEST_ALIGNMENT): Change 32-bit value to 64 bits.John David Anglin1-10/+8
2002-12-10linux.h (LIB_SPEC): If -pthread, add -lpthread even if -shared.Jakub Jelinek1-3/+3
2002-12-09fptr.c (__canonicalize_funcptr_for_compare): Don't canonicalize function poin...John David Anglin1-5/+5
2002-12-06pa32-linux.h (CANONICALIZE_FUNCPTR_FOR_COMPARE_LIBCALL): Move define.John David Anglin2-5/+4
2002-12-05fptr.c (__canonicalize_funcptr_for_compare): New file and function.John David Anglin4-4/+167
2002-11-27pa-protos.h (function_value): New prototype.John David Anglin4-24/+62
2002-11-13pa64-hpux.h (LINK_SPEC): Move "+Accept TypeMismatch" switch to the beginning ...John David Anglin1-16/+25
2002-11-10pa.h (STARTING_FRAME_OFFSET): Change offset for TARGET_64BIT to 16.John David Anglin3-64/+173
2002-11-09pa-linux.h (PREFERRED_DEBUGGING_TYPE, [...]): Delete.John David Anglin1-16/+0
2002-11-06* pa64-hpux.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Define.John David Anglin1-0/+15
2002-11-05pa64-hpux.h (LIB_SPEC): Fix p and pg options.John David Anglin1-8/+4
2002-11-04hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.Aldy Hernandez1-8/+4
2002-10-31pa-linux.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.John David Anglin7-618/+744
2002-10-22target.h (gcc_target.asm_out): Merge output_mi_thunk and output_mi_vcall_thun...Richard Henderson1-2/+6
2002-10-20target.h (struct gcc_target): Line wrap.Richard Henderson3-9/+8
2002-10-20alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to match target.h.Mark Mitchell1-1/+1
2002-10-18target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL.Mark Mitchell1-2/+1
2002-10-03* config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New.Steve Ellcey1-0/+5
2002-10-03config.gcc (hppa*64*-*-hpux11*): Check gnu_ld.Steve Ellcey2-1/+23
2002-10-03pa-linux.h (FUNCTION_OK_FOR_SIBCALL): Delete macro.John David Anglin2-4/+8
2002-09-30pa.c (hppa_encode_label): Don't drop '*' from function labels.John David Anglin2-7/+13
2002-09-24elfos.h: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-22c-common.c (preprocessing_trad_p): Define.John David Anglin12-152/+456
2002-09-20m32r.c: Follow spelling conventions.Kazu Hirata2-3/+3
2002-09-17calls.c (store_one_arg): Set default alignment for BLKmode arguments to BITS_...John David Anglin3-104/+200
2002-09-11pa.md (extzv): Check predicates before emitting extzv_32.John David Anglin1-4/+14
2002-09-09pa.md (exception_receiver, [...]): Add blockage on TARGET_64BIT before pic re...John David Anglin1-0/+8
2002-09-04* pa.md (setccfp0, setccfp1): New patterns.John David Anglin1-0/+20
2002-09-04expr.c (emit_group_load): Revise to allow splitting TCmode source into DImode...John David Anglin3-74/+49