aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-26Enable no-exec stacks for more targets using the Linux kernel.Joseph Myers1-10/+11
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford1-0/+3
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford1-13/+16
2017-09-13Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford1-0/+18
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-0/+11
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford1-7/+12
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford1-5/+5
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-4/+16
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-2/+2
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 Sandiford1-6/+6
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-02-24pa: Fixes for RTL checkingSegher Boessenkool1-14/+12
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-11pa.c (pa_callee_copies): New function.John David Anglin1-1/+18
2016-10-26pa.c (pa_asm_output_mi_thunk): Increase buffer size.Jeff Law1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
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-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 Anglin1-42/+61
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-10/+1
2016-06-26pa.c (pa_output_indirect_call): Rework to combine output_asm_insn calls and s...John David Anglin1-23/+99
2016-06-16pa.c (pa_output_pic_pcrel_sequence): New.John David Anglin1-129/+106
2016-06-06re PR c/24414 (Old-style asms don't clobber memory)Bernd Edlinger1-3/+3
2016-01-12pa.c (pa_emit_move_sequence): Handle floating point reloads for other unsuppo...John David Anglin1-43/+70
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-19re PR target/68729 (../Xbae/Methods.c:1772:1: ICE: in extract_insn, at recog....John David Anglin1-45/+61
2015-12-10re PR target/68729 (../Xbae/Methods.c:1772:1: ICE: in extract_insn, at recog....John David Anglin1-14/+8
2015-11-09Machine modes for address printing.Julian Brown1-2/+2
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod1-21/+8
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-3/+1
2015-10-05Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUERichard Sandiford1-1/+1
2015-09-25pa-linux.h (HAVE_sync_compare_and_swapdi): Define.John David Anglin1-1/+76
2015-09-19pa.c (pa_function_ok_for_sibcall): Remove special treatment of TARGET_ELF32.John David Anglin1-8/+0
2015-09-18pa-protos.h (pa_cint_ok_for_move): Change argument type to unsigned.John David Anglin1-7/+8
2015-09-12pa.c (pa_output_move_double): Enhance to handle HIGH CONSTANT_P operands.John David Anglin1-3/+14
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-8/+10
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+3
2015-06-25aarch64.c, [...]: Add comment above target-def.h include.Richard Sandiford1-0/+1
2015-06-25aarch64.c, [...]: Move target-def.h includes to end.Richard Sandiford1-1/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-11pa.c (pa_output_global_address): Handle LABEL_REF plus CONST_INT for goto.John David Anglin1-0/+2
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0