aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
AgeCommit message (Expand)AuthorFilesLines
2018-02-01re PR middle-end/84089 (FAIL: g++.dg/cpp1y/lambda-generic-x.C -std=gnu++14 (...Aldy Hernandez1-0/+3
2018-01-21re PR testsuite/77734 (FAIL: gcc.dg/plugin/must-tail-call-1.c -fplugin=./must...John David Anglin1-4/+4
2018-01-17pa.h (MALLOC_ABI_ALIGNMENT): Set 32-bit alignment default to 64 bits.John David Anglin2-1/+6
2018-01-17som.h (ASM_DECLARE_FUNCTION_NAME): Cleanup type and mode variables.John David Anglin1-9/+6
2018-01-16pa.c (pa_function_arg_size): Apply CEIL to GET_MODE_SIZE return value.John David Anglin1-3/+4
2018-01-16Move pa.h FUNCTION_ARG_SIZE to pa.c (PR83858)Richard Sandiford4-15/+19
2018-01-03Update copyright years.Jakub Jelinek32-32/+32
2017-12-21poly_int: argument sizesRichard Sandiford1-2/+2
2017-12-21poly_int: frame allocationsRichard Sandiford3-3/+3
2017-12-17pa.c (pa_som_asm_init_sections): Fix comment.John David Anglin1-1/+1
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford1-0/+2
2017-12-03pa.c (pa_legitimate_address_p): For scaled indexing...John David Anglin1-1/+8
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford2-14/+20
2017-09-26Enable no-exec stacks for more targets using the Linux kernel.Joseph Myers3-10/+16
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2-5/+3
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-4/+0
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford4-25/+16
2017-09-13Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford2-1/+19
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford3-2/+13
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford3-19/+13
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford3-13/+5
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford4-10/+22
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford2-3/+3
2017-08-30[72/77] Pass scalar_mode to scalar_mode_supported_pRichard Sandiford1-2/+2
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford2-9/+9
2017-08-21Remove the frame size argument from function_prologue/epilogueRichard Sandiford1-13/+4
2017-08-08trans.c: Include header files.Martin Liska1-0/+1
2017-07-01pa.c (pa_expand_compare_and_swap_loop): Update call of emit_cmp_and_jump_insns.Jan Hubicka1-1/+2
2017-05-10re PR target/80090 (Incorrect assembler - output_addr_const may generate visi...John David Anglin1-2/+26
2017-05-10re PR target/79027 (fold-const.c:11104:1: internal compiler error: Floating p...John David Anglin1-8/+12
2017-03-06PR target 77850John David Anglin1-1/+4
2017-02-24pa: Fixes for RTL checkingSegher Boessenkool1-14/+12
2017-01-01Update copyright years.Jakub Jelinek32-32/+32
2016-12-11pa.c (pa_callee_copies): New function.John David Anglin2-1/+22
2016-11-01re PR target/78166 (hash.c:1887:1: error: unrecognizable insn)John David Anglin1-0/+30
2016-10-29pa64-hpux.h (FINI_SECTION_ASM_OP): Define to null string.John David Anglin1-1/+1
2016-10-29pa.h (BIGGEST_ALIGNMENT): Adjust comment.John David Anglin1-7/+9
2016-10-26pa.c (pa_asm_output_mi_thunk): Increase buffer size.Jeff Law1-1/+1
2016-10-19pa64-hpux-lib.h: New file.John David Anglin1-90/+7
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-09pa.h (BIGGEST_ALIGNMENT): Adjust comment.John David Anglin1-1/+13
2016-10-04defaults.h (JCR_SECTION_NAME, [...]): Remove.Jakub Jelinek1-4/+2
2016-09-22make next/prev active_insn and active_insn_p take rtx_insn *Trevor Saunders1-3/+3
2016-09-14Put a TARGET_LRA_P into every targetSegher Boessenkool1-0/+3
2016-09-09tm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove.Bernd Edlinger1-4/+2
2016-07-28merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders1-4/+5
2016-07-16pa.c (hppa_profile_hook): Allocate stack space for register parameters.John David Anglin2-42/+225
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-10/+1
2016-06-29pa.md (call_symref_64bit_post_reload): Don't call pa_output_arg_descriptor.John David Anglin1-5/+0
2016-06-26pa.c (pa_output_indirect_call): Rework to combine output_asm_insn calls and s...John David Anglin1-23/+99