| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/compile,cmd/internal/obj/riscv,runtime: use Duff's devices on riscv64 | Michał Derkacz | 2020-10-28 | 6 | -1/+136 |
| * | cmd/compile: optimize generated struct/array equality code | Keith Randall | 2020-10-28 | 1 | -45/+99 |
| * | cmd/compile: make sure field offset is aligned for structure splitting | David Chase | 2020-10-28 | 1 | -6/+1 |
| * | cmd/compile: print pointers to go:notinheap types without converting to unsaf... | Keith Randall | 2020-10-27 | 3 | -216/+228 |
| * | cmd/compile, runtime: store pointers to go:notinheap types indirectly | Keith Randall | 2020-10-27 | 2 | -3/+5 |
| * | cmd/compile: fix storeType to handle pointers to go:notinheap types | Keith Randall | 2020-10-27 | 1 | -1/+7 |
| * | cmd/compile: replace int32(b2i(x)) with b2i32(x) in rules | Alberto Donizetti | 2020-10-27 | 6 | -9/+9 |
| * | cmd/compile: delete isPowerOfTwo, switch to isPowerOfTwo64 | Alberto Donizetti | 2020-10-27 | 9 | -292/+289 |
| * | cmd/compile: clean up ValAndOff funcs after untyped aux removal | Alberto Donizetti | 2020-10-27 | 2 | -32/+12 |
| * | cmd/compile: remove support for untyped ssa rules | Alberto Donizetti | 2020-10-27 | 1 | -65/+22 |
| * | cmd/compile: combine more 32 bit shift and mask operations on ppc64 | Paul E. Murphy | 2020-10-27 | 7 | -0/+782 |
| * | cmd/compile: remove isLiteral | Cuong Manh Le | 2020-10-27 | 1 | -8/+3 |
| * | cmd/compile: eliminate unnecessary sign/zero extension for riscv64 | Joel Sing | 2020-10-27 | 5 | -32/+843 |
| * | cmd/compile: use MOV pseudo-instructions for sign/zero extension | Joel Sing | 2020-10-27 | 5 | -231/+178 |
| * | cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64 | Joel Sing | 2020-10-27 | 1 | -1/+1 |
| * | cmd/compile: defer lowering OANDNOT until SSA | Cuong Manh Le | 2020-10-27 | 3 | -19/+18 |
| * | cmd/compile: port last ARM rules to typed | Alberto Donizetti | 2020-10-26 | 2 | -18/+84 |
| * | cmd/go,cmd/compile,sync: remove special import case in cmd/go | Austin Clements | 2020-10-26 | 1 | -0/+4 |
| * | cmd/compile: enforce strongly typed rules for ARM (read) | Constantin Konstantinidis | 2020-10-24 | 2 | -23/+23 |
| * | cmd/compile: avoid generating CSEs; do all aggregates; maintain debug names | David Chase | 2020-10-23 | 9 | -524/+1163 |
| * | cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on MIPS | Michael Pratt | 2020-10-23 | 3 | -2/+11 |
| * | cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on S390X | Michael Pratt | 2020-10-23 | 6 | -8/+55 |
| * | cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on PPC64 | Michael Pratt | 2020-10-23 | 6 | -18/+64 |
| * | cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on ARM64 | Michael Pratt | 2020-10-23 | 6 | -11/+103 |
| * | cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on AMD64 | Michael Pratt | 2020-10-23 | 7 | -3/+103 |
| * | cmd/compile: add //go:embed support | Russ Cox | 2020-10-23 | 6 | -43/+609 |
| * | cmd/compile: remove go115flagallocdeadcode | Cherry Zhang | 2020-10-22 | 1 | -5/+0 |
| * | cmd/compile: remove go115shortcircuitPhis | Cherry Zhang | 2020-10-22 | 1 | -5/+0 |
| * | cmd/compile: remove go115makeslicecopy | Cherry Zhang | 2020-10-22 | 1 | -5/+0 |
| * | cmd/compile: make gc debug flags collector a struct | Alberto Donizetti | 2020-10-22 | 17 | -134/+149 |
| * | cmd/compile: use desired info when allocating registers for live values | eric fang | 2020-10-21 | 1 | -2/+17 |
| * | cmd/compile: optimize regalloc for phi value | erifan01 | 2020-10-21 | 1 | -3/+33 |
| * | cmd/compile/internal/gc: fix comments | hk | 2020-10-21 | 3 | -5/+5 |
| * | cmd/compile,cmd/internal/obj/riscv: move g register on riscv64 | Joel Sing | 2020-10-21 | 2 | -206/+207 |
| * | cmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRel}64 on ppc64 | Paul E. Murphy | 2020-10-21 | 6 | -3/+71 |
| * | cmd/compile: fix nodedump output for types of nodes | Dan Scales | 2020-10-20 | 1 | -6/+7 |
| * | cmd/compile: enforce strongly typed rules for ARM (to32) | Constantin Konstantinidis | 2020-10-20 | 2 | -30/+30 |
| * | cmd/compile: use type position for error message in align.go | Cuong Manh Le | 2020-10-20 | 1 | -5/+5 |
| * | cmd/compile: allowing inlining of functions with OCALLPART | Dan Scales | 2020-10-20 | 4 | -5/+18 |
| * | cmd/compile/internal/gc: use plural nouns in comments | hk | 2020-10-19 | 1 | -3/+3 |
| * | cmd/compile: fix ICE in reporting of invalid recursive types | Matthew Dempsky | 2020-10-19 | 1 | -1/+1 |
| * | cmd/compile/internal/gc: remove an unused method | hk | 2020-10-19 | 1 | -5/+0 |
| * | cmd/asm: allow def/ref of func ABI when compiling runtime | Than McIntosh | 2020-10-19 | 1 | -5/+6 |
| * | cmd/compile: fix defer/go calls to variadic unsafe-uintptr functions | Matthew Dempsky | 2020-10-17 | 1 | -0/+10 |
| * | cmd/compile: remove deltaNewFile | Cuong Manh Le | 2020-10-16 | 1 | -5/+0 |
| * | compress/flate: revert a goto for-loop | Daniel Martí | 2020-10-16 | 1 | -0/+1 |
| * | cmd/internal/obj: move LSym.Func into LSym.Extra | Russ Cox | 2020-10-16 | 7 | -27/+29 |
| * | cmd/compile: use staticValue for inlining logic | Matthew Dempsky | 2020-10-15 | 2 | -68/+25 |
| * | cmd/compile: allow inlining of "for" loops | Matthew Dempsky | 2020-10-15 | 1 | -4/+14 |
| * | cmd/compile: improve escape analysis of known calls | Matthew Dempsky | 2020-10-15 | 2 | -4/+54 |