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-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
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
[prev]
[next]