]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/config/pa
rs6000: Load high and low part of 64bit constant independently
[thirdparty/gcc.git] / gcc / config / pa /
2023-04-15  John David AnglinFix handling of large arguments passed by value.
2023-01-16  Jakub JelinekUpdate copyright years.
2023-01-13  John David AnglinFix support for atomic loads and stores on hppa.
2022-12-16  John David AnglinSuppress -fstack-protector warning on hppa.
2022-11-30  John David AnglinFix addvdi3 and subvdi3 patterns
2022-09-05  Martin Liskarename DBX_REGISTER_NUMBER to DEBUGGER_REGNO
2022-09-02  Iain Buclawd: Fix #error You must define PREFERRED_DEBUGGING_TYPE...
2022-09-02  Martin LiskaSTABS: remove -gstabs and -gxcoff functionality
2022-08-31  Martin Liska32-bit PA-RISC with HP-UX: remove deprecated ports
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-17  Martin LiskaRename .c files to .cc files.
2022-01-03  Jakub JelinekUpdate copyright years.
2022-01-02  John David AnglinUse optab_libfunc to access sync_lock_test_and_set...
2021-12-27  John David AnglinImprove atomic store implementation on hppa-linux.
2021-12-03  Jakub Jelinekpch: Add support for PCH for relocatable executables...
2021-11-05  John David AnglinSupport TI mode and soft float on PA64
2021-11-05  John David AnglinMove PREFERRED_DEBUGGING_TYPE define in pa64-hpux.h...
2021-10-24  John David AnglinRevise -mdisable-fpregs option and add new -msoft-mult...
2021-10-24  John David AnglinDon't use 'G' constraint in integer move patterns
2021-10-15  John David AnglinConsistently use "rG" constraint for copy instruction...
2021-10-15  Richard BienerAlways default to DWARF2_DEBUG if not specified, warn...
2021-10-14  John David AnglinFix TARGET_SOFT_FLOAT patterns in pa.md
2021-10-13  John David AnglinAdd support for 32-bit hppa targets in muldi3 expander
2021-10-08  Martin LiskaCome up with OPTION_SET_P macro.
2021-10-01  John David AnglinDefault to dwarf version 4 on hppa64-hpux
2021-08-21  John David AnglinDon't warn when alignment of global common data exceeds...
2021-05-18  Martin LiskaUse startswith in targets.
2021-04-17  Iain Buclawd: Implement __traits(getTargetInfo, "objectFormat")
2021-04-14  Iain Buclawd: Add TARGET_D_REGISTER_CPU_TARGET_INFO
2021-03-26  Iain Buclawd: Define IN_TARGET_CODE in all machine-specific D...
2021-03-19  John David AnglinUse memcpy instead of strncpy to avoid error with ...
2021-02-22  John David AnglinAdd mi_thunk support for vcalls on hppa.
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-16  Martin Liskaopts: Remove all usages of Report keyword.
2020-09-20  John David AnglinFix linkage with -nodefaultlibs option.
2020-09-13  John David AnglinImprove costs for DImode shifts of interger constants.
2020-09-12  John David AnglinAdd new shrpsi instruction variands to gcc/config/pa...
2020-09-02  Roger Saylehppa: Improve hppa_rtx_costs for shifts by constants.
2020-08-25  Roger Saylehppa: PR middle-end/87256: Improved hppa_rtx_costs...
2020-08-25  Roger Saylehppa: Improve expansion of ashldi3 when !TARGET_64BIT
2020-07-01  Jeff LawFix bootstrap failure on PA
2020-04-21  John David AnglinFix weakening of external declarations.
2020-03-29  John David AnglinDelete duplicate .align output.
2020-03-24  John David AnglinDefine __BIG_ENDIAN__
2020-02-21  John David AnglinFix handling of floating-point homogeneous aggregates.
2020-01-30  John David AnglinFix ICE in pa_elf_select_rtx_section.
2020-01-06  John David Anglinpa.md: Revert change to use ordered_comparison_operator...
2020-01-01  John David Anglinre PR target/67834 (Local references inside comdat...
2020-01-01  John David Anglinre PR target/93111 (FAIL: gfortran.fortran-torture...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-08  John David Anglinpa.md (memory_barrier): Revise to use ldcw barriers.
2019-10-17  John David Anglinpa.c (pa_output_indirect_call): Fix typos in last change.
2019-10-12  John David Anglinpa.c (pa_output_call): Load descriptor address to regis...
2019-10-12  John David Anglinpa.c (pa_option_override): Remove trailing comma from...
2019-10-03  John David Anglinpa.h (MAX_PCREL17F_OFFSET): Adjust.
2019-10-03  John David Anglinpa.c (pa_output_call): Remove 64-bit sibcall sequence.
2019-09-20  John David Anglinpa.c (pa_trampoline_init): Remove spurious extended...
2019-09-10  Richard SandifordAdd call_used_or_fixed_reg_p
2019-08-20  Richard SandifordUse function_arg_info for TARGET_CALLEE_COPIES
2019-08-20  Richard SandifordUse function_arg_info for TARGET_FUNCTION_ARG_ADVANCE
2019-08-20  Richard SandifordUse function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG
2019-08-20  Richard SandifordUse function_arg_info for TARGET_PASS_BY_REFERENCE
2019-08-20  Richard SandifordUse function_arg_info for TARGET_ARG_PARTIAL_BYTES
2019-08-20  Richard SandifordAdd pass_va_arg_by_reference
2019-08-13  Richard SandifordUse checking forms of DECL_FUNCTION_CODE (PR 91421)
2019-07-31  Matt Thomasconfig.gcc (hppa*-*-netbsd*): New target.
2019-07-20  John David Anglinpa.h (hppa_profile_hook): Delete declaration.
2019-07-18  John David Anglinpa.c (pa_som_asm_init_sections): Don't force all consta...
2019-07-01  Wilco Dijkstrare PR target/90963 (FAIL: gcc.c-torture/execute/built...
2019-06-27  Aaron Sawdeybuiltins.c (get_memory_rtx): Fix comment.
2019-06-19  Wilco DijkstraSimplify setjmp and non-local goto implementation ...
2019-06-16  John David Anglinre PR middle-end/64242 (Longjmp expansion incorrect)
2019-06-07  John David Anglinre PR target/90751 (-fpatchtable-function-entry broken...
2019-05-28  John David Anglinpa.c (hppa_profile_hook): Remove offset adjustment.
2019-05-24  John David Anglinre PR target/90530 (Invalid SUBREG insn generated by...
2019-05-16  Max Filippovgcc: move assemble_start_function / assemble_end_functi...
2019-03-11  Martin LiskaWrap option names in gcc internal messages with %<...
2019-01-09  Sandra LoosemorePR other/16615 [4/5]
2019-01-09  Sandra LoosemorePR other/16615 [1/5]
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-09  John David Anglinconfig.gcc (hppa*-*-linux*): Add pa/t-pa to tmake_file.
2018-09-20  John David Anglinpa.c (pa_adjust_priority): Delete.
2018-09-20  John David Anglinpa.md (atomic_storeqi): Restore deleted expander.
2018-08-11  John David Anglinpa.md (UNSPEC_MEMORY_BARRIER): New unspec enum.
2018-08-06  John David Anglinre PR target/86807 (spu port needs updating for CVE...
2018-07-31  Olivier HainqueAdd support for -nolibc
2018-07-29  John David Anglinpa.c (pa_output_addr_vec): Align address table.
2018-07-17  Martin LiskaFix coding style of ASM_OUTPUT_ALIGN.
2018-07-05  Nathan SidwellReplace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.
2018-05-27  John David Anglinpa-linux.h (NEED_INDICATE_EXEC_STACK): Define to 0.
2018-03-14  John David Anglinre PR target/83451 (FAIL: gfortran.dg/matmul_10.f90...
2018-03-07  John David Anglinpa.h (ASM_GENERATE_INTERNAL_LABEL): Revise to use sprin...
2018-03-02  Jakub Jelinekre PR target/56540 (No __SIZEOF__XXX__ macro for __floa...
2018-02-14  John David Anglinre PR target/83984 (ld: The value 0x8000000000005 does...
2018-02-10  John David Anglinpa.c (hppa_profile_hook): Mark SYMBOL_REF for _mcount...
2018-02-01  Aldy Hernandezre PR middle-end/84089 (FAIL: g++.dg/cpp1y/lambda-gener...
2018-01-21  John David Anglinre PR testsuite/77734 (FAIL: gcc.dg/plugin/must-tail...
2018-01-17  John David Anglinpa.h (MALLOC_ABI_ALIGNMENT): Set 32-bit alignment defau...
2018-01-17  John David Anglinsom.h (ASM_DECLARE_FUNCTION_NAME): Cleanup type and...
2018-01-16  John David Anglinpa.c (pa_function_arg_size): Apply CEIL to GET_MODE_SIZ...
next