aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
AgeCommit message (Expand)AuthorFilesLines
2016-04-08Complete changes to "Ignore -ftree-parallelize-loops={0,1} using gt"Thomas Schwinge2-7/+7
2016-04-05predicates.md (integer_store_memory_operand): Accept REG+D operands with a la...John David Anglin1-0/+6
2016-03-25re PR target/70319 (FAIL: gcc.dg/sso/q2.c -O1 -fno-inline execution test)John David Anglin1-2/+3
2016-03-17re PR target/70188 (gcc 4.9+ miscompiles code on hppa)John David Anglin1-2/+2
2016-02-14pa.md (absqi2, [...]): New.John David Anglin1-0/+40
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 Jelinek32-32/+32
2015-12-19re PR target/68729 (../Xbae/Methods.c:1772:1: ICE: in extract_insn, at recog....John David Anglin1-45/+61
2015-12-17re PR target/68779 (HPPA/PARISC 32-bit Linux kernel build triggers multiple I...John David Anglin1-231/+235
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-25som.h (EH_FRAME_THROUGH_COLLECT2): Define.John David Anglin1-0/+5
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor6-29/+29
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 Anglin4-23/+270
2015-09-22[PATCH] Remove undefined behaviour from hppa backendJeff Law1-1/+2
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 Anglin3-12/+13
2015-09-12pa.c (pa_output_move_double): Enhance to handle HIGH CONSTANT_P operands.John David Anglin1-3/+14
2015-08-24genflags.c (gen_macro): Delete.Richard Sandiford1-1/+1
2015-08-03re PR target/67060 (FAIL: gcc.dg/pr56228.c (test for excess errors))John David Anglin1-6/+0
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders1-1/+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-07-04re PR target/66114 (some indirect_jump patterns use operands[] in their condi...John David Anglin1-2/+2
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-06re PR bootstrap/66319 (gcov-tool.c:84:65: error: invalid conversion from 'int...John David Anglin2-38/+77
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-28hppa-linux: add missing cpp specsMike Frysinger1-1/+1
2015-05-28re PR target/66148 (build/genpreds: Internal error: abort in choose_enum_orde...John David Anglin1-8/+12
2015-05-28pa.c (pa_print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of "%d" for 'o' ...John David Anglin1-1/+1
2015-05-22pa.md (non-canonical shift-add insns): Remove.Jeff Law1-135/+27
2015-05-22pa.md (integer_indexed_store splitters): Use mem_shadd_operand.Jeff Law1-9/+21
2015-05-22pa.c (mem_shadd_or_shadd_rtx_p): New function factored out of hppa_legitimize...Jeff Law1-48/+88
2015-05-21pa.md (add-with-constant splitter): Use ASHIFT rather than MULT for shadd seq...Jeff Law1-4/+4
2015-05-21pa.c (pa_print_operand): New 'o' output modifier.Jeff Law4-3/+44
2015-05-12re PR target/65697 (__atomic memory barriers not strong enough for __sync bui...Andrew MacLeod1-4/+4
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill2-4/+4
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford2-53/+47
2015-04-28always define ARGS_GROW_DOWNWARDTrevor Saunders1-1/+1
2015-04-28add default for NO_FUNCTION_CSETrevor Saunders1-1/+1
2015-04-02pa.c (pa_output_move_double): Directly handle register indexed memory operand.John David Anglin1-21/+22