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
2023-01-24
test/codegen: accept ppc64x as alias for ppc64le and ppc64 arches
Paul E. Murphy
2023-01-23
internal/abi,runtime: refactor map constants into one place
David Chase
2023-01-20
cmd/compile: AMD64v3 remove unnecessary TEST comparision in isPowerOfTwo
Jorropo
2023-01-20
cmd/compile: rewrite empty makeslice to zerobase pointer
Jorropo
2023-01-19
cmd/compile: add anchored version of SP
Keith Randall
2022-12-06
cmd/compile: turn off jump tables when spectre retpolines are on
Keith Randall
2022-11-14
cmd/compile: merge zero constant ISEL in PPC64 lateLower pass
Paul E. Murphy
2022-11-09
cmd/compile: enable brachelim pass on loong64
Wayne Zuo
2022-11-07
codegen: check for PPC64 ISEL in condmove tests
Paul E. Murphy
2022-11-03
cmd/compile/internal/ssa: re-adjust CarryChainTail scheduling priority
Paul E. Murphy
2022-10-31
cmd/compile: add rule for post-decomposed growslice optimization
Keith Randall
2022-10-27
cmd/compile: recognize when the result of append has a constant length
Keith Randall
2022-10-07
cmd/compile: intrinsify Sub64 on loong64
Wayne Zuo
2022-10-07
cmd/compile: intrinsify Add64 on loong64
Wayne Zuo
2022-10-06
cmd/compile: fold constant shift with extension on riscv64
Wayne Zuo
2022-10-05
cmd/compile: add late lower pass for last rules to run
eric fang
2022-09-27
cmd/compile: use stricter rule for possible partial overlap
Keith Randall
2022-09-20
cmd/compile: Add some CMP and CMN optimization rules on arm64
eric fang
2022-09-17
cmd/compile: resolve known outcomes for SLTI/SLTIU on riscv64
Joel Sing
2022-09-07
cmd/compile: Add shiftIsBounded check for logic shifts of arm64
ruinan
2022-09-02
cmd/compile: rewrite >>c<<c to &^(1<<c-1)
Keith Randall
2022-09-02
cmd/compile/internal/noder: allow OCONVNOP for identical iface conversions
Matthew Dempsky
2022-09-02
cmd/compile: new inline heuristic for struct compares
Derek Parker
2022-09-02
cmd/compile: optimize RotateLeft8/16 on arm64
ruinan
2022-09-02
cmd/compile: optimize shift ops on arm64 when the shift value is v&63
ruinan
2022-08-31
cmd/compile: combine multiple rotate instructions
Keith Randall
2022-08-31
cmd/compile: use better splitting condition for string binary search
Keith Randall
2022-08-31
cmd/compile: simplify bounded shift on riscv64
Wayne Zuo
2022-08-30
cmd/compile: intrinsify RotateLeft{32,64} on loong64
Wayne Zuo
2022-08-27
cmd/compile: intrinsify Sub64 on riscv64
Wayne Zuo
2022-08-27
cmd/compile: intrinsify Add64 on riscv64
Wayne Zuo
2022-08-24
cmd/compile: deadcode for LoweredMuluhilo on riscv64
Wayne Zuo
2022-08-23
cmd/compile: move SSA rotate instruction detection to arch-independent rules
Keith Randall
2022-08-23
cmd/internal/obj/arm64: remove the transition from $0 to ZR
eric fang
2022-08-23
cmd/compile/internal/ssa: optimize memory moving on arm64
eric fang
2022-08-22
cmd/compile: split Muluhilo op on ARM64
Cherry Mui
2022-08-18
cmd/compile: stop using VARKILL
Keith Randall
2022-08-17
test/codegen: updated multiple tests to verify on ppc64,ppc64le
Archana R
2022-08-15
cmd/compile: combine more constant stores on amd64
Wayne Zuo
2022-08-10
cmd/compile/internal/ssa: optimize ARM64 code with TST
eric fang
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2022-08-08
cmd/compile: fix confusion with ANDCCconst in PPC64 rules
Lynn Boger
2022-08-08
cmd/compile: optimize unsafe.Slice generated code
Keith Randall
2022-08-08
cmd/compile: store combine on amd64
cuiweixie
2022-05-16
cmd/compile: set LocalPkg.Path to -p flag
Matthew Dempsky
2022-05-13
cmd/compile: use jump table on ARM64
Cherry Mui
2022-05-10
cmd/compile: lower Add64/Sub64 into ssa on PPC64
Paul E. Murphy
2022-05-04
cmd/compile: fold constants found by prove
Jorropo
2022-05-04
cmd/compile: combine OR + NOT into ORN on PPC64
Paul E. Murphy
2022-05-03
cmd/compile: support pointers to arrays in arrayClear
Cuong Manh Le
[next]