1
0
mirror of https://github.com/golang/go synced 2024-11-17 02:14:42 -07:00
go/src
Matthew Dempsky b55eedd173 Revert "cmd/compile: cleanup nodpc and nodfp"
This reverts commit dcac984b97.

Reason for revert: broke LR architectures (arm64, ppc64, s390x)

Change-Id: I531d311c9053e81503c8c78d6cf044b318fc828b
Reviewed-on: https://go-review.googlesource.com/99695
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
2018-03-08 21:23:01 +00:00
..
archive
bufio
builtin
bytes
cmd Revert "cmd/compile: cleanup nodpc and nodfp" 2018-03-08 21:23:01 +00:00
compress
container
context
crypto crypto/aes: optimize arm64 AES implementation 2018-03-06 00:44:29 +00:00
database/sql database/sql: fix typo in comment 2018-03-07 15:42:31 +00:00
debug debug/pe: use bytes.IndexByte instead of a loop 2018-03-07 16:12:08 +00:00
encoding encoding/csv: avoid mangling invalid UTF-8 in Writer 2018-03-08 03:26:22 +00:00
errors
expvar
flag
fmt
go go/build: correct value of .Doc field 2018-03-07 14:35:52 +00:00
hash
html
image
index/suffixarray
internal internal/poll: if poller init fails, assume blocking mode 2018-03-06 23:21:25 +00:00
io
log
math math/big: allocate less in Float.Sqrt 2018-03-08 19:12:35 +00:00
mime
net net/http: panic when a nil handler is passed to (*ServeMux)HandleFunc 2018-03-08 18:11:41 +00:00
os os: use WIN32_FIND_DATA.Reserved0 to identify symlinks 2018-03-07 08:51:04 +00:00
path path/filepath: use a temp dir in path_test.go 2018-03-05 23:38:39 +00:00
plugin
reflect
regexp
runtime runtime: use systemstack around throw in sysSigaction 2018-03-08 16:35:53 +00:00
sort
strconv
strings
sync
syscall runtime: rename vdso symbols to use camel case 2018-03-05 19:12:32 +00:00
testing
text
time time: add support for parsing timezones denoted by sign and offset 2018-03-08 17:15:35 +00:00
unicode
unsafe
vendor/golang_org/x
all.bash
all.bat
all.rc
androidtest.bash androidtest.bash: don't require GOARCH set 2018-03-07 14:01:43 +00:00
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash iostest.bash: don't build std library twice 2018-03-06 16:08:20 +00:00
make.bash
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc