summaryrefslogtreecommitdiff
path: root/src/cmd/6a
Commit message (Expand)AuthorAgeFilesLines
* liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobjIan Lance Taylor2014-04-161-1/+1
* build: remove tmp dir names from objects, support GOROOT_FINAL againRuss Cox2014-04-152-35/+30
* liblink: introduce TLS register on 386 and amd64Russ Cox2014-04-151-0/+1
* cmd/6a: add support for nacl/amd64p32Dave Cheney2014-03-071-7/+11
* cmd/5a, cmd/5c, cmd/6a, cmd/6c, cmd/8a, cmd/8c, cmd/cc: support for Native Cl...Dave Cheney2014-02-271-1/+7
* cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin2014-02-121-0/+7
* cmd/6a: include MOVQL opcode.Keith Randall2014-01-271-0/+1
* cmd/cc, cmd/gc: update compilers, assemblers for liblink changesRuss Cox2013-12-162-3/+10
* cmd/5a, cmd/6a, cmd/8a: fix .y files to match y.tab.[ch]Russ Cox2013-12-111-1/+1
* cmd/5a, cmd/6a, cmd/8a: use liblinkRuss Cox2013-12-085-1220/+668
* doc/asm: more about SP, ARM R11Russ Cox2013-11-131-2/+2
* src/cmd/?a: link to new assembler documentRob Pike2013-11-121-1/+5
* libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov2013-08-301-46/+24
* runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur2013-08-142-164/+188
* runtime: cleanup: use ArgsSizeUnknown to mark all functionsKeith Randall2013-07-193-623/+904
* cmd/6a, cmd/6l: make FUNCDATA workRuss Cox2013-07-184-586/+636
* cmd/5a, cmd/6a, cmd/8a: parse PCDATARuss Cox2013-07-164-582/+616
* cmd/5a, cmd/6a, cmd/8a: fix flag parsingRuss Cox2013-07-121-1/+1
* cmd/6a, cmd/6l: add PCLMULQDQ instruction.Adam Langley2013-06-211-0/+1
* cmd/6a, cmd/8a, cmd/6l, cmd/8l: add AES instructionsKeith Randall2013-03-071-0/+3
* cmd/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-191-1/+3
* cmd/5a, cmd/5c, cmd/6a, cmd/6c, cmd/8a, cmd/8c, cmd/ld: update referenceCarl Shapiro2013-01-181-1/+1
* cmd/gc, cmd/ld: struct field trackingRuss Cox2012-11-021-1/+2
* cmd/6a, cmd/6l: add support for AES-NI instrutions and PSHUFDShenghou Ma2012-09-271-0/+7
* cmd/6l, cmd/8l, cmd/5l: add AUNDEF instructionRuss Cox2012-05-301-0/+1
* cmd/6g, cmd/8g: move panicindex calls out of lineRuss Cox2012-05-292-408/+426
* cmd/6a: delete dead codeRuss Cox2012-05-221-14/+0
* cmd/6a, cmd/6l: add BSWAPL, BSWAPQRuss Cox2012-05-221-0/+2
* 6a, 6l: add PREFETCH instructionsRuss Cox2012-04-101-0/+4
* 5a, 6a, 8a: take GOROOT_FINAL into considerationShenghou Ma2012-04-041-0/+32
* 6a/6l: add IMUL3Q and SHLDLAdam Langley2012-02-231-0/+1
* cmd/*: add -d option to bison.Adam Langley2012-02-211-1/+1
* build: delete make paraphernaliaRuss Cox2012-02-061-20/+5
* 5a, 6a, 8a, cc: check in y.tab.[ch]Russ Cox2012-02-032-0/+2865
* go: move compilers into the go-tool directoryRob Pike2012-01-301-1/+1
* 6a, 8a: allow $(-1) for consistency with $1, $(1), $-1.Russ Cox2011-11-111-0/+6
* 5a, 5c, 6a, 6c, 8a, 8c: fix Windows file pathsHector Chu2011-09-071-8/+8
* 6l, 8l: remove JCXZ; add JCXZW, JCXZL, and JCXZQJaroslavas Po?epko2011-08-261-2/+2
* runtime: improve Linux mutexDmitriy Vyukov2011-07-291-0/+1
* 6a, 6c, 6l: fix for Plan 9 buildLucio De Re2011-07-153-3/+6
* hash/crc32: add SSE4.2 supportAdam Langley2011-07-121-0/+9
* 5a, 6a, 8a, cc: remove old environment variablesRuss Cox2011-05-021-49/+4
* gc, ld: detect stale or incompatible object filesRuss Cox2011-02-031-1/+1
* 5a, 5l, 6a, 6l, 8a, 8l: handle out of memory, large allocationsJeff R. Allen2011-01-191-1/+0
* [568]a: precise linenumbers for statements.Luuk van Dijk2010-10-073-11/+16
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-19/+4
* amd64: use segment memory for thread-local storageRuss Cox2010-08-041-0/+6
* 6a: assemble CMPPD as 6l expectsRuss Cox2010-07-011-1/+1
* 5a/6a/8a/5c/6c/8c: remove fixed-size arrays for -I and -D optionsDean Prichard2010-02-052-5/+8
* avoid overflow of symb buffer in 5a/6a/8a/5c/6c/8cDean Prichard2010-01-282-1/+4