aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
AgeCommit message (Expand)AuthorFilesLines
2003-08-26config.gcc (hppa*-*-hpux11*, [...]): Remove commented-out logic to use DCE th...Zack Weinberg2-6/+14
2003-08-23pa.c: Replace 'GNU CC' with 'GCC'.Jason Eckhardt24-680/+436
2003-08-21Makefile.in (INCLUDES): Remove -I$(srcdir)/config.Zack Weinberg1-3/+1
2003-08-20re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell1-2/+6
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-09pa.md (extzv, extv, insv): Fix operand limit checks.John David Anglin1-26/+47
2003-08-08pa.c (update_total_code_bytes): Use new macro IN_NAMED_SECTION_P.John David Anglin2-12/+21
2003-08-08re PR c++/11712 ([HPUX 11.00 - gcc 3.3] __STDC_EXT__ not defined for .cpp by ...John David Anglin3-0/+21
2003-07-23PR target/11607 and PR target/11516John David Anglin1-33/+18
2003-07-08re PR target/11453 (gcc > 3.3 ICE)John David Anglin1-36/+51
2003-07-05fptr.c: Fix comment typos.Kazu Hirata4-6/+6
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