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
Age
Commit message (
Expand
)
Author
2018-06-26
cmd/compile: improve escape analysis explanation
go1.11beta1
David Chase
2018-06-25
cmd/compile: avoid remainder in loopbce when increment=0
David Chase
2018-06-22
cmd/compile: fix compile failure for lazily resolved shadowed types
Matthew Dempsky
2018-06-22
cmd/compile: convert uint32 to int32 in ARM constant folding rules
Cherry Zhang
2018-06-21
cmd/compile: fix recursive inimport handling
Matthew Dempsky
2018-06-21
cmd/compile: improve atomic add intrinsics with ARMv8.1 new instruction
Wei Xiao
2018-06-19
cmd/compile: conditional on -race, disable inline of go:norace
David Chase
2018-06-19
cmd/compile: more accurate position for select case error message
Robert Griesemer
2018-06-19
cmd/compile: fix exporting of 'for' loops
Robert Griesemer
2018-06-16
cmd/compile: add more color choices to ssa.html
Yury Smolsky
2018-06-14
cmd/compile: ensure that operand of ORETURN is not double-walked
David Chase
2018-06-13
cmd/compile: make case insensitive suggestions aware of package
Emmanuel T Odeke
2018-06-13
cmd/compile: use expandable columns in ssa.html
Yury Smolsky
2018-06-12
cmd/compile: use a different register for updated value in AtomicAnd8/Or8 on ...
Cherry Zhang
2018-06-12
cmd/compile: correct alias cycle detection
Robert Griesemer
2018-06-11
runtime/race: implement race detector for ppc64le
Lynn Boger
2018-06-11
cmd/compile: fix wording in README
Yury Smolsky
2018-06-11
cmd/compile: add doc comment to the parseFiles function
Yury Smolsky
2018-06-08
cmd/compile: mark BS{F,R}L as clobbering flags
Keith Randall
2018-06-06
cmd/compile: fix panic-okay-to-inline change; adjust tests
David Chase
2018-06-06
cmd/compile: fix OffPtr with negative offset on wasm
Richard Musiol
2018-06-06
cmd/compile: terminate compilation if type-checking fails
Robert Griesemer
2018-06-05
cmd/compile: avoid nil pointer deref in debugging output
Robert Griesemer
2018-06-05
cmd/compile: revert internal parameter rename (from ".anonX" to "") before ex...
Robert Griesemer
2018-06-05
cmd/compile: fix printing of array types in error messages
Robert Griesemer
2018-06-02
cmd/compile: include callee args section when checking frame too large
Keith Randall
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-06-01
cmd/compile: fix comment to reference runtime.countrunes
Martin Möhrmann
2018-05-31
Revert "cmd/compile: ignore g register in liveness analysis"
Austin Clements
2018-05-30
cmd/compile: do not allow regalloc to LoadReg G register
David Chase
2018-05-29
cmd/compile: update WBLoads during deadcode
Keith Randall
2018-05-29
cmd/compile: reject large argument areas
Keith Randall
2018-05-29
cmd/compile: fix trivial typos in comments
Josh Bleecher Snyder
2018-05-26
cmd/compile,go/build,internal/cpu: gofmt
Elias Naur
2018-05-25
cmd/compile: fix DWARF inline debug issue with dead local vars
Than McIntosh
2018-05-25
cmd/compile: make -W and -w headers and footers clearer
Josh Bleecher Snyder
2018-05-25
cmd/compile: improve fncall docs
Josh Bleecher Snyder
2018-05-24
cmd/compile: fix write barrier control value on wasm
Richard Musiol
2018-05-23
cmd/compile: fix debug info generation for loads from Phis
Heschi Kreinick
2018-05-23
cmd/compile: clean up debug info generation logging
Heschi Kreinick
2018-05-23
cmd/compile: add wasm stack optimization
Richard Musiol
2018-05-23
cmd/compile: grow stack before test() to avoid gdb misbehavior
David Chase
2018-05-22
cmd/compile: ignore g register in liveness analysis
Austin Clements
2018-05-22
cmd/compile: common up code in fuse for joining blocks
David Chase
2018-05-22
cmd/compile: reuse liveness structures
Austin Clements
2018-05-22
cmd/compile: make LivenessMap dense
Austin Clements
2018-05-22
cmd/compile: incrementally compact liveness maps
Austin Clements
2018-05-22
cmd/compile: abstract bvec sets
Austin Clements
2018-05-22
cmd/compile: single pass over Blocks in Liveness.epilogue
Austin Clements
2018-05-22
cmd/compile: add rulegen diagnostic
Keith Randall
[next]