]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/loong64: implement Init function for loong64
authorXiaodong Liu <liuxiaodong@loongson.cn>
Wed, 24 Nov 2021 08:47:08 +0000 (16:47 +0800)
committerIan Lance Taylor <iant@google.com>
Thu, 12 May 2022 21:40:53 +0000 (21:40 +0000)
commit2136e1551089bbac284980c2521d8b729f6a5c3e
treef762c69867cfe6877aed28973be597b3c4fa6689
parent267013e6e9150e073510469e1ea024cdc5149dce
cmd/compile/internal/loong64: implement Init function for loong64

Register functions and parameters that are used in gc backend and
are architecture related for loong64.

Contributors to the loong64 port are:
  Weining Lu <luweining@loongson.cn>
  Lei Wang <wanglei@loongson.cn>
  Lingqin Gong <gonglingqin@loongson.cn>
  Xiaolin Zhao <zhaoxiaolin@loongson.cn>
  Meidan Li <limeidan@loongson.cn>
  Xiaojuan Zhai <zhaixiaojuan@loongson.cn>
  Qiyuan Pu <puqiyuan@loongson.cn>
  Guoqi Chen <chenguoqi@loongson.cn>

This port has been updated to Go 1.15.6:
  https://github.com/loongson/go

Updates #46229

Change-Id: Iab3f13b70a41f31f412b59801def3106f5eb7c11
Reviewed-on: https://go-review.googlesource.com/c/go/+/367036
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: David Chase <drchase@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/loong64/galign.go [new file with mode: 0644]
src/cmd/compile/internal/loong64/ggen.go [new file with mode: 0644]
src/cmd/compile/internal/loong64/ssa.go [new file with mode: 0644]