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
2021-03-26
cmd/compile: fix long RMW bit operations on AMD64
Pat Gavlin
2021-03-26
cmd/compile: add arm64 rules to optimize go codes to constant 0
fanzha02
2021-03-23
cmd/compile: optimize codes with arm64 REV16 instruction
fanzha02
2021-03-19
cmd/compile: add clobberdeadreg mode
Cherry Zhang
2021-03-18
cmd/compile: add rewrite rules for conditional instructions on arm64
fanzha02
2021-03-17
cmd/compile: resurrect clobberdead mode
Cherry Zhang
2021-03-16
cmd/compile: loads from readonly globals into const for mips64x
Meng Zhuo
2021-03-16
cmd/compile: use depth first topological sort algorithm for layout
erifan01
2021-03-11
cmd/compile: optimize multi-register shifts on amd64
Josh Bleecher Snyder
2021-03-09
cmd/asm,cmd/compile: support 5 operand RLWNM/RLWMI on ppc64
Paul E. Murphy
2021-03-02
cmd/compile: optimize single-precision floating point square root
fanzha02
2021-02-24
cmd/compile: ARM64 optimize []float64 and []float32 access
Egon Elbre
2021-02-24
cmd/compile: add rule to coalesce writes
Alejandro García Montoro
2021-02-23
cmd/compile: improve bit test code
Keith Randall
2021-02-03
[dev.regabi] cmd/compile: reserve X15 as zero register on AMD64
Cherry Zhang
2021-01-13
[dev.regabi] cmd/compile: make ordering for InvertFlags more stable
David Chase
2020-11-17
cmd/compile: fix rules regression with shifts on PPC64
Lynn Boger
2020-11-08
test/codegen: go fmt
Alberto Donizetti
2020-11-06
cmd/compile: optimize shift pairs and masks on s390x
Michael Munday
2020-11-02
cmd/compile: remove racefuncenterfp when it is not needed
Cherry Zhang
2020-10-27
cmd/compile: combine more 32 bit shift and mask operations on ppc64
Paul E. Murphy
2020-10-06
all: implement GO386=softfloat
Keith Randall
2020-10-02
all: drop 387 support
Keith Randall
2020-10-01
cmd/compile,cmd/internal/obj/ppc64: fix some shift rules due to a regression
Lynn Boger
2020-09-28
cmd/asm,cmd/compile,cmd/internal/obj/ppc64: add extswsli support on power9
Lynn Boger
2020-09-17
cmd/compile: use combined shifts to improve array addressing on ppc64x
Lynn Boger
2020-08-29
cmd/compile,runtime: skip zero'ing order array for select statements
Cuong Manh Le
2020-08-27
cmd/compile: generate subfic on ppc64
Paul E. Murphy
2020-08-24
cmd/compile: add more generic rewrite rules to reassociate (op (op y C) x|C)
fanzha02
2020-08-22
cmd/compile: optimize unsigned comparisons with 0/1 on wasm
Agniva De Sarker
2020-08-19
cmd/compile: Optimize ARM64's code with EON
diaxu01
2020-08-18
cmd/compile: combine multiply/add into maddld on ppc64le/power9
Paul E. Murphy
2020-08-18
cmd/compile: clean up and optimize s390x multiplication rules
Michael Munday
2020-08-18
cmd/compile: optimize unsigned comparisons to 0/1 on arm64
Junchen Li
2020-08-17
cmd/compile: don't rewrite (CMP (AND x y) 0) to TEST if AND has other uses
Keith Randall
2020-08-17
cmd/compile: optimize unsigned comparisons to 0
Junchen Li
2020-07-27
cmd/compile: add floating point load+op operations to addressing modes pass
Keith Randall
2020-06-09
cmd/compile: ARM comparisons with 0 incorrect on overflow
Xiangdong Ji
2020-05-29
cmd/compile: fix incorrect rewriting to if condition
Xiangdong Ji
2020-05-11
cmd/compile: in prove, zero right shifts of positive int by #bits - 1
Keith Randall
2020-05-07
cmd/compile: optimize make+copy pattern to avoid memclr
Martin Möhrmann
2020-04-30
cmd/compile: add indexed memory modification ops to amd64
Keith Randall
2020-04-30
cmd/compile: add indexed load+op operations to amd64
Keith Randall
2020-04-24
cmd/compile: optimize Move with all-zero ro sym src to Zero
Josh Bleecher Snyder
2020-04-23
cmd/compile: optimize x & 1 != 0 to x & 1 on amd64
Josh Bleecher Snyder
2020-04-22
cmd/compile: clean up codegen for branch-on-carry on s390x
Michael Munday
2020-04-21
cmd/compile: optimize comparisons with immediates on s390x
Michael Munday
2020-04-21
test/codegen, runtime/pprof, runtime: apply fmt
alex-semenyuk
2020-04-21
cmd/compile: use oneBit instead of isPowerOfTwo in bit optimization
Josh Bleecher Snyder
2020-04-15
cmd/compile: split up the addressing mode on OpAMD64CMP*loadidx* always
David Chase
[prev]
[next]