1
0
mirror of https://github.com/golang/go synced 2024-10-05 07:11:22 -06:00
go/src
David du Colombier d55a099e22 cmd/compile: don't use duffcopy and duffzero on Plan 9
The ssa compiler uses the duffcopy and duffzero functions,
which rely on the MOVUPS instructions.

However, this doesn't work on Plan 9, since floating point
operations are not allowed in the note handler.

This change disables the use of duffcopy and duffzero
on Plan 9 in the ssa compiler.

Updates #14605.

Change-Id: I017f8ff83de00eabaf7e146b4344a863db1dfddc
Reviewed-on: https://go-review.googlesource.com/20171
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: David du Colombier <0intro@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-03-03 21:36:11 +00:00
..
archive all: single space after period. 2016-03-02 00:13:47 +00:00
bufio all: single space after period. 2016-03-02 00:13:47 +00:00
builtin
bytes all: single space after period. 2016-03-02 00:13:47 +00:00
cmd cmd/compile: don't use duffcopy and duffzero on Plan 9 2016-03-03 21:36:11 +00:00
compress compress/bzip2: refactor unit tests 2016-03-03 02:53:34 +00:00
container all: single space after period. 2016-03-02 00:13:47 +00:00
crypto crypto/tls: check errors from (*Conn).writeRecord 2016-03-02 18:20:46 +00:00
database/sql all: single space after period. 2016-03-02 00:13:47 +00:00
debug all: single space after period. 2016-03-02 00:13:47 +00:00
encoding all: single space after period. 2016-03-02 00:13:47 +00:00
errors all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
expvar all: single space after period. 2016-03-02 00:13:47 +00:00
flag all: single space after period. 2016-03-02 00:13:47 +00:00
fmt fmt: optimize %x and %X formatting for byte slices and strings 2016-03-03 08:25:28 +00:00
go go/ast: fix typo in comment 2016-03-02 19:16:10 +00:00
hash cmd/internal/obj/x86: add new instructions, cleanup. 2016-01-13 14:04:44 +00:00
html all: single space after period. 2016-03-02 00:13:47 +00:00
image all: single space after period. 2016-03-02 00:13:47 +00:00
index/suffixarray
internal all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
io all: single space after period. 2016-03-02 00:13:47 +00:00
log all: single space after period. 2016-03-02 00:13:47 +00:00
math math: delete unused function sqrtC 2016-03-03 02:29:09 +00:00
mime all: single space after period. 2016-03-02 00:13:47 +00:00
net net: deduplicate TCP socket code 2016-03-03 04:23:59 +00:00
os all: single space after period. 2016-03-02 00:13:47 +00:00
path all: single space after period. 2016-03-02 00:13:47 +00:00
reflect all: single space after period. 2016-03-02 00:13:47 +00:00
regexp all: single space after period. 2016-03-02 00:13:47 +00:00
runtime net: deduplicate TCP socket code 2016-03-03 04:23:59 +00:00
sort all: single space after period. 2016-03-02 00:13:47 +00:00
strconv all: single space after period. 2016-03-02 00:13:47 +00:00
strings all: single space after period. 2016-03-02 00:13:47 +00:00
sync all: single space after period. 2016-03-02 00:13:47 +00:00
syscall all: single space after period. 2016-03-02 00:13:47 +00:00
testing all: single space after period. 2016-03-02 00:13:47 +00:00
text all: single space after period. 2016-03-02 00:13:47 +00:00
time all: single space after period. 2016-03-02 00:13:47 +00:00
unicode all: single space after period. 2016-03-02 00:13:47 +00:00
unsafe all: single space after period. 2016-03-02 00:13:47 +00:00
vendor net/http: update http2 to check header values, move from vendor to internal 2016-01-21 00:19:02 +00:00
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash build: use consistent shebang line 2016-01-14 03:16:20 +00:00
buildall.bash build: use go tool dist list 2016-02-26 03:58:58 +00:00
clean.bash
clean.bat
clean.rc
iostest.bash
make.bash cmd/go, go/build: add support for Fortran 2016-02-24 15:06:38 +00:00
make.bat cmd/go, go/build: add support for Fortran 2016-02-24 15:06:38 +00:00
Make.dist
make.rc
nacltest.bash
race.bash cmd/dist: make test default to --no-rebuild 2015-12-29 15:20:00 +00:00
race.bat cmd/dist: make test default to --no-rebuild 2015-12-29 15:20:00 +00:00
run.bash cmd/dist: make test default to --no-rebuild 2015-12-29 15:20:00 +00:00
run.bat cmd/dist: make test default to --no-rebuild 2015-12-29 15:20:00 +00:00
run.rc cmd/dist: make test default to --no-rebuild 2015-12-29 15:20:00 +00:00