| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports of platform-specific changes that happened on default
after dev.power64 forked (fixes for c2go, wrapper math fixes,
moved stackguard field, stackguard1 support, precise stacks).
Bug fixes (missing AMOVW in instruction table, correct
unsigned 32-bit remainder).
LGTM=rsc
R=rsc
CC=golang-codereviews
https://codereview.appspot.com/164920044
|
|
|
|
|
|
|
|
|
| |
This also removes pkg/runtime/traceback_lr.c, which was ported
to Go in an earlier commit and then moved to
runtime/traceback.go.
Reviewer: rsc@golang.org
rsc: LGTM
|
|
|
|
|
|
|
|
|
| |
Fixes test/cmplxdivide.
LGTM=minux
R=minux
CC=golang-codereviews
https://codereview.appspot.com/128190045
|
|
|
|
|
|
|
| |
LGTM=minux
R=minux
CC=golang-codereviews
https://codereview.appspot.com/126180043
|
|
|
|
|
|
|
|
|
| |
LGTM=minux
R=golang-codereviews, minux
CC=golang-codereviews
https://codereview.appspot.com/122540043
Committer: Shenghou Ma <minux@golang.org>
|
|
|
|
|
|
|
| |
LGTM=rsc
R=rsc, iant
CC=golang-codereviews
https://codereview.appspot.com/123300043
|
|
|
|
|
|
|
|
|
| |
This replaces CL 122990043.
LGTM=rsc
R=rsc, iant
CC=golang-codereviews
https://codereview.appspot.com/123010043
|
|
|
|
|
|
|
|
|
|
|
|
| |
asm9.c
To reduce delta for the upcoming liblink CL.
Just code movement, no semantic changes.
LGTM=rsc
R=rsc, iant
CC=golang-codereviews
https://codereview.appspot.com/124830043
|
|
No modifications other than adding copyright header to each file, and
concatenating several cmd/9l files together to form the liblink files.
LGTM=rsc
R=rsc, iant
CC=golang-codereviews
https://codereview.appspot.com/123840043
|