1
0
mirror of https://github.com/golang/go synced 2024-11-08 06:46:16 -07:00
go/src/cmd
Richard Musiol 88dc4aee7c cmd/compile: fix OffPtr with negative offset on wasm
The wasm archtecture was missing a rule to handle OffPtr with a
negative offset. This commit makes it so OffPtr always gets lowered
to I64AddConst.

Fixes #25741

Change-Id: I1d48e2954e3ff31deb8cba9a9bf0cab7c4bab71a
Reviewed-on: https://go-review.googlesource.com/116595
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
2018-06-06 14:40:25 +00:00
..
addr2line
api cmd/api: don’t rely on hardcoded go versions 2017-12-11 22:28:37 +00:00
asm cmd/asm/internal/asm: add extra AVX-512 tests 2018-06-04 04:07:13 +00:00
buildid cmd/buildid: fix rewrite algorithm 2018-01-04 16:56:51 +00:00
cgo all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
compile cmd/compile: fix OffPtr with negative offset on wasm 2018-06-06 14:40:25 +00:00
cover cmd/cover: fix sorting of profile segment boundaries 2018-05-28 03:35:36 +00:00
dist all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
doc cmd/doc: skip directories like other go tools 2018-05-01 05:02:43 +00:00
fix all: restore changes from faulty merge/revert 2018-02-12 20:13:59 +00:00
go cmd/go: output coverage report even if there are no test files 2018-06-06 01:10:20 +00:00
gofmt cmd/fix,cmd/gofmt: flush to disk before diffing 2017-03-30 18:19:57 +00:00
internal cmd/go: output coverage report even if there are no test files 2018-06-06 01:10:20 +00:00
link cmd/link: fix duplicated "undefined reloc" errors 2018-06-05 16:49:07 +00:00
nm cmd/internal/goobj: accept int64 in readInt 2017-11-01 18:23:58 +00:00
objdump cmd/objdump: pass the correct execution mode to x86asm.Decode in disasm_x86 on 386 2017-11-10 20:11:20 +00:00
pack cmd: remove some unused parameters 2018-04-02 15:51:31 +00:00
pprof cmd/pprof: fix help message formatting error 2018-05-31 17:29:10 +00:00
test2json cmd/test2json: document missing "skip" action 2018-03-24 18:37:22 +00:00
trace cmd/trace: fix a few bugs found by staticcheck 2018-05-21 16:18:29 +00:00
vendor cmd/vendor/.../pprof: sync at rev 1ddc9e2 2018-05-30 16:31:37 +00:00
vet runtime: implement time.now using libc 2018-05-29 22:32:30 +00:00