Re: [PATCH][wwwdocs] gcc-13: add arm star-mc1 cpu

2022-06-17 Thread Chung-Ju Wu via Gcc-patches
On 2022/06/16 23:23 UTC+8, Gerald Pfeifer wrote: On Thu, 16 Jun 2022, Chung-Ju Wu wrote: Recently we added arm star-mc1 cpu support to upstream: https://gcc.gnu.org/pipermail/gcc-patches/2022-June/596379.html It would be great if we can describe it on gcc-13 changes.html as well. Attached is th

[PATCH][wwwdocs] gcc-13: add arm star-mc1 cpu

2022-06-15 Thread Chung-Ju Wu via Gcc-patches
Hi, Recently we added arm star-mc1 cpu support to upstream: https://gcc.gnu.org/pipermail/gcc-patches/2022-June/596379.html It would be great if we can describe it on gcc-13 changes.html as well. Attached is the patch for gcc-wwwdocs repository. Is it OK? Regards, jasonwucjFrom 379e1b67b92beca

Re: [PATCH 1/3][ARM] STAR-MC1 CPU Support - arm: Add star-mc1 core

2022-06-08 Thread Chung-Ju Wu via Gcc-patches
Hi Kyrylo, On 2022/06/06 22:10 UTC+8, Kyrylo Tkachov wrote: Successfully bootstrapped and tested on arm-none-eabi. Is it OK for trunk? This is okay (together with the documentation additions in 3/3) Thanks for the patch, Thanks for the approval. The patches 1/3 and 3/3 have been merged in

Re: [PATCH 2/3][ARM] STAR-MC1 CPU Support - arm: Add individual star-mc1 cost tables and cost functions

2022-06-08 Thread Chung-Ju Wu via Gcc-patches
Hi Kyrylo, On 2022/06/06 22:18 UTC+8, Kyrylo Tkachov wrote: I'd rather not duplicate those structures and functions in the master branch, as they provide a maintenance burden to the community. If some tuning parameters need to be modified in the future for better performance we can create star

[PATCH 3/3][ARM] STAR-MC1 CPU Support - docs: Add star-mc1 core

2022-05-26 Thread Chung-Ju Wu via Gcc-patches
Hi, This is the patch to add star-mc1 in the Arm -mtune and -mfix-cmse-cve-2021-35465 sections of gcc invoke.texi documentation. Is it OK for trunk? Regards, jasonwucjFrom b3bd24d842b6284f2b893caa658975d9d746be73 Mon Sep 17 00:00:00 2001 From: Chung-Ju Wu Date: Thu, 26 May 2022 05:15:13 +

[PATCH 2/3][ARM] STAR-MC1 CPU Support - arm: Add individual star-mc1 cost tables and cost functions

2022-05-26 Thread Chung-Ju Wu via Gcc-patches
Hi, Attached is the patch to provide star-mc1 specific cost functions and tables. Given these individual implementation, developers are able to make their own adjustment to fine-tune star-mc1 performance without affecting other cpu configurations. Bootstrapped and tested on arm-none-eabi. Is it

[PATCH 1/3][ARM] STAR-MC1 CPU Support - arm: Add star-mc1 core

2022-05-26 Thread Chung-Ju Wu via Gcc-patches
Hi, STAR-MC1 is an embedded processor with armv8m architecture. Majorly it is designed to meet the requirements of AIoT application performance, power consumption and security. Early this month, star-mc1 is supported by the latest releases of MDK and CMSIS. For the completeness of Arm ecosystem,

[committed] MAINTAINERS: Add myself to DCO section

2022-03-15 Thread Chung-Ju Wu via Gcc-patches
I would like to add myself to DCO section for some contributions. commit 088a51a0abb5497cac32055bf373fa6039b924f8 Author: Chung-Ju Wu Date: Wed, 16 Mar 2022 03:20:00 + MAINTAINERS: Add myself to DCO section ChangeLog: * MAINTAINERS: Add myself to DCO section.