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-09-08
test/codegen: remove broken riscv64 test
Michael Munday
2021-09-07
cmd/compile: simplify less with non-negative number and constant 0 or 1
wdvxdr
2021-09-06
cmd/compile: merge sign extension and shift into SBFIZ
fanzha02
2021-09-06
cmd/compile: merge zero/sign extensions with UBFX/SBFX on arm64
fanzha02
2021-09-02
cmd/internal/obj/riscv: simplify addition with constant
Ben Shi
2021-09-01
cmd/{asm,compile}: add fused multiply-add support on riscv64
Michael Munday
2021-08-25
cmd/compile: generic SSA rules for simplifying 2 and 3 operand integer arithm...
Jake Ciolek
2021-08-16
cmd/compile: intrinsify Mul64 on riscv64
Meng Zhuo
2021-06-03
[dev.typeparams] cmd/compile: implement clobberdead mode on ARM64
Cherry Mui
2021-06-03
[dev.typeparams] test: adjust codegen test for register ABI on ARM64
Cherry Mui
2021-05-12
cmd/compile: add arch-specific inlining for runtime.memmove
Ruslan Andreev
2021-05-08
cmd/compile: remove bit operations that modify memory directly
Keith Randall
2021-04-19
cmd/compile: reduce redundant register moves for regabi calls
Cherry Zhang
2021-04-14
cmd/compile: rescue stmt boundaries from OpArgXXXReg and OpSelectN.
David Chase
2021-04-13
test: make codegen/memops.go work with both ABIs
Cherry Zhang
2021-04-12
test: make codegen tests work with both ABIs
Cherry Zhang
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
[prev]
[next]