Commit Graph

485 Commits

Author SHA1 Message Date
cadobot[bot]
e2b6ba5dd9 all: upgrade direct dependencies (#447)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-10-02 01:33:00 -04:00
cadobot[bot]
2f1fcc51c1 tests/thirdparty: update package metadata (#446)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-10-01 05:33:50 +00:00
cadobot[bot]
cb5dd8843c all: upgrade direct dependencies (#445)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-09-02 05:32:12 +00:00
cadobot[bot]
045799b7e0 tests/thirdparty: update package metadata (#444)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-09-01 05:32:55 +00:00
cadobot[bot]
13668f4dd0 all: upgrade direct dependencies (#441)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-08-02 05:31:44 +00:00
cadobot[bot]
577d0897d2 tests/thirdparty: update package metadata (#440)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-08-01 05:32:18 +00:00
cadobot[bot]
e5b87672cf all: upgrade direct dependencies (#438)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-07-02 05:31:16 +00:00
cadobot[bot]
f24831f29d tests/thirdparty: update package metadata (#437)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-07-01 05:31:59 +00:00
cadobot[bot]
cbb6de86e8 all: upgrade direct dependencies (#435)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-06-02 05:30:08 +00:00
cadobot[bot]
ef640db6bf tests/thirdparty: update package metadata (#434)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-06-01 05:32:22 +00:00
cadobot[bot]
e8d7025c94 all: upgrade direct dependencies (#433)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-05-02 05:30:43 +00:00
cadobot[bot]
dd1e901725 tests/thirdparty: update package metadata (#432)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-05-01 05:30:46 +00:00
cadobot[bot]
a9b388a665 all: upgrade direct dependencies (#430)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-04-02 05:29:32 +00:00
cadobot[bot]
5d96c1ee55 tests/thirdparty: update package metadata (#429)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-04-01 05:31:37 +00:00
cadobot[bot]
7093156354 all: upgrade direct dependencies (#428)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-03-02 05:29:26 +00:00
cadobot[bot]
4ab34658a9 tests/thirdparty: update package metadata (#427)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-03-01 05:30:37 +00:00
Michael McLoughlin
b2475ec56c ci: bump to go 1.22 (#426) 2024-02-09 13:07:06 -08:00
cadobot[bot]
f452cd339d all: upgrade direct dependencies (#424)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-02-02 05:30:32 +00:00
cadobot[bot]
92e8258b27 tests/thirdparty: update package metadata (#423)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-02-01 05:31:15 +00:00
Michael McLoughlin
63eff7ea42 tests/thirdparty: add github.com/klauspost/compress/huff0 (#422)
Add the `huff0` package from the `github.com/klauspost/compress` module
to the third-party test suite.

https://github.com/klauspost/compress/tree/v1.17.5/huff0/_generate

Upgrade the version of `github.com/klauspost/compress` under test to
`v1.17.5`.

Closes #421
2024-01-26 18:29:34 -08:00
Michael McLoughlin
35f8322d68 tests/thirdparty: add bytedance/gopkg (#418)
Adds the https://github.com/bytedance/gopkg `xxhash3` package to the
third-party test suite.
2024-01-08 18:11:12 -08:00
Michael McLoughlin
11e0a2138b all: enable use-any revive rule (#417)
Enable the `use-any` `revive` rule which requires replacing the empty
interface `interface{}` with `any`.
2024-01-07 13:16:59 -08:00
Michael McLoughlin
d84f103398 all: upgrade to golangci-lint v1.55.2 (#416)
Upgrade `golangci-lint` to address a bug triggered since Go 1.21.5.

See: golangci/golangci-lint#3718
See: golang/go#64592
2024-01-07 12:56:20 -08:00
cadobot[bot]
3a05880d92 all: upgrade direct dependencies (#414)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-01-02 05:30:31 +00:00
cadobot[bot]
94fd49f281 tests/thirdparty: update package metadata (#413)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2024-01-01 05:31:31 +00:00
cadobot[bot]
e9e95f859d all: upgrade direct dependencies (#411)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-12-02 05:29:34 +00:00
cadobot[bot]
448263b5c9 tests/thirdparty: update package metadata (#410)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-12-01 05:31:26 +00:00
cadobot[bot]
bce12c6c63 all: upgrade direct dependencies (#409)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-11-02 01:32:15 -04:00
cadobot[bot]
f12594f33b tests/thirdparty: update package metadata (#408)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-11-01 05:33:21 +00:00
cadobot[bot]
595593ffcb all: upgrade direct dependencies (#405)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-10-02 05:31:26 +00:00
cadobot[bot]
9d9f2fa5b8 tests/thirdparty: update package metadata (#404)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-10-01 05:32:53 +00:00
cadobot[bot]
3bfcefed1f all: upgrade direct dependencies (#402)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-09-02 05:30:19 +00:00
cadobot[bot]
ac7631c9b2 tests/thirdparty: update package metadata (#401)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-09-01 05:33:07 +00:00
Michael McLoughlin
77d43566e4 ci: bump to go 1.21 (#400) 2023-08-26 12:40:13 -07:00
cadobot[bot]
9a7bf73326 all: upgrade direct dependencies (#398)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-08-02 05:31:21 +00:00
cadobot[bot]
8a97a8c560 tests/thirdparty: update package metadata (#397)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-08-01 05:32:28 +00:00
cadobot[bot]
e54e77ad89 all: upgrade direct dependencies (#395)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-07-02 05:31:41 +00:00
cadobot[bot]
83fc0bd164 tests/thirdparty: update package metadata (#394)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-07-01 05:33:36 +00:00
Michael McLoughlin
0d789c8353 operand: fix integer float data (#393)
Issue #387 pointed out that integer float data is printed incorrectly, such
that it is not parsed correctly by the Go assembler. Specifically, integer
values need the decimal point, otherwise they will be treated as integers. For
example, 1 must be represented as `$(1.)` or `$(1.0)` to be parsed correctly.

This PR fixes that problem and adds a regression test.  The root of the
problem was that the formatting verb `%#v` does not have the right behavior
for integers. We fix it by deferring to custom `String()` function for the
float operand types.

Fixes #387
Closes #388
2023-06-11 16:12:59 -07:00
cadobot[bot]
9bef88dadc all: upgrade direct dependencies (#392)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-06-02 05:31:27 +00:00
cadobot[bot]
c77aeada06 tests/thirdparty: update package metadata (#391)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-06-01 05:31:45 +00:00
cadobot[bot]
b26727cb5e all: upgrade direct dependencies (#390)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-05-02 05:31:17 +00:00
cadobot[bot]
484e25ca66 tests/thirdparty: update package metadata (#389)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-05-01 05:33:11 +00:00
cadobot[bot]
9e39c75709 all: upgrade direct dependencies (#385)
Auto-generated upgrade of module dependencies.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-04-02 05:29:55 +00:00
cadobot[bot]
cb44ab3b92 tests/thirdparty: update package metadata (#384)
Auto-generated update of third-party package metadata.

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
2023-04-01 05:31:47 +00:00
Vaughn Iverson
fc7bbb86e5 internal/opcodesextra: fix actions for VNNI and VBMI2 shifts (#372)
Fix the destination register actions for VNNI and VBMI2 concatenate and
variable shift instructions `VPSH{L,R}DV{W,D,Q}`. In the case of mask merging,
the action should be `RW` not `W`.

Prior to this change, the bug manifests as incorrect vector register
scheduling when `avo` doesn't recognize that these instructions have a data
dependency on the destination register.

See:
https://www.felixcloutier.com/x86/vpdpbusd
https://www.felixcloutier.com/x86/vpdpbusds
https://www.felixcloutier.com/x86/vpshldv
https://www.felixcloutier.com/x86/vpshrdv
2023-03-06 22:52:03 -08:00
Michael McLoughlin
577048e7d7 script: update tool dependencies (#380) 2023-03-05 20:39:41 -08:00
Michael McLoughlin
5935b03afd ci: skip entire autoland job for non-bot users (#382)
In contributor PRs such as #372 we see that the pr/autoland job fails
due to permissions issues obtaining an app token from a fork.

This job is actually only required to auto-land bot PRs. Instead of
skipping just the auto-land setting step, we should be skipping the
entire thing.

Fixes #381
2023-03-05 20:32:25 -08:00
Michael McLoughlin
34ac353c14 all: remove +build tags (#377)
Commit 759be3dad9 bumped our Go
requirement to 1.18 which allows us to drop support for old-style
`+build` tags. This change runs `go fix ./...` to remove them, and
updates some remaining code generators that produced `+build` lines.
2023-03-05 20:30:01 -08:00
Michael McLoughlin
759be3dad9 all: require go 1.18 (#379)
Require Go 1.18 in module file. Resolve related lint issues.
2023-03-05 20:04:45 -08:00