public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/5] [ARC] Fixes backend issues
@ 2017-03-20 11:46 Claudiu Zissulescu
  2017-03-20 11:46 ` [PATCH 1/5] [ARC] Save/restore blink when in ISR Claudiu Zissulescu
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Claudiu Zissulescu @ 2017-03-20 11:46 UTC (permalink / raw)
  To: gcc-patches; +Cc: Claudiu.Zissulescu, Francois.Bedard, andrew.burgess

Hi Andrew,

This is a set of 5 patches that are fixing a number of issues observed
during dejagnu testing. Each patch has a small description about what
it solves.

Ok to apply?
Claudiu

Claudiu Zissulescu (5):
  [ARC] Save/restore blink when in ISR.
  [ARC] Fix detection of long immediate for load/store operands.
  [ARC] Disable TP register when building for bare metal.
  [ARC] Fix divdf3 emulation for arcem.
  [ARC] Fix move_double_src_operand predicate.

 gcc/config/arc/arc.c                       | 10 ++++++----
 gcc/config/arc/arc.md                      |  7 ++++++-
 gcc/config/arc/arc.opt                     |  2 +-
 gcc/config/arc/elf.h                       |  5 +++++
 gcc/config/arc/linux.h                     |  4 ++++
 gcc/config/arc/predicates.md               |  7 ++++++-
 gcc/testsuite/gcc.target/arc/interrupt-4.c | 15 +++++++++++++++
 libgcc/config/arc/ieee-754/divdf3.S        |  8 ++++----
 8 files changed, 47 insertions(+), 11 deletions(-)
 create mode 100644 gcc/testsuite/gcc.target/arc/interrupt-4.c

-- 
1.9.1

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

end of thread, other threads:[~2017-03-27 11:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-20 11:46 [PATCH 0/5] [ARC] Fixes backend issues Claudiu Zissulescu
2017-03-20 11:46 ` [PATCH 1/5] [ARC] Save/restore blink when in ISR Claudiu Zissulescu
2017-03-24 17:50   ` Andrew Burgess
2017-03-20 11:47 ` [PATCH 4/5] [ARC] Fix divdf3 emulation for arcem Claudiu Zissulescu
2017-03-24 18:47   ` Andrew Burgess
2017-03-20 11:47 ` [PATCH 5/5] [ARC] Fix move_double_src_operand predicate Claudiu Zissulescu
2017-03-24 18:48   ` Andrew Burgess
2017-03-20 11:47 ` [PATCH 2/5] [ARC] Fix detection of long immediate for load/store operands Claudiu Zissulescu
2017-03-24 17:54   ` Andrew Burgess
2017-03-20 11:47 ` [PATCH 3/5] [ARC] Disable TP register when building for bare metal Claudiu Zissulescu
2017-03-24 17:56   ` Andrew Burgess
2017-03-27 11:40 ` [PATCH 0/5] [ARC] Fixes backend issues 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).