public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/4] [ARC] Collection Of Bug Fixes
@ 2015-12-16  0:15 Andrew Burgess
  2015-12-16  0:15 ` [PATCH 3/4] gcc/arc: Remove store_update_operand predicate Andrew Burgess
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Andrew Burgess @ 2015-12-16  0:15 UTC (permalink / raw)
  To: gcc-patches; +Cc: Claudiu.Zissulescu, gnu, Andrew Burgess

This is a collection of 4 bug fix patches for arc.  All 4 patches are
really stand-alone, I've only grouped them together as they all only
effect arc.

I don't have write access to the GCC repository, so if they get
approved could they also be applied please.

Thanks,
Andrew

--

Andrew Burgess (4):
  gcc/arc: Fix warning in test
  gcc/arc: Remove load_update_operand predicate
  gcc/arc: Remove store_update_operand predicate
  gcc/arc: Avoid JUMP_LABEL_AS_INSN for possible return jumps

 gcc/ChangeLog                                   | 27 ++++++++++
 gcc/config/arc/arc.c                            | 15 +++---
 gcc/config/arc/arc.md                           | 72 ++++++++++++-------------
 gcc/config/arc/predicates.md                    | 36 -------------
 gcc/testsuite/ChangeLog                         | 12 +++++
 gcc/testsuite/gcc.target/arc/jump-around-jump.c |  2 +-
 gcc/testsuite/gcc.target/arc/load-update.c      | 20 +++++++
 gcc/testsuite/gcc.target/arc/loop-hazard-1.c    | 16 ++++++
 8 files changed, 120 insertions(+), 80 deletions(-)
 create mode 100644 gcc/testsuite/gcc.target/arc/load-update.c
 create mode 100644 gcc/testsuite/gcc.target/arc/loop-hazard-1.c

-- 
2.5.1

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-12-19 19:35 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-16  0:15 [PATCH 0/4] [ARC] Collection Of Bug Fixes Andrew Burgess
2015-12-16  0:15 ` [PATCH 3/4] gcc/arc: Remove store_update_operand predicate Andrew Burgess
2015-12-18 12:53   ` Andrew Burgess
2015-12-19 19:35     ` Joern Wolfgang Rennecke
2015-12-16  0:15 ` [PATCH 4/4] gcc/arc: Avoid JUMP_LABEL_AS_INSN for possible return jumps Andrew Burgess
2015-12-17 10:55   ` Joern Wolfgang Rennecke
2015-12-16  0:15 ` [PATCH 1/4] gcc/arc: Fix warning in test Andrew Burgess
2015-12-17  9:07   ` Joern Wolfgang Rennecke
2015-12-16  0:15 ` [PATCH 2/4] gcc/arc: Remove load_update_operand predicate Andrew Burgess
2015-12-17 10:20   ` Joern Wolfgang Rennecke
2015-12-18 12:52     ` Andrew Burgess
2015-12-19 19:35       ` Joern Wolfgang Rennecke
2015-12-17  8:59 ` [PATCH 0/4] [ARC] Collection Of Bug Fixes Joern Wolfgang Rennecke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).