1
0
mirror of https://github.com/golang/go synced 2024-11-23 11:30:06 -07:00
go/src
Ben Shi f6ce1e2aa5 cmd/compile: fix an arm64's comparison bug
The arm64 backend generates "TST" for "if uint32(a)&uint32(b) == 0",
which should be "TSTW".

fixes #26438

Change-Id: I7d64c30e3a840b43486bcd10eea2e3e75aaa4857
Reviewed-on: https://go-review.googlesource.com/124637
Run-TryBot: Ben Shi <powerman1st@163.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
2018-07-18 14:15:05 +00:00
..
archive archive/zip: fix regression when writing directories 2018-07-16 22:52:11 +00:00
bufio
builtin
bytes bytes, strings: fix comparison of long byte slices on s390x 2018-06-29 20:48:07 +00:00
cmd cmd/compile: fix an arm64's comparison bug 2018-07-18 14:15:05 +00:00
compress
container
context
crypto crypto/x509: add GODEBUG option x509ignoreCN=1 2018-07-16 19:30:55 +00:00
database/sql
debug
encoding
errors
expvar
flag
fmt
go go/types: record type information after detecting error 2018-07-12 22:12:51 +00:00
hash
html html/template: ignore untyped nil arguments to default escapers 2018-07-09 21:54:35 +00:00
image all: clean up some Deprecated comments 2018-07-06 17:40:56 +00:00
index/suffixarray
internal doc: update the minimum support Windows version 2018-07-11 22:05:38 +00:00
io
log
math
mime
net http/internal: document final CRLF behavior on chunkedWriter 2018-07-17 02:23:17 +00:00
os os/exec: document ExtraFiles is not supported on windows 2018-07-13 22:29:48 +00:00
path path/filepath: make Walk example runnable in the playground 2018-07-17 21:26:47 +00:00
plugin
reflect reflect: remove struct tags from unexported types 2018-06-28 23:06:00 +00:00
regexp regexp: reword Match documentation to be more like Find 2018-07-13 18:52:46 +00:00
runtime Revert "runtime: fix lldb test after DWARF compression" 2018-07-17 16:25:47 +00:00
sort
strconv
strings strings: do much less redundant testing in TestCompareStrings 2018-07-02 14:39:29 +00:00
sync cmd/vet,sync: check lock values more precisely 2018-07-14 06:48:21 +00:00
syscall syscall: update check for UserNS support for CentOS 7.5+ 2018-07-18 01:16:24 +00:00
testing testing/cover: improve comments on CoverBlock 2018-07-01 08:07:47 +00:00
text html/template: ignore untyped nil arguments to default escapers 2018-07-09 21:54:35 +00:00
time time: fix typo in Truncate example 2018-07-12 15:01:16 +00:00
unicode
unsafe
vendor/golang_org/x vendor: update vendored x/net/http/httpproxy 2018-07-09 19:35:21 +00:00
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash runtime/cgo: Add initial NetBSD Thread Sanitizer support 2018-07-10 23:14:31 +00:00
race.bat
run.bash
run.bat
run.rc