public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/3][ARC] Bug fixes, cleanups and doc update.
@ 2019-10-22  8:22 Claudiu Zissulescu
  2019-10-22  8:22 ` [PATCH 2/3] [ARC] Update mea option documentation Claudiu Zissulescu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Claudiu Zissulescu @ 2019-10-22  8:22 UTC (permalink / raw)
  To: gcc-patches; +Cc: fbedard, andrew.burgess, claziss

Hi Andrew,

Please find a set of three patches for trunk as fallows:

  [ARC] Cleanup sign/zero extend patterns
  	This is just insn patterns cleanup.
  [ARC] Update mea option documentation
  	Update -mea option documentation.
  [ARC] Don't split ior/mov predicated insns.
  	Found a bug in the current trunk, this patch fixes it and adds a test.

 gcc/config/arc/arc.c                         |  16 ++-
 gcc/config/arc/arc.md                        | 118 +++++++++++--------
 gcc/config/arc/arc.opt                       |   2 +-
 gcc/doc/invoke.texi                          |   2 +-
 gcc/testsuite/gcc.target/arc/or-cnst-size2.c |  12 ++
 5 files changed, 91 insertions(+), 59 deletions(-)
 create mode 100644 gcc/testsuite/gcc.target/arc/or-cnst-size2.c

-- 
2.21.0

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

end of thread, other threads:[~2019-11-05  3:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-22  8:22 [PATCH 0/3][ARC] Bug fixes, cleanups and doc update Claudiu Zissulescu
2019-10-22  8:22 ` [PATCH 2/3] [ARC] Update mea option documentation Claudiu Zissulescu
2019-11-05  3:18   ` Jeff Law
2019-10-22  8:22 ` [PATCH 1/3] [ARC] Cleanup sign/zero extend patterns Claudiu Zissulescu
2019-11-05  3:17   ` Jeff Law
2019-10-22  9:36 ` [PATCH 3/3] [ARC] Don't split ior/mov predicated insns Claudiu Zissulescu
2019-11-05  3:20   ` Jeff Law

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).