aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Change references of .c files to .cc filesMartin Liska10-23/+23
2022-01-17Rename .c files to .cc files.Martin Liska2-0/+0
2022-01-03Update copyright years.Jakub Jelinek35-35/+35
2022-01-02Use optab_libfunc to access sync_lock_test_and_set libfunc on hppa-linux.John David Anglin1-12/+12
2021-12-27Improve atomic store implementation on hppa-linux.John David Anglin3-93/+24
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 Anglin4-13/+180
2021-11-05Move PREFERRED_DEBUGGING_TYPE define in pa64-hpux.h to pa.hJohn David Anglin2-1/+3
2021-10-24Revise -mdisable-fpregs option and add new -msoft-mult optionJohn David Anglin5-20/+23
2021-10-24Don't use 'G' constraint in integer move patternsJohn David Anglin1-16/+16
2021-10-15Consistently use "rG" constraint for copy instruction in move patternsJohn David Anglin1-20/+20
2021-10-15Always default to DWARF2_DEBUG if not specified, warn about deprecated STABSRichard Biener1-0/+4
2021-10-14Fix TARGET_SOFT_FLOAT patterns in pa.mdJohn David Anglin1-2/+83
2021-10-13Add support for 32-bit hppa targets in muldi3 expanderJohn David Anglin1-26/+54
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-05-18Use startswith in targets.Martin Liska1-8/+5
2021-04-17d: Implement __traits(getTargetInfo, "objectFormat")Iain Buclaw1-0/+17
2021-04-14d: Add TARGET_D_REGISTER_CPU_TARGET_INFOIain Buclaw3-1/+31
2021-03-26d: Define IN_TARGET_CODE in all machine-specific D language files.Iain Buclaw1-0/+2
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 Jelinek35-35/+35
2020-12-16opts: Remove all usages of Report keyword.Martin Liska1-13/+13
2020-09-20Fix linkage with -nodefaultlibs option.John David Anglin3-12/+10
2020-09-13Improve costs for DImode shifts of interger constants.John David Anglin1-12/+21
2020-09-12Add new shrpsi instruction variands to gcc/config/pa/pa.md.John David Anglin1-21/+119
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-08-25hppa: Improve expansion of ashldi3 when !TARGET_64BITRoger Sayle1-1/+33
2020-06-30Fix bootstrap failure on PAJeff Law1-4/+4
2020-04-21Fix weakening of external declarations.John David Anglin1-7/+38
2020-03-29Delete duplicate .align output.John David Anglin1-1/+0
2020-03-24Define __BIG_ENDIAN__John David Anglin1-0/+1
2020-02-21Fix handling of floating-point homogeneous aggregates.John David Anglin2-7/+13
2020-01-30Fix ICE in pa_elf_select_rtx_section.John David Anglin1-1/+1
2020-01-06pa.md: Revert change to use ordered_comparison_operator instead of...John David Anglin2-2/+8
2020-01-01re PR target/67834 (Local references inside comdat groups)John David Anglin2-0/+26
2020-01-01re PR target/93111 (FAIL: gfortran.fortran-torture/compile/pr32663.f, -O3 -g...John David Anglin2-31/+25
2020-01-01Update copyright years.Jakub Jelinek35-35/+35
2019-11-08pa.md (memory_barrier): Revise to use ldcw barriers.John David Anglin2-10/+50
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 Anglin2-78/+87
2019-10-12pa.c (pa_option_override): Remove trailing comma from warning.John David Anglin1-1/+1
2019-10-03pa.h (MAX_PCREL17F_OFFSET): Adjust.John David Anglin1-7/+6
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