summaryrefslogtreecommitdiff
path: root/gcc/config/pa
Commit message (Expand)AuthorAgeFilesLines
* hppa-linux: add missing cpp specsMike Frysinger2015-05-281-1/+1
* re PR target/66148 (build/genpreds: Internal error: abort in choose_enum_orde...John David Anglin2015-05-281-8/+12
* pa.c (pa_print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of "%d" for 'o' ...John David Anglin2015-05-281-1/+1
* pa.md (non-canonical shift-add insns): Remove.Jeff Law2015-05-221-135/+27
* pa.md (integer_indexed_store splitters): Use mem_shadd_operand.Jeff Law2015-05-221-9/+21
* pa.c (mem_shadd_or_shadd_rtx_p): New function factored out of hppa_legitimize...Jeff Law2015-05-221-48/+88
* pa.md (add-with-constant splitter): Use ASHIFT rather than MULT for shadd seq...Jeff Law2015-05-211-4/+4
* pa.c (pa_print_operand): New 'o' output modifier.Jeff Law2015-05-214-3/+44
* re PR target/65697 (__atomic memory barriers not strong enough for __sync bui...Andrew MacLeod2015-05-121-4/+4
* bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill2015-05-092-4/+4
* rtl.h (always_void_p): New function.Richard Sandiford2015-05-072-53/+47
* always define ARGS_GROW_DOWNWARDTrevor Saunders2015-04-281-1/+1
* add default for NO_FUNCTION_CSETrevor Saunders2015-04-281-1/+1
* pa.c (pa_output_move_double): Directly handle register indexed memory operand.John David Anglin2015-04-021-21/+22
* pa.c (pa_emit_move_sequence): Always force (const (plus (symbol) (const_int))...John David Anglin2015-02-201-12/+15
* pa.c (pa_reloc_rw_mask): New function.John David Anglin2015-02-191-8/+17
* pa.c (pa_secondary_reload): Request a secondary reload for all floading point...John David Anglin2015-02-152-11/+31
* constraints.md: Change "Q" and "T" constraints to memory constraints.John David Anglin2015-02-132-2/+10
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-152-14/+14
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-2/+10
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* rtlanal.c (refers_to_regno_p): Change return value from int to bool.Oleg Endo2015-01-051-2/+1
* Update copyright years.Jakub Jelinek2015-01-0532-32/+32
* pa.md (decrement_and_branch_until_zero): Use `Q' constraint instead of `m' co...John David Anglin2015-01-032-10/+19
* pa.md (trap): New insn.John David Anglin2014-11-071-4/+13
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+1
* pa-protos.h (pa_output_arg_descriptor): Strengthen argument from rtx to rtx_i...Jeff Law2014-10-292-23/+31
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-292-56/+56
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+8
* pa.c (pa_can_combine_p): Fix typo in last change.John David Anglin2014-10-231-1/+1
* recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford2014-10-221-1/+3
* config.gcc: Remove MASK_JUMP_IN_DELAY from target_cpu_default2.John David Anglin2014-10-212-3/+3
* invoke.texi: Update documentation of hppa -mjump-in-delay option.John David Anglin2014-10-183-178/+21
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+5
* re PR libfortran/63471 (unix.c:1906:10: error: implicit declaration of functi...John David Anglin2014-10-131-0/+2
* pa.c (pa_output_function_epilogue): Only update last_address when a nonnote i...John David Anglin2014-09-281-3/+6
* re PR target/61853 (ICE: SIGSEGV in store_field)John David Anglin2014-09-161-2/+8
* Instruction attributes take an rtx_insn *David Malcolm2014-09-152-7/+7
* recog_memoized works on an rtx_insn *David Malcolm2014-09-092-7/+7
* re PR bootstrap/63188 (r214954 breaks bootstrap on x86_64-apple-darwin13)Dominique d'Humieres2014-09-061-1/+1
* use rtx_code_label moreTrevor Saunders2014-09-031-1/+1
* pa.c (pa_assemble_integer): Don't add PLABEL relocation prefix to function la...John David Anglin2014-08-301-1/+6
* Make next_insn and previous_insn require an rtx_insn *David Malcolm2014-08-291-2/+3
* NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm2014-08-282-39/+41
* Use rtx_insn for various target.def hooksDavid Malcolm2014-08-271-4/+4
* config/pa: Use rtx_insnDavid Malcolm2014-08-252-13/+13
* re PR target/62038 (Out of range branch target in thunk)John David Anglin2014-08-231-6/+12
* re PR target/61641 (undefined label in jump_table_data)John David Anglin2014-08-164-56/+55
* Revert last change.John David Anglin2014-08-111-3/+1
* re PR target/62038 (Out of range branch target in thunk)John David Anglin2014-08-111-1/+3