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


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(-)

-- 
2.31.1


             reply	other threads:[~2023-11-17  8:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-17  8:33 Lulu Cheng [this message]
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 ` [PATCH v1 0/3] Add LoongarchV1.1 instructions support Xi Ruoyao
2023-11-18  8:15   ` [pushed ][PATCH " 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=20231117083344.29037-1-chenglulu@loongson.cn \
    --to=chenglulu@loongson.cn \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=i@xen0n.name \
    --cc=xry111@xry111.site \
    --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).