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-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
2022-11-11
cmd/compile: remove output registers limit for MUL/DIV on loong64
Wayne Zuo
2022-11-10
cmd/compile: teach prove about signed domain relations of constant integer Phi's
Jakub Ciolek
2022-11-10
cmd/compile: add ability to hash-debug on file:line, including inlining
David Chase
2022-11-09
all: add missing copyright header
cui fliter
2022-11-09
cmd/compile: enable brachelim pass on loong64
Wayne Zuo
2022-11-03
cmd/compile/internal/ssa: re-adjust CarryChainTail scheduling priority
Paul E. Murphy
2022-11-03
cmd/compile: add debug-hash flag for fused-multiply-add
David Chase
2022-11-03
cmd/compile: remove issueSpill
liu-xuewen
2022-11-02
cmd/compile: renovate GOSSAHASH
David Chase
2022-10-31
cmd/compile: add cache of sizeable objects so they can be reused
Keith Randall
2022-10-31
cmd/compile: separate out sparsemaps that need position
Keith Randall
2022-10-31
cmd/compile: add rule for post-decomposed growslice optimization
Keith Randall
2022-10-29
cmd/compile: enable address folding for global symbols of shared library
erifan01
2022-10-29
cmd/compile: add missing tail calls flag for linux/loong64
Guoqi Chen
2022-10-28
cmd/compile: emit DIEs for zero sized variables
Alessandro Arzilli
[next]