summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dev.ssa] cmd/compile: PPC64, FP to/from int conversions.dev.ssaDavid Chase2016-08-1513-157/+863
* [dev.ssa] cmd/compile, etc.: more ARM64 optimizations, and enable SSA by defaultCherry Zhang2016-08-1517-35/+3458
* [dev.ssa] cmd/compile: simplify 386+PIC+globals a bitKeith Randall2016-08-113-63/+64
* [dev.ssa] cmd/compile: fix fp constant loads for 386+PICKeith Randall2016-08-116-26/+196
* [dev.ssa] cmd/compile: add some ARM64 optimizationsCherry Zhang2016-08-116-2/+5121
* [dev.ssa] cmd/internal/obj/arm64: fix encoding constant into some instructionsCherry Zhang2016-08-104-96/+294
* [dev.ssa] cmd/compile: implement GO386=387Keith Randall2016-08-1013-48/+482
* [dev.ssa] cmd/compile: more fixes for 386 shared librariesKeith Randall2016-08-104-10/+19
* [dev.ssa] cmd/compile: PPC: FP load/store/const/cmp/neg; div/modDavid Chase2016-08-096-36/+565
* [dev.ssa] cmd/compile: fix PIC for SSA-generated codeKeith Randall2016-08-097-58/+120
* [dev.ssa] cmd/compile: port SSA backend to amd64p32Keith Randall2016-08-0915-63/+994
* Merge "[dev.ssa] Merge commit 'f135c326402aaa757aa96aad283a91873d4ae124' into...Gerrit Code Review2016-08-082-2/+3
|\
| * [dev.ssa] Merge commit 'f135c326402aaa757aa96aad283a91873d4ae124' into mergeb...Keith Randall2016-08-042-2/+3
| |\
| | * runtime: initialize hash algs before typemapDavid Crawshaw2016-08-042-2/+3
* | | [dev.ssa] cmd/compile: remove flags from regMaskCherry Zhang2016-08-0711-1427/+1030
* | | [dev.ssa] cmd/compile: PPC64, load/store by type, shifts, divisions, boolsDavid Chase2016-08-066-70/+1759
* | | [dev.ssa] cmd/compile: PPC64, add cmp->bool, some shifts, hmulDavid Chase2016-08-048-210/+2041
|/ /
* | [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall2016-08-04113-384/+1225
|\ \ | |/
| * VERSION: remove erroneously committed VERSION fileChris Broadfoot2016-08-021-1/+0
| * all: merge master into release-branch.go1.7Chris Broadfoot2016-08-025-11/+48
| |\
| | * runtime: fix nanotime for macOS Sierra, again.Brad Fitzpatrick2016-08-022-3/+5
| | * cmd/doc: ensure functions with unexported return values are shownJoe Tsai2016-08-023-4/+11
| | * cmd/doc: handle embedded interfaces properlyJoe Tsai2016-08-023-4/+32
| * | go1.7rc4go1.7rc4Chris Broadfoot2016-08-021-1/+1
| * | all: merge master into release-branch.go1.7Chris Broadfoot2016-08-0123-214/+839
| |\ \ | | |/
| | * net: prevent cancelation goroutine from adjusting fd timeout after connectBrad Fitzpatrick2016-08-023-17/+149
| | * doc/go1.7.html: mention Server.Serve HTTP/2 behavior changeBrad Fitzpatrick2016-08-021-0/+6
| | * net/http: update bundled http2Brad Fitzpatrick2016-08-021-89/+141
| | * cmd/compile: fix possible spill of invalid pointer with DUFFZERO on AMD64Cherry Zhang2016-07-296-59/+103
| | * doc/go1.7.html: add known issues section for FreeBSD crashesBrad Fitzpatrick2016-07-281-0/+11
| | * runtime: reduce GC assist extra creditRhys Hiltner2016-07-272-8/+12
| | * net/http: fix data race with concurrent use of Server.ServeBrad Fitzpatrick2016-07-272-9/+40
| | * crypto/x509: detect OS X version for FetchPEMRoots at run timeBrad Fitzpatrick2016-07-261-4/+18
| | * net/http: update bundled http2Brad Fitzpatrick2016-07-261-26/+95
| | * runtime/pprof: document use of pprof packageAustin Clements2016-07-261-1/+62
| | * crypto/x509: use Go 1.6 implementation for FetchPEMRoots for OS X 10.8Brad Fitzpatrick2016-07-261-0/+46
| | * context: add test for WithDeadline in the pastJack Lindamood2016-07-261-0/+6
| | * net/http: make Transport.RoundTrip return raw Conn.Read error on peek failureBrad Fitzpatrick2016-07-263-8/+87
| | * doc: add s390x information to asm.htmlMichael Munday2016-07-261-0/+58
| | * compress/flate: document HuffmanOnlyJoe Tsai2016-07-251-2/+11
| | * net/http: fix potential for-select spin with closed Context.Done channelBrad Fitzpatrick2016-07-221-1/+4
| * | go1.7rc3go1.7rc3Chris Broadfoot2016-07-211-1/+1
| * | all: merge master into release-branch.go1.7Chris Broadfoot2016-07-21105-191/+419
| |\ \ | | |/
| | * misc/trace: disable trace resolution warningBrad Fitzpatrick2016-07-211-1/+1
| | * cmd/compile: change phi location to be optimistic at backedgesDavid Chase2016-07-212-43/+66
| | * cmd/compile: move phi args which are constants closer to the phiKeith Randall2016-07-212-0/+24
| | * runtime: add explicit `INT $3` at end of Darwin amd64 sigtrampIan Lance Taylor2016-07-211-0/+1
| | * runtime: support smaller physical pages than PhysPageSizeAustin Clements2016-07-203-10/+21
| | * runtime/race: fix memory leakDmitry Vyukov2016-07-206-1/+19
| | * runtime: add as many extra M's as neededIan Lance Taylor2016-07-202-2/+29