aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-25Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook mode_for_floating_typeKewen Lin1-0/+6
2024-03-23hppa: Fix LO_SUM DLTIND14R address support in PRINT_OPERAND_ADDRESSJohn David Anglin1-2/+5
2024-03-18hppa: Improve handling of REG+D addresses when generating PA 2.0 codeJohn David Anglin1-13/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-22hppa: Define MAX_FIXED_MODE_SIZEJohn David Anglin1-0/+4
2023-11-16hppa: Revise REG+D address support to allow long displacements before reloadJohn David Anglin1-6/+10
2023-05-18gcc/config/*: use _P() defines from tree.hBernhard Reutner-Fischer1-2/+2
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2023-01-13Fix support for atomic loads and stores on hppa.John David Anglin1-4/+8
2022-09-02d: Fix #error You must define PREFERRED_DEBUGGING_TYPE if DWARF is not supportedIain Buclaw1-4/+0
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska1-10/+0
2022-01-17Change references of .c files to .cc filesMartin Liska1-4/+4
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-05Support TI mode and soft float on PA64John David Anglin1-5/+11
2021-11-05Move PREFERRED_DEBUGGING_TYPE define in pa64-hpux.h to pa.hJohn David Anglin1-0/+3
2021-10-24Revise -mdisable-fpregs option and add new -msoft-mult optionJohn David Anglin1-1/+0
2021-04-14d: Add TARGET_D_REGISTER_CPU_TARGET_INFOIain Buclaw1-1/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-03-24Define __BIG_ENDIAN__John David Anglin1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-12pa.c (pa_output_call): Load descriptor address to register %r22.John David Anglin1-1/+1
2019-10-03pa.h (MAX_PCREL17F_OFFSET): Adjust.John David Anglin1-7/+6
2019-07-20pa.h (hppa_profile_hook): Delete declaration.John David Anglin1-1/+0
2019-06-07re PR target/90751 (-fpatchtable-function-entry broken on hppa-linux-gnu-gcc...John David Anglin1-0/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-09config.gcc (hppa*-*-linux*): Add pa/t-pa to tmake_file.John David Anglin1-0/+3
2018-07-29pa.c (pa_output_addr_vec): Align address table.John David Anglin1-10/+12
2018-07-17Fix coding style of ASM_OUTPUT_ALIGN.Martin Liska1-1/+1
2018-03-07pa.h (ASM_GENERATE_INTERNAL_LABEL): Revise to use sprint_ul.John David Anglin1-4/+14
2018-03-02re PR target/56540 (No __SIZEOF__XXX__ macro for __float128)Jakub Jelinek1-0/+2
2018-01-17pa.h (MALLOC_ABI_ALIGNMENT): Set 32-bit alignment default to 64 bits.John David Anglin1-1/+1
2018-01-16Move pa.h FUNCTION_ARG_SIZE to pa.c (PR83858)Richard Sandiford1-9/+0
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: argument sizesRichard Sandiford1-2/+2
2017-12-21poly_int: frame allocationsRichard Sandiford1-1/+1
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-11/+0
2017-09-26Enable no-exec stacks for more targets using the Linux kernel.Joseph Myers1-0/+2
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford1-5/+0
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-4/+0
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford1-6/+1
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford1-7/+0
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-4/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-29pa.h (BIGGEST_ALIGNMENT): Adjust comment.John David Anglin1-7/+9
2016-10-09pa.h (BIGGEST_ALIGNMENT): Adjust comment.John David Anglin1-1/+13
2016-06-18pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.John David Anglin1-6/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-22[PATCH] Remove undefined behaviour from hppa backendJeff Law1-1/+2
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders1-1/+1