Thanks Jeff.
I will wait after Robin updated his MAINTAINERS (since I don't known what
information I need put in).
juzhe.zh...@rivai.ai
From: Jeff Law
Date: 2023-07-18 00:54
To: GCC Development
CC: juzhe.zh...@rivai.ai; Robin Dapp
Subject: Ju-Zhe Zhong and Robin Dapp as RISC-V reviewers
I am
I am pleased to announce that the GCC Steering Committee has appointed
Ju-Zhe Zhong and Robin Dapp as reviewers for the RISC-V port.
Ju-Zhe and Robin, can you both updated your MAINTAINERS entry appropriately.
Thanks,
Jeff
Hi, Jan,
I did a little search online and also into GCC’s documentation, and found the
following
several options to support parallel processing and multi-threading during
profiling collection:
https://gcc.gnu.org/onlinedocs/gcc-10.5.0/gcc/Instrumentation-Options.html
-fprofile-dir=path and
Hi,
The avr target has a bunch of patterns that directly set hard regs at expand
time, like so
(define_expand "cpymemhi"
[(parallel [(set (match_operand:BLK 0 "memory_operand" "")
(match_operand:BLK 1 "memory_operand" ""))
(use (match_operand:HI 2 "const_int_
Hi,
> [...]
> You can find my code in this repo "https://github.com/ElectrikSpace/gcc.git";
> The implementation was originally done against the main dev branch of the KVX
> port,
> and the working proof of concept is located in the "complex/kvx" branch.
> I've also tried to apply the patch of
On Fri, 2023-07-14 at 09:29 -0400, Vladimir Makarov wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the
> content is safe
>
> On 7/13/23 05:27, SenthilKumar.Selvaraj--- via Gcc wrote:
> > Hi,
> >
> >I've been spending some (spare) time checking what it would t