index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
codegen
Age
Commit message (
Expand
)
Author
2019-03-20
cmd/compile: intrinsify math/bits.Add64 for arm64
erifan01
2019-03-19
cmd/compile: slightly optimize adding 128
Josh Bleecher Snyder
2019-03-18
cmd/compile,runtime: provide index information on bounds check failure
Keith Randall
2019-03-15
cmd/compile: eliminate unnecessary type conversions in TrailingZeros(16|8) fo...
Tobias Klauser
2019-03-14
math, math/bits: add intrinsics for wasm
Richard Musiol
2019-03-14
cmd/compile: don't generate panicshift for masked int shifts
Josh Bleecher Snyder
2019-03-13
test/codegen: gofmt
Josh Bleecher Snyder
2019-03-11
test: fix memcombine tests
Keith Randall
2019-03-07
cmd/compile: change the condition flags of floating-point comparisons in arm6...
fanzha02
2019-03-07
cmd/compile: eliminate unnecessary type conversions in TrailingZeros(16|8) fo...
erifan01
2019-03-07
cmd/compile: add an optimization rule for math/bits.ReverseBytes16 on arm
erifan01
2019-03-03
cmd/compile: optimize math/bits.Div32 for arm64
erifan01
2019-03-01
cmd/compile: add an optimaztion rule for math/bits.ReverseBytes16 on arm64
erifan01
2019-02-27
cmd/compile: optimize math/bits Len32 intrinsic on arm64
erifan01
2019-02-26
cmd/compile: don't generate newobject call for 0-sized types
Iskander Sharipov
2019-02-26
cmd/compile: treat slice pointers as non-nil
Keith Randall
2018-12-22
cmd/compile: pad zero-sized stack variables
Keith Randall
2018-12-01
test/codegen: add arithmetic tests for 386/amd64/arm/arm64
Ben Shi
2018-11-27
cmd/compile: don't use CMOV ops to compute load addresses
Keith Randall
2018-11-27
cmd/compile: intrinsify math/bits.Div on amd64
Brian Kessler
2018-11-14
runtime: make processor capability variable naming platform specific
Martin Möhrmann
2018-11-09
cmd/compile: use ANDCC, ORCC, XORCC to avoid CMP on ppc64x
Lynn Boger
2018-10-30
cmd/compile: implement some moves using non-overlapping reads&writes
Keith Randall
2018-10-30
test/codegen: improve arithmetic tests
Ben Shi
2018-10-30
cmd/compile: optimize amd64's ADDQconstmodify/ADDLconstmodify
Ben Shi
2018-10-27
cmd/compile: fix rule for combining loads with compares
Keith Randall
2018-10-25
cmd/compile: intrinsify math/bits.Sub on amd64
Keith Randall
2018-10-25
cmd/compile: intrinsify math/bits.Add on amd64
Keith Randall
2018-10-23
cmd/compile: use proved bounds to remove signed division fix-ups
ChrisALiles
2018-10-19
cmd/compile: optimize store combination on 386/amd64
Ben Shi
2018-10-18
test/codegen: add more combined load/store test cases
Ben Shi
2018-10-16
test/codegen: enable more tests for ppc64/ppc64le
Lynn Boger
2018-10-16
cmd/compile: optimize 386's load/store combination
Ben Shi
2018-10-16
test/codegen: fix confusing test cases
Ben Shi
2018-10-15
cmd/compile: avoid string allocations when map key is struct or array literal
Martin Möhrmann
2018-10-15
test/codegen: test ppc64 TrailingZeros, OnesCount codegen
Alberto Donizetti
2018-10-15
test/codegen: add tests of FMA for arm/arm64
Ben Shi
2018-10-15
test/codegen: add tests for multiplication-subtraction
Ben Shi
2018-10-14
cmd/compile: optimize loads from readonly globals into constants
Keith Randall
2018-10-11
test/codegen: add more arm64 test cases
Ben Shi
2018-10-11
cmd/compile: optimize 386's ADDLconstmodifyidx4
Ben Shi
2018-10-10
cmd/compile: make []byte("...") more efficient
Keith Randall
2018-10-09
cmd/compile: add indexed form for several 386 instructions
Ben Shi
2018-10-02
cmd/compile: instrinsify math/bits.Mul on ppc64x
Carlos Eduardo Seo
2018-09-28
cmd/compile: optimize arm64's code with more shifted operations
Ben Shi
2018-09-28
cmd/compile: optimize arm64's MADD and MSUB
Ben Shi
2018-09-26
cmd/compile: intrinsify math/bits.Mul
Brian Kessler
2018-09-19
cmd/compile/internal/gc: handle arith ops in samesafeexpr
Iskander Sharipov
2018-09-19
cmd/compile: optimize AMD64's bit wise operation
Ben Shi
2018-09-17
cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on arm64
fanzha02
[prev]
[next]