aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/go.go
AgeCommit message (Expand)Author
2017-06-14[dev.typealias] all: merge go1.8.3 into dev.typealiasdev.typealiasRuss Cox
2017-05-24[release-branch.go1.8] cmd/compile: zero ambiguously live variables at VARKILLsKeith Randall
2017-01-12[dev.typealias] cmd/compile: type-check type alias declarationsRobert Griesemer
2016-11-30cmd/compile/internal/gc: document variables and functionsKevin Burke
2016-11-02cmd/compile: do more type conversion inlineKeith Randall
2016-10-28cmd/compile: don't alloc Name/Param for unresolved symsJosh Bleecher Snyder
2016-10-27cmd/compile: import/export of alias declarationsRobert Griesemer
2016-10-27cmd/compile: remove Label typeJosh Bleecher Snyder
2016-10-26cmd/compile: remove unused writebarrierptr, typedmemmove NodesAustin Clements
2016-10-20cmd/compile: a couple of minor comment fixesRobert Griesemer
2016-10-06cmd/compile/internal/gc: unexport global variable PcHajime Hoshi
2016-09-22cmd/compile: use ISEL, cleanup use of zero & extensionsDavid Chase
2016-09-21cmd/compile: simplify obj.ProgInfo and extract from obj.ProgMatthew Dempsky
2016-09-17cmd/internal/obj: simplify PlistsMatthew Dempsky
2016-09-16cmd/compile: remove Arch.REGCTXTMatthew Dempsky
2016-09-16cmd/compile: remove unused Label fieldsMatthew Dempsky
2016-09-16cmd/compile: reorganize SSA register numberingKeith Randall
2016-09-16cmd/compile: remove BetypeinitMatthew Dempsky
2016-09-16cmd/compile: remove traces of old register allocatorMatthew Dempsky
2016-09-15cmd/compile: remove ginsJosh Bleecher Snyder
2016-09-15cmd/compile/internal/gc: unexport private variablesDave Cheney
2016-09-15cmd/compile, runtime: remove throwreturnMatthew Dempsky
2016-09-15cmd/compile: delete lots of the legacy backendKeith Randall
2016-09-13cmd/compile: remove two unnecessary Pkg fieldsMatthew Dempsky
2016-09-13cmd/compile/internal/gc: eliminate bstdoutMatthew Dempsky
2016-09-12cmd/compile: remove incannedimportMatthew Dempsky
2016-08-29cmd/compile: document more Node fieldsKevin Burke
2016-08-16cmd/compile/internal/gc: get rid of useless autopkg variableBrad Fitzpatrick
2016-06-07cmd/compile: use fake package for allocating autosKeith Randall
2016-05-27cmd/compile: delete Func.OuterRuss Cox
2016-05-27cmd/compile: eliminate PPARAMREFRuss Cox
2016-05-27cmd/compile: fix liveness computation for heap-escaped parametersRuss Cox
2016-05-09cmd/compile: add -linkobj flag to allow writing object file in two partsRuss Cox
2016-04-27cmd/compile: enable const division for arm64Zhongwei Yao
2016-04-20cmd/compile: change the way we handle large map valuesKeith Randall
2016-04-14cmd/compile/internal/gc: change flags to bool where possibleMatthew Dempsky
2016-04-13cmd/compile, etc: use name for type pkgPathDavid Crawshaw
2016-04-12cmd/link, etc: store typelinks as offsetsDavid Crawshaw
2016-04-09cmd: remove bio.BufReader and bio.BufWriterDave Cheney
2016-04-08cmd: replace bio.Buf with bio.Reader and bio.WriterDave Cheney
2016-04-07cmd: extract obj's Biobuf code into new bio packageMatthew Dempsky
2016-04-07cmd: add new common architecture representationMatthew Dempsky
2016-04-05cmd/compile: move a lot of declarations outside of go.goMatthew Dempsky
2016-04-05cmd/compile: add comments explaining how declarations/scopes workMatthew Dempsky
2016-04-03cmd/compile: give ChanDir a typeBrad Fitzpatrick
2016-03-30cmd/compile: use t.IsFoo() instead of Isfoo[t.Etype]Matthew Dempsky
2016-03-29cmd/compile: optimize remaining convT2I callsMichel Lespinasse
2016-03-29cmd/compile: emit itabs and itablinksMichel Lespinasse
2016-03-28cmd/compile: added some intrinsics to SSA back endDavid Chase
2016-03-26cmd/compile: simplify keydupMatthew Dempsky