aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-15[dev.ssa] cmd/compile: PPC64, FP to/from int conversions.dev.ssaDavid Chase
2016-08-15[dev.ssa] cmd/compile, etc.: more ARM64 optimizations, and enable SSA by defaultCherry Zhang
2016-08-11[dev.ssa] cmd/compile: simplify 386+PIC+globals a bitKeith Randall
2016-08-11[dev.ssa] cmd/compile: fix fp constant loads for 386+PICKeith Randall
2016-08-11[dev.ssa] cmd/compile: add some ARM64 optimizationsCherry Zhang
2016-08-10[dev.ssa] cmd/internal/obj/arm64: fix encoding constant into some instructionsCherry Zhang
2016-08-10[dev.ssa] cmd/compile: implement GO386=387Keith Randall
2016-08-10[dev.ssa] cmd/compile: more fixes for 386 shared librariesKeith Randall
2016-08-09[dev.ssa] cmd/compile: PPC: FP load/store/const/cmp/neg; div/modDavid Chase
2016-08-09[dev.ssa] cmd/compile: fix PIC for SSA-generated codeKeith Randall
2016-08-09[dev.ssa] cmd/compile: port SSA backend to amd64p32Keith Randall
2016-08-08Merge "[dev.ssa] Merge commit 'f135c326402aaa757aa96aad283a91873d4ae124' into...Gerrit Code Review
2016-08-07[dev.ssa] cmd/compile: remove flags from regMaskCherry Zhang
2016-08-06[dev.ssa] cmd/compile: PPC64, load/store by type, shifts, divisions, boolsDavid Chase
2016-08-04[dev.ssa] cmd/compile: PPC64, add cmp->bool, some shifts, hmulDavid Chase
2016-08-04[dev.ssa] Merge commit 'f135c326402aaa757aa96aad283a91873d4ae124' into mergeb...Keith Randall
2016-08-04runtime: initialize hash algs before typemapDavid Crawshaw
2016-08-04[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall
2016-08-03[dev.ssa] cmd/compile: refactor out rulegen value parsingJosh Bleecher Snyder
2016-08-02VERSION: remove erroneously committed VERSION fileChris Broadfoot
2016-08-02all: merge master into release-branch.go1.7Chris Broadfoot
2016-08-02runtime: fix nanotime for macOS Sierra, again.Brad Fitzpatrick
2016-08-02cmd/doc: ensure functions with unexported return values are shownJoe Tsai
2016-08-02go1.7rc4go1.7rc4Chris Broadfoot
2016-08-02cmd/doc: handle embedded interfaces properlyJoe Tsai
2016-08-01all: merge master into release-branch.go1.7Chris Broadfoot
2016-08-02net: prevent cancelation goroutine from adjusting fd timeout after connectBrad Fitzpatrick
2016-08-02doc/go1.7.html: mention Server.Serve HTTP/2 behavior changeBrad Fitzpatrick
2016-08-02net/http: update bundled http2Brad Fitzpatrick
2016-08-01[dev.ssa] cmd/compile: PPC64, add more zeroing and movesDavid Chase
2016-07-29cmd/compile: fix possible spill of invalid pointer with DUFFZERO on AMD64Cherry Zhang
2016-07-28doc/go1.7.html: add known issues section for FreeBSD crashesBrad Fitzpatrick
2016-07-28[dev.ssa] cmd/compile: fix build for old backend on ARM64Cherry Zhang
2016-07-27runtime: reduce GC assist extra creditRhys Hiltner
2016-07-27[dev.ssa] cmd/compile: fix possible invalid pointer spill in large Zero/Move ...Cherry Zhang
2016-07-27[dev.ssa] cmd/compile: add more on ARM64 SSACherry Zhang
2016-07-27net/http: fix data race with concurrent use of Server.ServeBrad Fitzpatrick
2016-07-26crypto/x509: detect OS X version for FetchPEMRoots at run timeBrad Fitzpatrick
2016-07-26net/http: update bundled http2Brad Fitzpatrick
2016-07-26runtime/pprof: document use of pprof packageAustin Clements
2016-07-26crypto/x509: use Go 1.6 implementation for FetchPEMRoots for OS X 10.8Brad Fitzpatrick
2016-07-26[dev.ssa] cmd/compile: PPC64, basic support for all calls and "miscellaneous"David Chase
2016-07-26context: add test for WithDeadline in the pastJack Lindamood
2016-07-26net/http: make Transport.RoundTrip return raw Conn.Read error on peek failureBrad Fitzpatrick
2016-07-26doc: add s390x information to asm.htmlMichael Munday
2016-07-25compress/flate: document HuffmanOnlyJoe Tsai
2016-07-24[dev.ssa] cmd/compile: replace storeconst w/ storezero, fold addressingDavid Chase
2016-07-23[dev.ssa] cmd/compile: initial ARM64 SSA portCherry Zhang
2016-07-22net/http: fix potential for-select spin with closed Context.Done channelBrad Fitzpatrick
2016-07-22[dev.ssa] cmd/compile: some improvements to PPC codegenDavid Chase