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-10-19
test/codegen: fix PPC64 AddLargeConst test
Paul E. Murphy
2023-10-18
cmd/compile/internal/ssa: on PPC64, generate large constant paddi
Paul E. Murphy
2023-10-18
cmd/compile: avoid ANDCCconst on PPC64 if condition not needed
Lynn Boger
2023-10-12
cmd/compile: when combining stores, use line number of first store
Keith Randall
2023-10-09
cmd/compile: use type hash from itab field instead of type field
Keith Randall
2023-10-09
cmd/compile: use cache in front of convI2I
Keith Randall
2023-10-07
cmd/compile: optimize right shifts of uint32 on riscv
Mark Ryan
2023-10-06
cmd/compile: expand calls cleanup
David Chase
2023-10-06
cmd/compile: use cache in front of type assert runtime call
Keith Randall
2023-10-06
cmd/compile: add a cache to interface type switches
Keith Randall
2023-10-06
cmd/compile: improve interface type switches
Keith Randall
2023-10-05
cmd/internal/obj/ppc64: generate MOVD mask constants in register
Paul E. Murphy
2023-10-04
cmd/internal/obj/ppc64: generate small, shifted constants in register
Paul E. Murphy
2023-09-22
cmd/compile/internal/ssa: optimize (AND (MOVDconst [-1] x)) on PPC64
Paul E. Murphy
2023-09-21
cmd/compile: optimize absorbing InvertFlags into Noov comparisons for arm64
eric fang
2023-09-12
cmd/compile: sparse conditional constant propagation
Yi Yang
2023-09-06
cmd/compile/internal/ssa: improve masking codegen on PPC64
Paul E. Murphy
2023-08-23
cmd/compile: use jump tables for large type switches
Keith Randall
2023-08-23
cmd/compile: allow non-pointer writes in the middle of a write barrier
Keith Randall
2023-08-22
cmd/compile: add single-precision FMA code generation for riscv64
Meng Zhuo
2023-08-22
cmd/compile: improve FP FMA performance on riscv64
Meng Zhuo
2023-08-21
cmd/compile: remove more extension ops when not needed
Keith Randall
2023-08-04
cmd/compile: don't use BTS when OR works, add direct memory BTS operations
Keith Randall
2023-07-31
cmd/compile: try to rewrite loops to count down
Jorropo
2023-07-31
cmd/compile: intrinsify Sub64 on mips64
Junxian Zhu
2023-07-31
cmd/compile: intrinsify Add64 on mips64
Junxian Zhu
2023-07-26
cmd/compile: add indexed SET* opcodes for amd64
Keith Randall
2023-07-26
cmd/compile: get rid of special case in scheduler for entry block
Keith Randall
2023-07-26
cmd/compile: optimize s==s for strings
Keith Randall
2023-07-21
cmd/compile: memcombine if values being stored are from consecutive loads
Keith Randall
2023-07-18
all: fix typos
Jes Cok
2023-07-12
cmd/compile: on PPC64, fix sign/zero extension when masking
Paul E. Murphy
2023-07-05
cmd/compile: fix FMA negative commutativity of riscv64
Meng Zhuo
2023-07-04
test/codegen: enable Mul2 DivPow2 test for riscv64
Meng Zhuo
2023-06-15
test/codegen: add fsqrt test for riscv64
Meng Zhuo
2023-06-12
cmd/compile: use callsite as line number for argument marshaling
Keith Randall
2023-06-01
cmd/internal/testdir: pass if GOEXPERIMENT=cgocheck2 is set
Austin Clements
2023-05-24
Revert "cmd/compile: sparse conditional constant propagation"
Bryan Mills
2023-05-24
cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on mi...
Junxian Zhu
2023-05-24
cmd/compile: sparse conditional constant propagation
Yi Yang
2023-05-23
cmd/compile: avoid slicebytetostring call in len(string([]byte))
Cuong Manh Le
2023-05-22
cmd/compile: incorporate inlined function names into closure naming
Matthew Dempsky
2023-05-16
cmd/compile: make memcombine pass a bit more robust to reassociation of exprs
Keith Randall
2023-05-15
cmd/compile: update rules to generate more prefixed instructions
Lynn Boger
2023-05-12
internal/testdir: move to cmd/internal/testdir
Dmitri Shuralyov
2023-05-10
cmd/compile: add De Morgan's rewrite rule
Stefan
2023-05-08
test: add memcombine testcases for ppc64
Lynn Boger
2023-05-08
math: optimize math.Abs on mipsx
Junxian Zhu
2023-05-05
math: optimize math.Abs on mips64x
Junxian Zhu
2023-04-18
cmd/compile: remove memequal call from string compares in more cases
Keith Randall
[prev]
[next]