Tags: 12ya/arch
Tags
go.mod: format require section Change-Id: Ia54ecb1cd5f05c2502acd13f1cf3db5f66070d15 Reviewed-on: https://go-review.googlesource.com/c/arch/+/668335 Reviewed-by: Carlos Amedee <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Junyang Shao <[email protected]> Reviewed-by: Sean Liao <[email protected]>
x86/x86asm: don't symbolize immediate constants, mostly Fixes golang/go#72942 Change-Id: Ib3bfef301fa8502f2c2d692f91d38acd2df20275 Reviewed-on: https://go-review.googlesource.com/c/arch/+/659675 Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Keith Randall <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
all: upgrade go directive to at least 1.23.0 [generated] By now Go 1.24.0 has been released, and Go 1.22 is no longer supported per the Go Release Policy (https://go.dev/doc/devel/release#policy). For golang/go#69095. [git-generate] (cd . && go get [email protected] && go mod tidy && go fix ./... && go mod edit -toolchain=none) Change-Id: I4dfe2096905891f3a5c7d34c2e82c6119cdd2448 Reviewed-on: https://go-review.googlesource.com/c/arch/+/649695 Auto-Submit: Gopher Robot <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
x86: add SHA-512 instructions to all-dec-instructions.txt Unclear if this is the "correct" way to go about this. XED taken from https://github.com/intelxed/xed/blob/main/datafiles/sha512/sha512-isa.xed.txt. Change-Id: If5d7026f3020698727964e9838a6dff1653c846f Reviewed-on: https://go-review.googlesource.com/c/arch/+/645035 Reviewed-by: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
all: make function comments match function names Change-Id: I279c95d1d1e5f07e0c7a0c4416bf3613d85bb950 Reviewed-on: https://go-review.googlesource.com/c/arch/+/639476 Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
riscv64: add tests for riscv64asm Add validation tests for riscv64asm GNU/Plan9 decoder, including objdump test and external test. Change-Id: Id7442704ea7e10c22ca4a799cdfc9f7d043f85c3 Reviewed-on: https://go-review.googlesource.com/c/arch/+/602916 Reviewed-by: Meng Zhuo <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: David Chase <[email protected]> Reviewed-by: Mark Ryan <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
riscv64: implement RV64GC_zba_zbb_zbs GNU/Plan9 format disassembler Support decoding RV64GC_zba_zbb_zbs instructions as GNU & Plan9 format, relies on riscv64spec/spec.go to generate instruction tables Change-Id: I3b2793a7dd9faa3ac18d85361a8627eba0923068 Reviewed-on: https://go-review.googlesource.com/c/arch/+/602915 Reviewed-by: Meng Zhuo <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Joel Sing <[email protected]>
loong64: fix the expression of code generate line Change-Id: Id4615a28320c2acdc41fc1fc21a19943fec3b23f Reviewed-on: https://go-review.googlesource.com/c/arch/+/609475 Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: abner chenc <[email protected]> Reviewed-by: sophie zhao <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
LICENSE: update per Google Legal Very minor tweaks: - Remove (c) pseudosymbol. - Remove "All Rights Reserved." - Change "Google Inc." (no longer exists) to "Google LLC". [git-generate] echo ' ,s/\(c\) // ,s/ All rights reserved.// ,s/Google Inc./Google LLC/ w q ' | sam -d LICENSE Change-Id: I44ceee02758453e6afee1e63518aa275f53429d8 Reviewed-on: https://go-review.googlesource.com/c/arch/+/598518 Auto-Submit: Russ Cox <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
x86/x86asm: fix function name in comment Change-Id: Ie70c842161c96948098082d3c0ff1b026bcfd8de Reviewed-on: https://go-review.googlesource.com/c/arch/+/579198 Reviewed-by: qiu laidongfeng2 <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Commit-Queue: Ian Lance Taylor <[email protected]> Run-TryBot: shuang cui <[email protected]>
PreviousNext