go/src/cmd
Ruixin(Peter) Bao 2962c96c9f cmd/compile: lower float to uint conversions on s390x
Add rules for lowering float <-> unsigned int on s390x.

During compilation,
Cvt64Uto64F rule triggers around 80 times,
Cvt64Fto64U rule triggers around 20 times,
Cvt64Uto32F rule triggers around 5 times.

Change-Id: If4c9d128b9132fce8c0bea9abc09cb43a5df7989
Reviewed-on: https://go-review.googlesource.com/c/go/+/209177
Reviewed-by: Michael Munday <mike.munday@ibm.com>
Run-TryBot: Michael Munday <mike.munday@ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-02-29 21:37:47 +00:00
..
addr2line
api
asm cmd/asm: add asimd instruction 'rev16' on arm64 2020-02-25 18:40:19 +00:00
buildid
cgo cmd/cgo: better handling for '.' in pkgpath for gccgo 2019-11-19 19:38:07 +00:00
compile cmd/compile: lower float to uint conversions on s390x 2020-02-29 21:37:47 +00:00
cover syscall: respect permission bits on file opening on Windows 2019-10-22 10:09:39 +00:00
dist cmd/dist: enable cgo and PIE tests on android/arm64 2020-02-27 01:41:50 +00:00
doc cmd/doc: flag usage() inconsistency 2019-12-18 17:57:19 +00:00
fix cmd/fix: eliminate data races in TestRewrite and gofmt 2019-11-18 15:11:03 +00:00
go cmd/go: avoid matching wildcards rooted outside of available modules 2020-02-28 21:56:35 +00:00
gofmt cmd/gofmt, go/format: sync internal.go 2020-02-28 14:23:08 +00:00
internal cmd/link: default to internal linking for android/arm64 2020-02-26 09:47:21 +00:00
link cmd/link: reenable internal linking PIE on linux/amd64 and linux/arm64 2020-02-27 01:40:38 +00:00
nm all: base64-encode binaries that will cause Apple notarization to fail 2019-11-21 14:55:12 +00:00
objdump cmd/objdump: disable unsupported tests on riscv64 2020-01-25 05:48:12 +00:00
pack
pprof all: fix a number of misuses of the word "an" 2019-12-10 16:23:10 +00:00
test2json
trace cmd/trace: update to use WebComponents V0 polyfill 2020-02-20 19:12:11 +00:00
vendor all: update module dependencies 2020-02-19 21:26:10 +00:00
vet cmd/vet: add test for loading complex values with a single instruction 2019-11-05 01:01:31 +00:00
README.vendor
go.mod all: update module dependencies 2020-02-19 21:26:10 +00:00
go.sum all: update module dependencies 2020-02-19 21:26:10 +00:00

README.vendor

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.