| Commit message (Expand) | Author | Age | Files | Lines |
| * | runtime/internal/atomic: add 32-bit And/Or | Michael Pratt | 2020-10-23 | 20 | -8/+400 |
| * | cmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRel}64 on ppc64 | Paul E. Murphy | 2020-10-21 | 20 | -0/+226 |
| * | runtime/internal/atomic: panic nicely on unaligned 64-bit atomics | Austin Clements | 2020-10-16 | 5 | -38/+88 |
| * | runtime/internal/atomic: drop package prefixes | Austin Clements | 2020-10-16 | 2 | -78/+78 |
| * | all: add GOOS=ios | Cherry Zhang | 2020-09-23 | 17 | -0/+50 |
| * | runtime: add test for StorepNoWB param leaking | Cuong Manh Le | 2020-08-24 | 1 | -0/+10 |
| * | runtime: implement StorepNoWB for wasm in assembly | Keith Randall | 2020-08-23 | 2 | -8/+15 |
| * | runtime: eliminate redundant load in Xchg and Xadd on arm64 | Xiangdong Ji | 2020-04-03 | 1 | -4/+4 |
| * | cmd/asm,cmd/internal/obj/riscv: add atomic memory operation instructions | Joel Sing | 2020-03-15 | 1 | -19/+10 |
| * | cmd/asm,cmd/internal/obj/riscv: add LR/SC instructions | Joel Sing | 2020-03-15 | 1 | -6/+6 |
| * | cmd/internal/obj/riscv: add FENCE instruction | Joel Sing | 2020-03-15 | 1 | -1/+0 |
| * | runtime: add support for linux/riscv64 | Joel Sing | 2020-01-19 | 4 | -0/+328 |
| * | cmd/compile, runtime: intrinsify atomic And8 and Or8 on s390x | Michael Munday | 2019-11-11 | 2 | -27/+57 |
| * | runtime: copy some functions from math/bits to runtime/internal/sys | David Chase | 2019-11-08 | 2 | -31/+158 |
| * | [dev.link] all: merge branch 'master' into dev.link | Than McIntosh | 2019-11-01 | 19 | -0/+235 |
| |\ |
|
| | * | runtime/internal/atomic: add tests for And8 and Or8 | Michael Munday | 2019-10-31 | 1 | -0/+117 |
| | * | runtime/internal/atomic: add Store8 | Austin Clements | 2019-10-29 | 18 | -0/+118 |
| * | | [dev.link] cmd/link: do not put static symbols into name lookup table | Cherry Zhang | 2019-10-21 | 1 | -2/+2 |
| |/ |
|
| * | all: remove nacl (part 3, more amd64p32) | Brad Fitzpatrick | 2019-10-10 | 2 | -10/+2 |
| * | all: remove the nacl port (part 2, amd64p32 + toolchain) | Brad Fitzpatrick | 2019-10-09 | 3 | -206/+0 |
| * | all: remove the nacl port (part 1) | Brad Fitzpatrick | 2019-10-09 | 2 | -25/+1 |
| * | runtime/internal/atomic: remove erroneous ABI wrappers | Austin Clements | 2019-06-06 | 1 | -2/+0 |
| * | runtime/internal/atomic: export more ABI0 wrappers | Austin Clements | 2019-06-06 | 1 | -0/+4 |
| * | runtime: mark all Go symbols called from assembly in other packages | Austin Clements | 2019-06-06 | 5 | -0/+41 |
| * | cmd/compile, runtime: make atomic loads/stores sequentially consistent on s390x | Michael Munday | 2019-06-06 | 2 | -19/+30 |
| * | all: shorten some tests | Russ Cox | 2019-05-22 | 1 | -3/+7 |
| * | cmd/compile,runtime/internal/atomic: add Load8 | Austin Clements | 2019-05-03 | 15 | -0/+102 |
| * | runtime: remove sys.HugePageSize | Michael Anthony Knyszek | 2019-05-03 | 13 | -13/+0 |
| * | all: add new GOOS=illumos, split out of GOOS=solaris | Joshua M. Clulow | 2019-04-30 | 17 | -0/+43 |
| * | runtime/internal/atomic: remove bad go:noescape annotations on Loadp | Matthew Dempsky | 2019-04-17 | 5 | -5/+5 |
| * | runtime/internal/atomic: fix s390x's StorepNoWB implementation | Matthew Dempsky | 2019-04-16 | 1 | -1/+4 |
| * | runtime/internal/atomic: fix wasm's StorepNoWB implementation | Matthew Dempsky | 2019-04-02 | 1 | -1/+4 |
| * | cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64 | Clément Chigot | 2019-01-09 | 1 | -0/+3 |
| * | runtime/internal/sys: regenerate zgoos_*.go files | Tobias Klauser | 2018-11-05 | 15 | -13/+52 |
| * | cmd/compile, runtime: add new lightweight atomics for ppc64x | Carlos Eduardo Seo | 2018-10-23 | 21 | -0/+197 |
| * | cmd/compile: add intrinsics for runtime/internal/math on 386 and amd64 | Martin Möhrmann | 2018-10-15 | 1 | -0/+28 |
| * | runtime/internal/math: add multiplication with overflow check | Martin Möhrmann | 2018-10-15 | 2 | -0/+70 |
| * | go/build, runtime/internal/sys: add GOOS=aix | Clément Chigot | 2018-09-28 | 13 | -0/+33 |
| * | runtime: replace sys.CacheLineSize by corresponding internal/cpu const and vars | Martin Möhrmann | 2018-08-24 | 15 | -17/+4 |
| * | cmd/compile: improve atomic add intrinsics with ARMv8.1 new instruction | Wei Xiao | 2018-06-21 | 1 | -0/+20 |
| * | runtime/internal/sys: rename Wasm to WASM | Richard Musiol | 2018-06-12 | 2 | -2/+2 |
| * | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper | 2018-06-01 | 1 | -1/+1 |
| * | cmd/compile: add some generic composite type optimizations | Michael Munday | 2018-05-08 | 1 | -2/+4 |
| * | runtime: add js/wasm architecture | Richard Musiol | 2018-05-08 | 4 | -0/+201 |
| * | runtime/internal/atomic: improve ARM atomics | Cherry Zhang | 2018-05-03 | 4 | -37/+240 |
| * | runtime: use native CAS and memory barrier on ARMv7 | Cherry Zhang | 2018-05-03 | 2 | -1/+24 |
| * | sync/atomic: redirect many functions to runtime/internal/atomic | Cherry Zhang | 2018-05-03 | 4 | -24/+90 |
| * | runtime: iterate over set bits in adjustpointers | Josh Bleecher Snyder | 2018-04-29 | 3 | -0/+33 |
| * | runtime/internal/atomic: don't use Cas in atomic.Load on ARM | Yuval Pavel Zholkover | 2018-04-18 | 4 | -16/+41 |
| * | go/build, runtime/internal/sys: reserve RISC-V arch names | Tobias Klauser | 2018-04-11 | 23 | -0/+104 |