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
/
src
/
cmd
/
compile
/
internal
/
ssa
Age
Commit message (
Expand
)
Author
2023-02-17
cmd/compile: move raw writes out of write barrier code
Keith Randall
2023-02-17
cmd/compile: ensure constant folding of pointer arithmetic remains a pointer
Keith Randall
2023-02-16
cmd/compile: ensure InitMem comes after Args
Keith Randall
2023-02-16
runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
Keith Randall
2023-02-16
cmd/compile: detect write barrier completion differently
Keith Randall
2023-02-16
cmd/compile: reorganize write barrier code a bit
Keith Randall
2023-02-15
cmd/compile: share compiler allocations of similar shapes
Keith Randall
2023-02-15
cmd/compile: schedule SP earlier
Keith Randall
2023-02-08
cmd/compile: use MakeResult in empty MakeSlice elimination
Jorropo
2023-02-07
cmd/compile: remove unused ISELB PPC64 ssa opcode
Paul E. Murphy
2023-02-06
cmd/compile: replace os.MkdirTemp with T.TempDir
Oleksandr Redko
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-26
cmd/compile: improve register overwrite decision for resultInArg0 ops
Keith Randall
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2023-01-25
Revert "cmd/compile: improve register overwrite decision for resultInArg0 ops"
Keith Randall
2023-01-25
cmd/compile: improve register overwrite decision for resultInArg0 ops
Keith Randall
2023-01-24
Revert "cmd/compile: teach prove about bitwise OR operation"
Keith Randall
2023-01-23
cmd/compile: teach prove about unsigned division, modulus and rsh
Jorropo
2023-01-23
cmd/compile: make loopbce handle 8, 16 and 32 bit induction variables
Jakub Ciolek
2023-01-21
test: test that we schedule OpArgIntReg early
Keith Randall
2023-01-20
cmd/compile: ensure register args come before on-stack args in schedule
Keith Randall
2023-01-20
cmd/compile: use a boolean as a avoid clobbering flags mov marker
Jakub Ciolek
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-20
cmd/compile: improve scheduling pass
Keith Randall
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2023-01-19
cmd/compile: add memory argument to GetCallerSP
Keith Randall
2023-01-19
cmd/compile: add anchored version of SP
Keith Randall
2023-01-19
cmd/compile/internal/ssa: generate code via a //go:generate directive
Dmitri Shuralyov
2023-01-17
cmd/dist: make toolchain build reproducible
Russ Cox
2023-01-17
cmd/compile: ensure temp register mask isn't empty
Keith Randall
2023-01-09
cmd/compile: prevent IsNewObject from taking quadratic time
Keith Randall
2022-12-17
cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6...
Guoqi Chen
2022-12-11
cmd/compile: fix conditional move rule on PPC64
Keith Randall
2022-12-09
cmd/compile: fix conditional select rule
Keith Randall
2022-12-05
cmd/compile: clean up amd64 opcode comments
Keith Randall
2022-12-03
all: fix some comments for method
cui fliter
2022-11-30
cmd/compile: disallow CMOV optimization with ptr arithmetic as an arg
Keith Randall
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-18
cmd/compile: fix wrong optimization for eliding Not in Phi
Wayne Zuo
2022-11-17
cmd/compile: teach regalloc about temporary registers
Keith Randall
2022-11-16
cmd/compile: elide unnecessary Not in Phi block controls
Jakub Ciolek
2022-11-15
cmd/compile: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2022-11-15
cmd/compile: add testing-flag guard to package-is-collected assert
David Chase
2022-11-15
cmd/compile: remove manually implemented popcount in _gen/main.go
Jorropo
2022-11-14
cmd/compile: merge zero constant ISEL in PPC64 lateLower pass
Paul E. Murphy
2022-11-11
all: fix problematic comments
cui fliter
[next]