aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-11080/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-27Improve atomic store implementation on hppa-linux.John David Anglin1-76/+0
2021-12-03pch: Add support for PCH for relocatable executables [PR71934]Jakub Jelinek1-2/+2
2021-11-05Support TI mode and soft float on PA64John David Anglin1-6/+4
2021-10-24Revise -mdisable-fpregs option and add new -msoft-mult optionJohn David Anglin1-5/+5
2021-10-08Come up with OPTION_SET_P macro.Martin Liska1-2/+2
2021-10-01Default to dwarf version 4 on hppa64-hpuxJohn David Anglin1-0/+10
2021-08-21Don't warn when alignment of global common data exceeds maximum alignment.John David Anglin1-3/+1
2021-03-19Use memcpy instead of strncpy to avoid error with -Werror=stringop-truncation.John David Anglin1-1/+1
2021-02-22Add mi_thunk support for vcalls on hppa.John David Anglin1-158/+346
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-13Improve costs for DImode shifts of interger constants.John David Anglin1-12/+21
2020-09-02hppa: Improve hppa_rtx_costs for shifts by constants.Roger Sayle1-0/+21
2020-08-25hppa: PR middle-end/87256: Improved hppa_rtx_costs avoids synth_mult madness.Roger Sayle1-34/+138
2020-06-30Fix bootstrap failure on PAJeff Law1-4/+4
2020-03-29Delete duplicate .align output.John David Anglin1-1/+0
2020-02-21Fix handling of floating-point homogeneous aggregates.John David Anglin1-1/+1
2020-01-30Fix ICE in pa_elf_select_rtx_section.John David Anglin1-1/+1
2020-01-01re PR target/67834 (Local references inside comdat groups)John David Anglin1-0/+21
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-17pa.c (pa_output_indirect_call): Fix typos in last change.John David Anglin1-7/+7
2019-10-12pa.c (pa_output_call): Load descriptor address to register %r22.John David Anglin1-77/+86
2019-10-12pa.c (pa_option_override): Remove trailing comma from warning.John David Anglin1-1/+1
2019-10-03pa.c (pa_output_call): Remove 64-bit sibcall sequence.John David Anglin1-22/+8
2019-09-20pa.c (pa_trampoline_init): Remove spurious extended character.John David Anglin1-1/+1
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-4/+4
2019-08-20Use function_arg_info for TARGET_CALLEE_COPIESRichard Sandiford1-6/+2
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-9/+7
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-5/+5
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCERichard Sandiford1-12/+4
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-6/+5
2019-08-20Add pass_va_arg_by_referenceRichard Sandiford1-1/+1
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-1/+1
2019-07-18pa.c (pa_som_asm_init_sections): Don't force all constant data into data sect...John David Anglin1-16/+19
2019-06-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey1-3/+3
2019-06-07re PR target/90751 (-fpatchtable-function-entry broken on hppa-linux-gnu-gcc...John David Anglin1-12/+20
2019-05-28pa.c (hppa_profile_hook): Remove offset adjustment.John David Anglin1-14/+5
2019-05-24re PR target/90530 (Invalid SUBREG insn generated by reload)John David Anglin1-3/+4
2019-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov1-0/+3
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-5/+5
2019-01-09PR other/16615 [4/5]Sandra Loosemore1-4/+4
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-09-20pa.c (pa_adjust_priority): Delete.John David Anglin1-34/+0
2018-08-06re PR target/86807 (spu port needs updating for CVE-2017-5753)John David Anglin1-0/+3
2018-07-29pa.c (pa_output_addr_vec): Align address table.John David Anglin1-0/+2
2018-03-14re PR target/83451 (FAIL: gfortran.dg/matmul_10.f90 -O3 -fomit-frame-pointe...John David Anglin1-12/+8
2018-02-10pa.c (hppa_profile_hook): Mark SYMBOL_REF for _mcount as function label.John David Anglin1-2/+6
2018-01-21re PR testsuite/77734 (FAIL: gcc.dg/plugin/must-tail-call-1.c -fplugin=./must...John David Anglin1-4/+4