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
2022-04-14
cmd/compile: add jump table codegen test
Keith Randall
2022-04-13
cmd/compile: add SHLX&SHRX without load
Wayne Zuo
2022-04-13
cmd/compile: add SARXQload and SARXLload
Wayne Zuo
2022-04-12
cmd/compile: add SARX instruction for GOAMD64>=3
Wayne Zuo
2022-04-11
cmd/compile: add MOVBE index load/store
Wayne Zuo
2022-04-11
test: adjust load and store test
Wayne Zuo
2022-04-04
cmd/compile: use shlx&shrx instruction for GOAMD64>=v3
Wayne Zuo
2022-04-04
cmd/compile: use LZCNT instruction for GOAMD64>=3
Wayne Zuo
2022-04-03
cmd/compile: add MOVBEWstore support for GOAMD64>=3
Wayne Zuo
2022-03-25
cmd/compile: merge ANDconst and UBFX into UBFX on arm64
fanzha02
2022-03-01
cmd/compile: include all entries in map literal hint size
Keith Randall
2021-11-01
test/codegen: updated arithmetic tests to verify on ppc64,ppc64le
Archana R
2021-10-21
test/codegen: updated comparison test to verify on ppc64,ppc64le
Archana R
2021-10-19
cmd/compile: use MOVBE instruction for GOAMD64>=v3
wdvxdr
2021-10-19
Revert "cmd/compile: use MOVBE instruction for GOAMD64>=v3"
Daniel Martí
2021-10-18
cmd/compile/internal/ssagen: set BitLen32 as intrinsic on PPC64
Lynn Boger
2021-10-18
cmd/compile: use MOVBE instruction for GOAMD64>=v3
wdvxdr
2021-10-12
cmd/compile: use ANDL for small immediates
Jake Ciolek
2021-10-09
cmd/compile: eliminate successive swaps
Alejandro García Montoro
2021-10-06
cmd/compile: inline memequal(x, const, sz) for small sizes
Ruslan Andreev
2021-10-05
cmd/compile: don't emit unnecessary amd64 extension checks
nimelehin
2021-10-05
cmd/compile: use TZCNT instruction for GOAMD64>=v3
wdvxdr
2021-09-29
test: update test/codegen/noextend.go to work with either ABI on ppc64x
Lynn Boger
2021-09-29
cmd/compile: add PPC64-specific inlining for runtime.memmove
Archana R
2021-09-24
cmd/compile: optimise immediate operands with constants on riscv64
Joel Sing
2021-09-24
test/codegen: add shift tests for RISCV64
Joel Sing
2021-09-22
cmd/compile: use BMI1 instructions for GOAMD64=v3 and higher
Matthew Dempsky
2021-09-20
cmd/compile: allow rotates to be merged with logical ops on arm64
Keith Randall
2021-09-19
cmd/compile: fold double negate on arm64
Keith Randall
2021-09-19
cmd/compile: implement constant rotates on arm64
Keith Randall
2021-09-10
cmd/compile: add support for Abs and Copysign intrinsics on riscv64
Michael Munday
2021-09-10
cmd/compile: simiplify arm64 bitfield optimizations
fanzha02
2021-09-08
test/codegen: fix package name for test case
Michael Munday
2021-09-08
test/codegen: fix compilation of bitfield tests
Michael Munday
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
[prev]
[next]