aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2016-01-28[release-branch.go1.6] cmd/newlink: remove from release branchgo1.6rc1Chris Broadfoot
2016-01-27cmd/internal/obj/x86: skip test when GOHOSTARCH is setBrad Fitzpatrick
2016-01-27cmd/go: refine definition of 'standard' import paths to include vendored codeRuss Cox
2016-01-27cmd/go: recognise plan9_arm object filesRichard Miller
2016-01-27cmd/link: correct byte ordering in plan9_arm object headerRichard Miller
2016-01-27cmd/go: disable broken test for code.google.comRuss Cox
2016-01-27cmd/internal/obj/arm64: adjust literal pool flush for span-dependent jump enl...Russ Cox
2016-01-27cmd/compile: remove -h spamRuss Cox
2016-01-26cmd/link: add -extar option to set ar program for c-archiveIan Lance Taylor
2016-01-26cmd/asm: add amd64 HADDPD/HADDPSRuss Cox
2016-01-26cmd/go/testdata: fix nits in testMikio Hara
2016-01-25cmd/go: fix handling of asm files for -compiler=gccgoIan Lance Taylor
2016-01-24cmd/asm: reject foo(SB)(AX) instead of silently treating as foo(SB)Russ Cox
2016-01-24cmd/asm: add amd64 PDEP, PEXT, and related integer VEX instructionsRuss Cox
2016-01-24cmd/asm: add requested amd64 instructionsRuss Cox
2016-01-24cmd/asm: correct, complete newly added AVX instructionsRuss Cox
2016-01-24cmd/asm: add x86 POPCNTW, POPCNTLRuss Cox
2016-01-24cmd/asm: add generated test of amd64 instruction encodingsRuss Cox
2016-01-24cmd/asm: add test for verification of instruction encodingsRuss Cox
2016-01-24cmd/internal/obj/x86: fix doubled REX byte in POPCNT, othersRuss Cox
2016-01-24cmd/internal/obj/x86: rename POPCNT to POPCNTQRuss Cox
2016-01-24cmd/asm: add -e flag (no limit on errors) to match compilerRuss Cox
2016-01-24cmd/asm: add YMM registers Y0 through Y15Russ Cox
2016-01-24cmd/asm: report more than one instruction encoding errorRuss Cox
2016-01-24cmd/asm: simplify golden test maintenanceRuss Cox
2016-01-22cmd/internal/obj/mips, cmd/internal/obj: reduce MIPS register spaceShenghou Ma
2016-01-22cmd/compile: update vendored copy of math/bigRobert Griesemer
2016-01-22cmd/compile: remove unused (dead) fieldsRobert Griesemer
2016-01-21cmd/go: document PackageError in go list outputIan Lance Taylor
2016-01-20cmd/link: allow symbols from .a files to override those from .so filesMichael Hudson-Doyle
2016-01-20cmd/dist: pass -tags race to go list in -race modeShenghou Ma
2016-01-20cmd/compile: don't print (empty) package name in errors referring to built-insRobert Griesemer
2016-01-19cmd/compile: add VARLIVE to opnames listKeith Randall
2016-01-19cmd/compile: don't crash on invalid labeled statementRobert Griesemer
2016-01-19cmd/compile: set importpkg.Direct correctly when using binary importsRobert Griesemer
2016-01-19cmd/link: fix elf64phdr to allow using upx (and other broken ELF loaders).OneOfOne
2016-01-14cmd/go: fix vendor directory check on WindowsRuss Cox
2016-01-14cmd/go: respect internal directories during 'go run'Russ Cox
2016-01-14cmd/go, go/build: ignore vendor directories with no Go source filesRuss Cox
2016-01-14cmd/compile: add AVARLIVE to peep for arm, arm64, mips64, ppc64Russ Cox
2016-01-14cmd/internal/obj: separate code layout from object writingRuss Cox
2016-01-14cmd/compile: recognize Syscall-like functions for liveness analysisRuss Cox
2016-01-13cmd/go: fix gccSupportsNoPie for old GCC's that don't exit 0Ian Lance Taylor
2016-01-13cmd/link: add LC_VERSION_MIN_MACOSX to linkmode=internal OS X binariesRuss Cox
2016-01-13cmd/go: -buildmode=c-shared should work on darwin/386Joe Sylve
2016-01-13cmd/compile: stop using fucomi* ops for 387 buildsKeith Randall
2016-01-13cmd/go: fixes for -compiler=gccgo -buildmode=c-sharedIan Lance Taylor
2016-01-13cmd/internal/obj/x86: add new instructions, cleanup.Ilya Tocar
2016-01-13cmd/compile: better modeling of escape across loop levelsDavid Chase
2016-01-12cmd/cgo: document C.sizeof_T and zero-sized field restrictionIan Lance Taylor