aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-20pa.c (pa_emit_move_sequence): Always force (const (plus (symbol) (const_int))...John David Anglin1-12/+15
2015-02-19pa.c (pa_reloc_rw_mask): New function.John David Anglin1-8/+17
2015-02-15pa.c (pa_secondary_reload): Request a secondary reload for all floading point...John David Anglin2-11/+31
2015-02-13constraints.md: Change "Q" and "T" constraints to memory constraints.John David Anglin2-2/+10
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2-14/+14
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05rtlanal.c (refers_to_regno_p): Change return value from int to bool.Oleg Endo1-2/+1
2015-01-05Update copyright years.Jakub Jelinek32-32/+32
2015-01-03pa.md (decrement_and_branch_until_zero): Use `Q' constraint instead of `m' co...John David Anglin2-10/+19
2014-11-07pa.md (trap): New insn.John David Anglin1-4/+13
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29pa-protos.h (pa_output_arg_descriptor): Strengthen argument from rtx to rtx_i...Jeff Law2-23/+31
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2-56/+56
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+8
2014-10-23pa.c (pa_can_combine_p): Fix typo in last change.John David Anglin1-1/+1
2014-10-22recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford1-1/+3
2014-10-21config.gcc: Remove MASK_JUMP_IN_DELAY from target_cpu_default2.John David Anglin2-3/+3
2014-10-18invoke.texi: Update documentation of hppa -mjump-in-delay option.John David Anglin3-178/+21
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-10-13re PR libfortran/63471 (unix.c:1906:10: error: implicit declaration of functi...John David Anglin1-0/+2
2014-09-28pa.c (pa_output_function_epilogue): Only update last_address when a nonnote i...John David Anglin1-3/+6
2014-09-16re PR target/61853 (ICE: SIGSEGV in store_field)John David Anglin1-2/+8
2014-09-15Instruction attributes take an rtx_insn *David Malcolm2-7/+7
2014-09-09recog_memoized works on an rtx_insn *David Malcolm2-7/+7
2014-09-06re PR bootstrap/63188 (r214954 breaks bootstrap on x86_64-apple-darwin13)Dominique d'Humieres1-1/+1
2014-09-03use rtx_code_label moreTrevor Saunders1-1/+1