public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/5] [ARC] General fixes
@ 2018-04-06  9:00 Claudiu Zissulescu
  2018-04-06  9:00 ` [PATCH 1/5] [ARC] Update sleep builtin Claudiu Zissulescu
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Claudiu Zissulescu @ 2018-04-06  9:00 UTC (permalink / raw)
  To: gcc-patches; +Cc: Claudiu.Zissulescu, Francois.Bedard, andrew.burgess

From: claziss <claziss@synopsys.com>

Hi Andrew,

Please find a the following patches which are fixing a number of issues in ARC toolchain.

//Claudiu

  [ARC] Update movhi and movdi patterns.
  	This patch allows st w6,[b, s9] instructions to be used.

  [ARC] Cleanup sdata handling.
  	This cleanup is required to fix a number of lto issues.

  [ARC] Clear the instruction cache using syscalls.
  	Required by linux like systems.

  [ARC] Update sleep builtin.
  	Update the sleep builtin.

  [ARC] Fix FLS, SETI patterns.
  	Likewise.

 gcc/config/arc/arc-protos.h                  |   5 -
 gcc/config/arc/arc.c                         | 338 ++++++++-------------------
 gcc/config/arc/arc.md                        |  65 +++---
 gcc/config/arc/constraints.md                |   6 +-
 gcc/config/arc/linux.h                       |  14 ++
 gcc/testsuite/gcc.target/arc/add_n-combine.c |   2 +-
 gcc/testsuite/gcc.target/arc/interrupt-8.c   |   5 +-
 gcc/testsuite/gcc.target/arc/loop-4.c        |   2 +-
 gcc/testsuite/gcc.target/arc/loop-hazard-1.c |   2 +-
 gcc/testsuite/gcc.target/arc/sdata-3.c       |   8 +-
 gcc/testsuite/gcc.target/arc/store-merge-1.c |  17 ++
 11 files changed, 164 insertions(+), 300 deletions(-)
 create mode 100644 gcc/testsuite/gcc.target/arc/store-merge-1.c

-- 
1.9.1

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

end of thread, other threads:[~2018-04-30 13:18 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-06  9:00 [PATCH 0/5] [ARC] General fixes Claudiu Zissulescu
2018-04-06  9:00 ` [PATCH 1/5] [ARC] Update sleep builtin Claudiu Zissulescu
2018-04-18 17:51   ` Andrew Burgess
2018-04-23  9:57     ` Claudiu Zissulescu
2018-04-06  9:00 ` [PATCH 2/5] [ARC] Fix FLS, SETI patterns Claudiu Zissulescu
2018-04-18 17:57   ` Andrew Burgess
2018-04-23 10:34     ` Claudiu Zissulescu
2018-04-06  9:00 ` [PATCH 4/5] [ARC] Cleanup sdata handling Claudiu Zissulescu
2018-04-27 21:40   ` Andrew Burgess
2018-04-30 13:18     ` Claudiu Zissulescu
2018-04-06  9:00 ` [PATCH 3/5] [ARC] Update movhi and movdi patterns Claudiu Zissulescu
2018-04-27 21:39   ` Andrew Burgess
2018-04-30 13:17     ` Claudiu Zissulescu
2018-04-06  9:00 ` [PATCH 5/5] [ARC] Clear the instruction cache using syscalls Claudiu Zissulescu
2018-04-27 21:44   ` Andrew Burgess
2018-04-30 13:34     ` Claudiu Zissulescu

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