aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
AgeCommit message (Expand)AuthorFilesLines
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
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-31config.gcc (hppa*-*-netbsd*): New target.Matt Thomas2-0/+174
2019-07-20pa.h (hppa_profile_hook): Delete declaration.John David Anglin2-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-07-01re PR target/90963 (FAIL: gcc.c-torture/execute/built-in-setjmp.c execution t...Wilco Dijkstra1-4/+2
2019-06-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey2-10/+10
2019-06-19Simplify setjmp and non-local goto implementation (PR84521)Wilco Dijkstra1-5/+2
2019-06-16re PR middle-end/64242 (Longjmp expansion incorrect)John David Anglin1-21/+27
2019-06-07re PR target/90751 (-fpatchtable-function-entry broken on hppa-linux-gnu-gcc...John David Anglin4-13/+30
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 Anglin2-7/+8