public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Andrew Burgess <andrew.burgess@embecosm.com>
To: gcc-patches@gcc.gnu.org
Cc: Claudiu.Zissulescu@synopsys.com,	gnu@amylaar.uk,
	Andrew Burgess <andrew.burgess@embecosm.com>
Subject: [PATCH 0/4] [ARC] Collection Of Bug Fixes
Date: Wed, 16 Dec 2015 00:15:00 -0000	[thread overview]
Message-ID: <cover.1450224136.git.andrew.burgess@embecosm.com> (raw)

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

             reply	other threads:[~2015-12-16  0:15 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-16  0:15 Andrew Burgess [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1450224136.git.andrew.burgess@embecosm.com \
    --to=andrew.burgess@embecosm.com \
    --cc=Claudiu.Zissulescu@synopsys.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gnu@amylaar.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).