commit 6eed7d361d276b69a1cfdeeb7690237a6385b073 [browse]
Author: Carlos Amedee
Date: 2020-12-03 11:09:42 -05:00
[release-branch.go1.14] go1.14.13
Change-Id: Ifdfd9cd7edb8c3afd785cf75e818e3d301cd8dae
Reviewed-on: https://go-review.googlesource.com/c/go/+/275133
Run-TryBot: Carlos Amedee <carlos@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Carlos Amedee <carlos@golang.org>
commit 679482fc602445b9b2d37739e7b048e2d4913646 [browse]
Author: Keith Randall
Date: 2020-11-20 14:02:37 -08:00
[release-branch.go1.14] cmd/compile: sign extend constant folding properly
MOVLconst must have a properly sign-extended auxint constant.
The bit operations in these rules don't enforce that invariant.
Fixes #42755
Change-Id: I729afcad18752d9b7739e49709020e3be7b3653e
Reviewed-on: https://go-review.googlesource.com/c/go/+/272030
Trust: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
commit 9e27a089d644950cba52108f6634badc5880c6e0 [browse]
Author: Ian Lance Taylor
Date: 2020-10-27 16:09:40 -07:00
[release-branch.go1.14] runtime: block signals in needm before allocating M
Otherwise, if a signal occurs just after we allocated the M,
we can deadlock if the signal handler needs to allocate an M
itself.
For #42207
Fixes #42635
Change-Id: I76f44547f419e8b1c14cbf49bf602c6e645d8c14
Reviewed-on: https://go-review.googlesource.com/c/go/+/265759
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
(cherry picked from commit 368c40116434532dc0b53b72fa04788ca6742898)
Reviewed-on: https://go-review.googlesource.com/c/go/+/271848
commit 71778525e1d92150daa0b05fe4c0fa734dc83f1b [browse]
Author: Ian Lance Taylor
Date: 2020-11-13 11:05:37 -08:00
[release-branch.go1.14] cmd/go: permit CGO_LDFLAGS to appear in //go:ldflag
For #42565
Fixes #42566
Change-Id: If7cf39905d124dbd54dfac6a53ee38270498efed
Reviewed-on: https://go-review.googlesource.com/c/go/+/269818
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
(cherry picked from commit 782cf560db4c919790fdb476d1bbe18e5ddf5ffd)
Reviewed-on: https://go-review.googlesource.com/c/go/+/270080
commit b5031162572cfce4a01ba53b5b397db3962be11b [browse]
Author: Katie Hockman
Date: 2020-11-12 15:45:04 -05:00
[release-branch.go1.14] all: merge release-branch.go1.14-security into release-branch.go1.14
Change-Id: I87a2c27ce88913c2867ef355d589debfbb522167
clone the repository to get more history