aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
AgeCommit message (Expand)Author
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCERichard Sandiford
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford
2019-08-20Add pass_va_arg_by_referenceRichard Sandiford
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford
2019-07-31gcc/ChangeLog:Matt Thomas
2019-07-20 * config/pa/pa.h (hppa_profile_hook): Delete declaration.John David Anglin
2019-07-18 * config/pa/pa.c (pa_som_asm_init_sections): Don't force all constantJohn David Anglin
2019-07-01 PR target/90963Wilco Dijkstra
2019-06-272019-06-27 Aaron Sawdey <acsawdey@linux.ibm.com>Aaron Sawdey
2019-06-19Simplify setjmp and non-local goto implementation (PR84521)Wilco Dijkstra
2019-06-16 PR middle-end/64242John David Anglin
2019-06-07 PR target/90751John David Anglin
2019-05-28 * config/pa/pa.c (hppa_profile_hook): Remove offset adjustment.John David Anglin
2019-05-24 PR target/90530John David Anglin
2019-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-01-092019-01-09 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2019-01-092019-01-09 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2019-01-01 Update copyright years.Jakub Jelinek
2018-12-09 * config.gcc (hppa*-*-linux*): Add pa/t-pa to tmake_file. DefineJohn David Anglin
2018-09-20 * config/pa/pa.c (pa_adjust_priority): Delete.John David Anglin
2018-09-20 * config/pa/pa.md (atomic_storeqi): Restore deleted expander.John David Anglin
2018-08-11 gccJohn David Anglin
2018-08-06 PR target/86807John David Anglin
2018-07-31Add support for -nolibcOlivier Hainque
2018-07-29 * config/pa/pa.c (pa_output_addr_vec): Align address table.John David Anglin
2018-07-17Fix coding style of ASM_OUTPUT_ALIGN.Martin Liska
2018-07-05 gcc/Nathan Sidwell
2018-05-27 * config/pa/pa-linux.h (NEED_INDICATE_EXEC_STACK): Define to 0.John David Anglin
2018-03-14 PR target/83451John David Anglin
2018-03-07 * config/pa/pa.h (ASM_GENERATE_INTERNAL_LABEL): Revise to useJohn David Anglin
2018-03-02 PR target/56540Jakub Jelinek
2018-02-14 PR target/83984John David Anglin
2018-02-10 * config/pa/pa.c (hppa_profile_hook): Mark SYMBOL_REF for _mcount asJohn David Anglin
2018-02-01 PR target/84089Aldy Hernandez
2018-01-21 PR gcc/77734John David Anglin
2018-01-17 * config/pa.h (MALLOC_ABI_ALIGNMENT): Set 32-bit alignment default toJohn David Anglin
2018-01-17 * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Cleanup type and modeJohn David Anglin
2018-01-16 * config/pa/pa.c (pa_function_arg_size): Apply CEIL to GET_MODE_SIZEJohn David Anglin
2018-01-16Move pa.h FUNCTION_ARG_SIZE to pa.c (PR83858)Richard Sandiford
2018-01-03 Update copyright years.Jakub Jelinek
2017-12-21poly_int: argument sizesRichard Sandiford
2017-12-21poly_int: frame allocationsRichard Sandiford
2017-12-17 * config/pa/pa.c (pa_som_asm_init_sections): Fix comment.John David Anglin
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford
2017-12-03 * config/pa/pa.c (pa_legitimate_address_p): For scaled indexing,John David Anglin
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford
2017-09-26Enable no-exec stacks for more targets using the Linux kernel.Joseph Myers