aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal
AgeCommit message (Expand)Author
2018-06-26cmd/compile: improve escape analysis explanationgo1.11beta1David Chase
2018-06-25cmd/compile: avoid remainder in loopbce when increment=0David Chase
2018-06-22cmd/compile: fix compile failure for lazily resolved shadowed typesMatthew Dempsky
2018-06-22cmd/compile: convert uint32 to int32 in ARM constant folding rulesCherry Zhang
2018-06-21cmd/compile: fix recursive inimport handlingMatthew Dempsky
2018-06-21cmd/compile: improve atomic add intrinsics with ARMv8.1 new instructionWei Xiao
2018-06-19cmd/compile: conditional on -race, disable inline of go:noraceDavid Chase
2018-06-19cmd/compile: more accurate position for select case error messageRobert Griesemer
2018-06-19cmd/compile: fix exporting of 'for' loopsRobert Griesemer
2018-06-16cmd/compile: add more color choices to ssa.htmlYury Smolsky
2018-06-14cmd/compile: ensure that operand of ORETURN is not double-walkedDavid Chase
2018-06-13cmd/compile: make case insensitive suggestions aware of packageEmmanuel T Odeke
2018-06-13cmd/compile: use expandable columns in ssa.htmlYury Smolsky
2018-06-12cmd/compile: use a different register for updated value in AtomicAnd8/Or8 on ...Cherry Zhang
2018-06-12cmd/compile: correct alias cycle detectionRobert Griesemer
2018-06-11runtime/race: implement race detector for ppc64leLynn Boger
2018-06-11cmd/compile: add doc comment to the parseFiles functionYury Smolsky
2018-06-08cmd/compile: mark BS{F,R}L as clobbering flagsKeith Randall
2018-06-06cmd/compile: fix panic-okay-to-inline change; adjust testsDavid Chase
2018-06-06cmd/compile: fix OffPtr with negative offset on wasmRichard Musiol
2018-06-06cmd/compile: terminate compilation if type-checking failsRobert Griesemer
2018-06-05cmd/compile: avoid nil pointer deref in debugging outputRobert Griesemer
2018-06-05cmd/compile: revert internal parameter rename (from ".anonX" to "") before ex...Robert Griesemer
2018-06-05cmd/compile: fix printing of array types in error messagesRobert Griesemer
2018-06-02cmd/compile: include callee args section when checking frame too largeKeith Randall
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-06-01cmd/compile: fix comment to reference runtime.countrunesMartin Möhrmann
2018-05-31Revert "cmd/compile: ignore g register in liveness analysis"Austin Clements
2018-05-30cmd/compile: do not allow regalloc to LoadReg G registerDavid Chase
2018-05-29cmd/compile: update WBLoads during deadcodeKeith Randall
2018-05-29cmd/compile: reject large argument areasKeith Randall
2018-05-29cmd/compile: fix trivial typos in commentsJosh Bleecher Snyder
2018-05-25cmd/compile: fix DWARF inline debug issue with dead local varsThan McIntosh
2018-05-25cmd/compile: make -W and -w headers and footers clearerJosh Bleecher Snyder
2018-05-25cmd/compile: improve fncall docsJosh Bleecher Snyder
2018-05-24cmd/compile: fix write barrier control value on wasmRichard Musiol
2018-05-23cmd/compile: fix debug info generation for loads from PhisHeschi Kreinick
2018-05-23cmd/compile: clean up debug info generation loggingHeschi Kreinick
2018-05-23cmd/compile: add wasm stack optimizationRichard Musiol
2018-05-23cmd/compile: grow stack before test() to avoid gdb misbehaviorDavid Chase
2018-05-22cmd/compile: ignore g register in liveness analysisAustin Clements
2018-05-22cmd/compile: common up code in fuse for joining blocksDavid Chase
2018-05-22cmd/compile: reuse liveness structuresAustin Clements
2018-05-22cmd/compile: make LivenessMap denseAustin Clements
2018-05-22cmd/compile: incrementally compact liveness mapsAustin Clements
2018-05-22cmd/compile: abstract bvec setsAustin Clements
2018-05-22cmd/compile: single pass over Blocks in Liveness.epilogueAustin Clements
2018-05-22cmd/compile: add rulegen diagnosticKeith Randall
2018-05-22cmd/compile, cmd/internal/obj: record register maps in binaryAustin Clements
2018-05-22cmd/compile: compute register liveness mapsAustin Clements