1
0
mirror of https://github.com/golang/go synced 2024-11-19 16:44:43 -07:00
go/src
Giovanni Bajo 8fea862f42 cmd/compile: regenerate rewrite rules for amd64
Sometimes, multiple CLs being merged that create rules on the same
opcodes can cause the generated file to differ compared to a new
regeneration. This is caused by the fact that rulegen splits
generated functions in chunks of 10 rules per function (to avoid
creating functions that are too big). If two CLs add rules to
the same function, they might cause a generated function to
have more than 10 rules, even though each CL individually didn't
pass this limit.

Change-Id: Ib641396b7e9028f80ec8718746969d390a9fbba9
Reviewed-on: https://go-review.googlesource.com/95795
Run-TryBot: Giovanni Bajo <rasky@develer.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-02-21 16:30:47 +00:00
..
archive archive/zip: make benchmarks more representative 2018-02-21 00:32:33 +00:00
bufio
builtin
bytes
cmd cmd/compile: regenerate rewrite rules for amd64 2018-02-21 16:30:47 +00:00
compress compress/bzip2: use sort.Slice in huffman.go 2018-02-17 00:34:26 +00:00
container
context
crypto crypto/sha512: speed-up for very small blocks 2018-02-20 23:44:12 +00:00
database/sql all: fix misspellings 2018-02-20 21:02:58 +00:00
debug all: add more uses of stringer 2018-02-19 21:33:14 +00:00
encoding all: remove duplicate word "the" 2018-02-20 16:45:55 +00:00
errors
expvar
flag
fmt
go all: remove duplicate word "the" 2018-02-20 16:45:55 +00:00
hash
html all: fix misspellings 2018-02-20 21:02:58 +00:00
image all: fix misspellings 2018-02-20 21:02:58 +00:00
index/suffixarray
internal net: fix UDPConn readers to return truncated payload size instead of 0 2018-02-21 10:40:03 +00:00
io
log
math all: fix misspellings 2018-02-20 21:02:58 +00:00
mime
net net: fix UDPConn readers to return truncated payload size instead of 0 2018-02-21 10:40:03 +00:00
os syscall: ensure Mkdir(path) on Plan 9 fails if path exists 2018-02-20 13:21:12 +00:00
path path/filepath: fix escaped chars in Glob on non-Windows 2018-02-14 11:47:59 +00:00
plugin
reflect runtime: rename map implementation and test files to use a common prefix 2018-02-17 14:57:32 +00:00
regexp regexp/syntax: make Op an fmt.Stringer 2018-02-20 15:33:50 +00:00
runtime runtime: ensure sysStat for mheap_.arenas is aligned 2018-02-21 03:27:07 +00:00
sort
strconv strconv: detect invalid UTF-8 in the Unquote fast path 2018-02-13 18:33:44 +00:00
strings
sync sync: enable profiling of RWMutex 2018-02-14 15:38:42 +00:00
syscall net: fix UDPConn readers to return truncated payload size instead of 0 2018-02-21 10:40:03 +00:00
testing
text text/template: avoid assiging unnecessary variable 2018-02-20 15:42:01 +00:00
time time: add example for FixedZone 2018-02-13 21:57:23 +00:00
unicode
unsafe
vendor/golang_org/x
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 nacl*.bash: pass flags to make.bash 2018-02-14 17:09:31 +00:00
nacltest.bash nacl*.bash: pass flags to make.bash 2018-02-14 17:09:31 +00:00
race.bash
race.bat
run.bash
run.bat build: unset GOBIN during build 2016-05-19 18:40:53 +00:00
run.rc