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-04-07
cmd/compile: get more bounds info from logic operators in prove pass
ruinan
2023-03-24
cmd/compile: optimize cmp to cmn under conditions < and >= on arm64
erifan01
2023-03-22
cmd/compile: fix incorrect truncating when converting CMP to TST on arm64
erifan01
2023-03-20
cmd/compile: add rewrite rules for arithmetic operations
Yi Yang
2023-03-14
cmd/compile: instrinsify TrailingZeros{8,32,64} for 386
Wayne Zuo
2023-02-28
cmd/compile: omit redundant sign/unsign extension on arm64
ruinan
2023-02-28
cmd/dist, test: convert test/run.go runner to a cmd/go test
Dmitri Shuralyov
2023-02-27
cmd/compile: use zero constants in comparisons where possible
Michael Munday
2023-02-23
cmd/compile: inline constant sized memclrNoHeapPointers calls on PPC64
Lynn Boger
2023-02-08
cmd/compile: intrinsify math/bits/ReverseBytes{32|64} for 386
Wayne Zuo
2023-02-06
cmd/compile: add rules to emit SETBC/R instructions on power10
Archana R
2023-02-03
cmd/compile: intrinsify math/bits/ReverseBytes{16|32|64} for ppc64/power10
Archana R
2023-02-01
cmd/compile: schedule values with no in-block uses later
Keith Randall
2023-01-31
cmd/compile: inline known-size memclrNoHeapPointers calls
Jakub Ciolek
2023-01-27
test/codegen: merge identical ppc64 and ppc64le tests
Paul E. Murphy
2023-01-27
test/codegen: combine trivial PPC64 tests into ppc64x
Paul E. Murphy
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
[prev]
[next]