Re: [PATCH 3/6] [ARC] Add BI/BIH instruction support.

2018-10-31 Thread claziss
Committed with your feedback in. Thank you, Claudiu

Re: [PATCH 1/6] [ARC] Remove non standard funcions calls.

2018-10-31 Thread claziss
Thank you for your review. Patch pushed, Claudiu

Re: [PATCH 2/6] [ARC] Cleanup TLS implementation.

2018-10-31 Thread claziss
Committed with your feedback in. Thank you, Claudiu

Re: [PATCH 3/6] [ARC] Add BI/BIH instruction support.

2018-10-31 Thread claziss
Thank you all for your review. The patch is pushed with your input in. //Claudiu

Re: [PATCH 6/6] [ARC] Handle store cacheline hazard.

2018-10-31 Thread claziss
Committed with feedback in. Thank you, Claudiu

Re: [PATCH 4/6] [ARC] Add peephole rules to combine store/loads into double store/loads

2018-10-31 Thread claziss
Thank you for your review. Please find attached a new respin patch with your feedback in. Please let me know if it is ok, Claudiu From 4ff7d8419783eceeffbaf27df017d0a93c3af942 Mon Sep 17 00:00:00 2001 From: Claudiu Zissulescu Date: Thu, 9 Aug 2018 14:29:05 +0300 Subject: [PATCH] [ARC] Add

Re: [PATCH 6/6] [ARC] Handle store cacheline hazard.

2018-10-31 Thread claziss
> I'm not a fan of this approach. I'd rather the comment explain what > problem was found and patched, and why displaying a warning is not > appropriate. The commented out code just leaves me asking ... why? > Having the warning here breaks a number of builds, like the linux kernel build. On

Re: [PATCH 4/6] [ARC] Add peephole rules to combine store/loads into double store/loads

2018-11-12 Thread claziss
PING. On Wed, 2018-10-31 at 10:33 +0200, claz...@gmail.com wrote: > Thank you for your review. Please find attached a new respin patch > with > your feedback in. > > Please let me know if it is ok, > Claudiu

Re: [PATCH] [ARC] Cleanup, fix and set LRA default.

2018-11-14 Thread claziss
Thank you all for your review. I have pushed the patch with the suggested mods. I also made a new patch (and pushed) for wwwdocs. Claudiu

[wwwdocs] [committed] Add ARC news

2018-11-14 Thread claziss
Hi, I've just committed the attached patch containing the news for the ARC backend. Thank you, Claudiu ? backends.html.~1.82.~ ? wwwdocs_arc.patch Index: backends.html === RCS file: /cvs/gcc/wwwdocs/htdocs/backends.html,v retrieving

Re: [PATCH 1/2] [ARC] Fix and refurbish the interrupts.

2019-07-09 Thread claziss
Hi Jeff, Please find attached the updated patch. What is new: - mailing list feedback is taken into account. - some comments are updated. - a new test is added. - the ARC AUX registers used by ZOL (hardware loop) and FPX (a custom floating point implementation) are saved before fp-register. -