summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] cmd/5c, cmd/6c, cmd/8c, cmd/cc: removeRuss Cox2014-11-1059-42713/+0
* cmd/internal/objfile: minor editsRuss Cox2014-11-091-9/+14
* cmd/dist: remove old misc/pprofRuss Cox2014-11-091-9/+0
* cmd/pprof: install as go tool pprofRuss Cox2014-11-093-0/+21
* undo CL 169000043 / 05b838013df9Andrew Gerrand2014-11-102-4/+4
* undo CL 166380043 / 0b54a0927656Andrew Gerrand2014-11-101-1/+1
* cmd/api: bump go.tools golden CL hashAndrew Gerrand2014-11-101-1/+1
* cmd/go: use golang.org/x/... import pathsAndrew Gerrand2014-11-105-18/+29
* cmd/api: use golang.org/x/... import pathsAndrew Gerrand2014-11-102-4/+4
* cmd/go: disable warnings from cmd/cc when building for SWIGIan Lance Taylor2014-11-071-1/+9
* cmd/internal/objfile: add DisasmRuss Cox2014-11-061-0/+243
* cmd/objdump, cmd/pprof: factor disassembly into cmd/internal/objfileRuss Cox2014-11-064-326/+69
* 5g: don't generate reg variables for direct-called functionsAustin Clements2014-11-051-1/+1
* gc: abort if given an unknown debug (-d) flagAustin Clements2014-11-041-2/+2
* cmd/go: fixed typo in doc and generatorGabriel Aszalos2014-10-312-2/+2
* cmd/go: fix minor typoNathan P Finch2014-10-301-1/+1
* cmd/cgo: avoid worklist nondeterminism.Alan Donovan2014-10-301-9/+15
* cmd/objdump: disable test failing on arm5go1.4beta1Russ Cox2014-10-291-1/+1
* cmd/objdump: use cmd/internal/objfileRuss Cox2014-10-2912-568/+154
* cmd/objdump: skip extld test on plan9Russ Cox2014-10-291-1/+1
* cmd/gc: fix build - remove unused variables in walkprintRuss Cox2014-10-281-3/+1
* cmd/objdump: disassemble local text symbolsIan Lance Taylor2014-10-282-3/+18
* cmd/gc: fix internal compiler error in struct compareRuss Cox2014-10-281-5/+12
* cmd/gc: avoid use of goprintfRuss Cox2014-10-283-117/+111
* cmd/go: add get -f flagRuss Cox2014-10-282-2/+22
* cmd/go: pass $CGO_LDFLAGS to linker with the "gccgo" toolchain.Peter Collingbourne2014-10-251-0/+1
* cmd/go: add bzr support for vcs root checkingGustavo Niemeyer2014-10-242-5/+56
* cmd/gc: synthesize zeroed value for non-assignment contextRuss Cox2014-10-241-7/+1
* undo CL 156430044 / 5d69cad4faafDave Cheney2014-10-211-7/+1
* cmd/ld: fix addstrdata for big-endian systemsIan Lance Taylor2014-10-211-3/+1
* cmd/gc: disallow call of *T method using **T variableRuss Cox2014-10-201-2/+5
* cmd/cgo: disable clang's integrated assemblerDave Cheney2014-10-202-2/+8
* cmd/go: set exit status for failing "go generate" run.Rob Pike2014-10-201-1/+3
* cmd/gc: emit code for extern = <N>Daniel Morsing2014-10-201-7/+3
* cmd/gc: don't use static init to initialize small structs, fieldsRuss Cox2014-10-171-4/+4
* cmd/gc: elide write barrier for x = x[0:y] and x = append(x, ...)Russ Cox2014-10-163-1/+74
* cmd/gc: simplify compiled code for explicit zeroingRuss Cox2014-10-157-16/+74
* cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming confl...Chris Manghane2014-10-151-1/+1
* cmd/gc: do not copy via temporary for writebarrierfat{2,3,4}Russ Cox2014-10-151-1/+5
* cmd/gc: blank methods are not permitted in interface typesChris Manghane2014-10-151-0/+3
* liblink: require DATA lines to be ordered by offset, with no overlapRuss Cox2014-10-143-0/+3
* cmd/gc, runtime: fix race, nacl for writebarrier changesRuss Cox2014-10-144-15/+14
* cmd/gc: check for initialization cycles in method valuesChris Manghane2014-10-141-1/+1
* cmd/gc: add 2-, 3-, 4-word write barrier specializationsRuss Cox2014-10-143-11/+29
* cmd/gc: fix 'make' in cmd/gc directoryRuss Cox2014-10-141-0/+2
* cmd/ld: do not assume that only pe section names start with '.'Alex Brainman2014-10-111-5/+12
* cmd/ld: correct pe section names if longer then 8 charsAlex Brainman2014-10-111-0/+9
* cmd/ld: fix off-by-one error when emitting symbol namesShenghou Ma2014-10-101-2/+1
* cmd/ld: don't add line number info for the final address of an FDEIan Lance Taylor2014-10-081-2/+12
* cmd/go: add ImportComment to Package structAndrew Gerrand2014-10-083-48/+52