Re: Ping [PATCH] RX add control register PC

2020-09-28 Thread Darius Galis
Hello, Could you please let me know the status of this patch? Thank you, Darius Galis On 26-Aug-20 1:24 PM, Darius Galis wrote: Hello, Thank you for adjusting the patch. I don't have commit privileges, so if you could please commit it, that would be great. Best regards, Darius Galis

Re: [PATCH] RX add control register PC

2020-08-26 Thread Darius Galis
Hello, Thank you for adjusting the patch. I don't have commit privileges, so if you could please commit it, that would be great. Best regards, Darius Galis On 25-Aug-20 10:48 PM, Jeff Law wrote: On Tue, 2020-08-18 at 16:05 +0300, Darius Galis wrote: Hello, The following patch is a

[PATCH] RX add control register PC

2020-08-18 Thread Darius Galis
=rx-sim There were no additionals failures. Please let me know if this is OK, Thank you! Darius Galis diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b834a2c..3436c25 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2020-08-17 Darius Galis + + * config/rx/rx.md

PING [PATCH] RX new builtin function

2020-08-10 Thread Darius Galis
Hello, I've found the following patch https://gcc.gnu.org/legacy-ml/gcc-patches/2018-11/msg00983.html, but it is not in the latest sources. Could please let me know why it was not added? I'm willing to do any rework necessary in order for it to be accepted to the latest sources. Thank you fo

[PATCH] RX removed control register cpen

2020-03-12 Thread Darius Galis
register --- gcc/ChangeLog | 5 + gcc/config/rx/rx.c | 1 - gcc/config/rx/rx.md | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6c4a505..ea9bbb2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2020-03-10 Darius

[PATCH] RX update functions with string constraint

2020-01-21 Thread Darius Galis
@@ +2020-01-16 Darius Galis + + * config/rx/rx.md (setmemsi): Added rx_allow_string_insns constraint + (rx_setmem): Likewise. + 2020-01-10 Thomas Schwinge * tree.h (OMP_CLAUSE_USE_DEVICE_PTR_IF_PRESENT): New definition. Index: gcc/config/rx/rx.md