aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa.c
AgeCommit message (Expand)AuthorFilesLines
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
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.c (mem_shadd_or_shadd_rtx_p): New function factored out of hppa_legitimize...Jeff Law1-48/+88
2015-05-21pa.c (pa_print_operand): New 'o' output modifier.Jeff Law1-1/+17
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-3/+3
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-30/+24
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 Anglin1-11/+8
2015-02-13constraints.md: Change "Q" and "T" constraints to memory constraints.John David Anglin1-0/+8
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 Jelinek1-1/+1
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 Law1-22/+30
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-51/+51
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-18invoke.texi: Update documentation of hppa -mjump-in-delay option.John David Anglin1-153/+13
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
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 Malcolm1-6/+6
2014-09-09recog_memoized works on an rtx_insn *David Malcolm1-6/+6
2014-09-03use rtx_code_label moreTrevor Saunders1-1/+1
2014-08-30pa.c (pa_assemble_integer): Don't add PLABEL relocation prefix to function la...John David Anglin1-1/+6
2014-08-29Make next_insn and previous_insn require an rtx_insn *David Malcolm1-2/+3
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-25/+27
2014-08-27Use rtx_insn for various target.def hooksDavid Malcolm1-4/+4
2014-08-25config/pa: Use rtx_insnDavid Malcolm1-7/+7
2014-08-23re PR target/62038 (Out of range branch target in thunk)John David Anglin1-6/+12
2014-08-16re PR target/61641 (undefined label in jump_table_data)John David Anglin1-26/+43
2014-08-11Revert last change.John David Anglin1-3/+1
2014-08-11re PR target/62038 (Out of range branch target in thunk)John David Anglin1-1/+3
2014-07-26rtl.h (tls_referenced_p): Declare.Richard Sandiford1-24/+5
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-2/+2
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-2/+2
2014-04-06re PR debug/55794 (FAIL: g++.dg/debug/dwarf2/non-virtual-thunk.C -std=gnu++98...John David Anglin1-13/+7
2014-02-25pa.c (pa_output_move_double): Don't valididate when adjusting offsetable addr...John David Anglin1-2/+2