public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Xi Ruoyao <xry111@xry111.site>
To: Lulu Cheng <chenglulu@loongson.cn>, gcc-patches@gcc.gnu.org
Cc: i@xen0n.name, xuchenghua@loongson.cn
Subject: Re: [PATCH v1 0/3] Add LoongarchV1.1 instructions support.
Date: Fri, 17 Nov 2023 19:09:18 +0800	[thread overview]
Message-ID: <dcd2b813c7db0c051e093f00df1f9e70136c7c0e.camel@xry111.site> (raw)
In-Reply-To: <20231117083344.29037-1-chenglulu@loongson.cn>

On Fri, 2023-11-17 at 16:33 +0800, Lulu Cheng wrote:
> 
> Lulu Cheng (3):
>   LoongArch: Add LA664 support.
>   LoongArch: Implement atomic operations using LoongArch1.1
>     instructions.
>   LoongArch: atomic_load and atomic_store are implemented using dbar
>     grading.
> 
>  gcc/config.gcc                                |  10 +-
>  .../loongarch/genopts/loongarch-strings       |   1 +
>  gcc/config/loongarch/genopts/loongarch.opt.in |   3 +
>  gcc/config/loongarch/loongarch-cpu.cc         |   4 +
>  gcc/config/loongarch/loongarch-def.c          |  21 ++
>  gcc/config/loongarch/loongarch-def.h          |  10 +-
>  gcc/config/loongarch/loongarch-opts.cc        |   8 +-
>  gcc/config/loongarch/loongarch-opts.h         |   6 +-
>  gcc/config/loongarch/loongarch-str.h          |   1 +
>  gcc/config/loongarch/loongarch.cc             |   7 +-
>  gcc/config/loongarch/loongarch.opt            |   3 +
>  gcc/config/loongarch/sync.md                  | 256 ++++++++++++++---
> -
>  12 files changed, 263 insertions(+), 67 deletions(-)

I'll rebase my patches for div32 and ld-seq-sa on top of this.

-- 
Xi Ruoyao <xry111@xry111.site>
School of Aerospace Science and Technology, Xidian University

  parent reply	other threads:[~2023-11-17 11:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-17  8:33 Lulu Cheng
2023-11-17  8:33 ` [PATCH v1 1/3] LoongArch: Add LA664 support Lulu Cheng
2023-11-17 12:31   ` Xi Ruoyao
2023-11-17 12:58     ` chenglulu
2023-11-17  8:33 ` [PATCH v1 2/3] LoongArch: Implement atomic operations using LoongArch1.1 instructions Lulu Cheng
2023-11-17  8:33 ` [PATCH v1 3/3] LoongArch: atomic_load and atomic_store are implemented using dbar grading Lulu Cheng
2023-11-17 11:09 ` Xi Ruoyao [this message]
2023-11-18  8:15   ` [pushed ][PATCH v1 0/3] Add LoongarchV1.1 instructions support chenglulu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dcd2b813c7db0c051e093f00df1f9e70136c7c0e.camel@xry111.site \
    --to=xry111@xry111.site \
    --cc=chenglulu@loongson.cn \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=i@xen0n.name \
    --cc=xuchenghua@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).