summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: move Frontend field from ssa.Config to ssa.FuncJosh Bleecher Snyder2017-03-1751-2228/+922
* cmd/compile: evaluate config as needed in rewrite rulesJosh Bleecher Snyder2017-03-1725-11995/+11847
* cmd/compile/internal/gc: rename Thearch to thearchMatthew Dempsky2017-03-179-36/+36
* cmd/compile: eliminate direct uses of gc.Thearch in backendsMatthew Dempsky2017-03-1720-160/+129
* strconv: replace small int string table with constant stringRobert Griesemer2017-03-171-21/+32
* go/types: enforce Check path restrictions via panicsDaniel Martí2017-03-171-0/+3
* encoding/gob: make integers encoding fasterAlberto Donizetti2017-03-172-9/+9
* cmd/compile: intrinsic for math/bits.Reverse on ARM64Keith Randall2017-03-175-0/+128
* cmd/go: fix race libraries rebuilding by `go test -i`Alexander Menzhinsky2017-03-174-17/+32
* mime: handling invalid mime media parametersAlexey Neganov2017-03-172-6/+22
* hash/crc32: improve performance for ppc64leLynn Boger2017-03-176-3/+4234
* image/png: decode Gray8 transparent images.Nigel Tao2017-03-172-2/+75
* cmd/compile: relocate code from config.go to func.goJosh Bleecher Snyder2017-03-172-84/+82
* cmd/compile: rearrange fields between ssa.Func, ssa.Cache, and ssa.ConfigJosh Bleecher Snyder2017-03-1716-151/+114
* cmd/compile: avoid calling unnecessary Sym format routineJosh Bleecher Snyder2017-03-171-1/+1
* cmd/compile: move hasdefer to FuncJosh Bleecher Snyder2017-03-176-7/+9
* cmd/internal/obj/ppc64: remove stackbarrier function checkJosh Bleecher Snyder2017-03-171-5/+2
* go/types: better error for assignment count mismatchesRobert Griesemer2017-03-175-24/+24
* cmd/compile: eliminate "assignment count mismatch" - not needed anymoreRobert Griesemer2017-03-173-5/+5
* cmd/compile: further clarify assignment count mismatch error messageJeremy Jackins2017-03-161-1/+1
* cmd/compile: intrinsics for math/bits.{Len,LeadingZeros}Keith Randall2017-03-1619-10/+979
* doc: reorganize the contribution guidelines into a guideSteve Francia2017-03-161-184/+343
* strconv: optimize formatting for small decimal intsAliaksandr Valialkin2017-03-162-4/+52
* cmd/compile: intrinsify math/bits.ReverseBytesKeith Randall2017-03-162-3/+65
* cmd/compile: fix MIPS Zero lower ruleCherry Zhang2017-03-162-3/+3
* cmd/compile/internal/syntax: track column position at function endMatthew Dempsky2017-03-163-33/+31
* cmd/compile: use type information in Aux for Store sizeCherry Zhang2017-03-1641-2108/+2007
* cmd/compile: add a test for writebarrier pass with single-block loopCherry Zhang2017-03-161-0/+24
* cmd/compile: clean up SSA-building codeCherry Zhang2017-03-165-189/+62
* cmd/compile: move write barrier insertion to SSACherry Zhang2017-03-167-30/+63
* cmd/compile: pass types on SSA Store/Move/Zero opsCherry Zhang2017-03-1614-97/+217
* runtime: remove unused g parameterDaniel Martí2017-03-162-2/+2
* runtime: improve IndexByte for ppc64xCarlos Eduardo Seo2017-03-161-35/+165
* cmd/compile: intrinsics for math/bits.TrailingZerosXKeith Randall2017-03-1614-280/+484
* runtime: make complex division c99 compatibleMartin Möhrmann2017-03-156-2518/+4258
* runtime: print user stack on other threads during GOTRACBEACK=crashAustin Clements2017-03-153-1/+87
* runtime: make GOTRACEBACK=crash crash promptly in cgo binariesAustin Clements2017-03-152-1/+5
* cmd/compile: check labels and gotos before building SSAJosh Bleecher Snyder2017-03-155-197/+340
* cmd/compile: ensure TESTQconst AuxInt is in rangeJosh Bleecher Snyder2017-03-153-6/+42
* archive/zip: parallelize benchmarksBryan C. Mills2017-03-152-10/+29
* cmd/link: on PPC64, put plt stubs at beginning of TextpCherry Zhang2017-03-151-1/+7
* cmd/compile: define roles for ssa.Func, ssa.Config, and ssa.CacheJosh Bleecher Snyder2017-03-153-2/+16
* cmd/compile: put spills in better placesDavid Chase2017-03-153-396/+273
* cmd/compile/internal/gc: mark generated wrappers as DUPOKPhilip Hofer2017-03-154-0/+60
* cmd/compile: don't spill rematerializeable value when resolving merge edgesCherry Zhang2017-03-142-4/+58
* cmd/compile: refactor liveness analysis for moving to SSAMatthew Dempsky2017-03-141-70/+62
* *.bash: always use the same string equality operatorDaniel Martí2017-03-148-22/+22
* cmd/compile: eliminate fmtmode and fmtpkgpfx globalsJosh Bleecher Snyder2017-03-142-293/+416
* cmd/compile: improve assignment count mismatch error messageMichael Stapelberg2017-03-141-1/+1
* cmd/compile/internal/ssa: remove unused OpFuncMatthew Dempsky2017-03-142-12/+3