summaryrefslogtreecommitdiff
path: root/src/cmd/8a
Commit message (Expand)AuthorAgeFilesLines
* [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox2014-10-283-548/+530
* liblink: require DATA lines to be ordered by offset, with no overlapRuss Cox2014-10-141-0/+1
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-082-2/+2
* cmd/6a, cmd/8a: document AJxx condition codesJosh Bleecher Snyder2014-08-191-17/+17
* 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-36/+31
* liblink: introduce TLS register on 386 and amd64Russ Cox2014-04-151-0/+1
* 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
* runtime: faster memclr on x86.Keith Randall2014-02-061-0/+1
* cmd/cc, cmd/gc: update compilers, assemblers for liblink changesRuss Cox2013-12-162-3/+9
* 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-1209/+664
* doc/asm: more about SP, ARM R11Russ Cox2013-11-131-1/+1
* src/cmd/?a: link to new assembler documentRob Pike2013-11-121-0/+5
* libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov2013-08-301-48/+24
* runtime: cleanup: use ArgsSizeUnknown to mark all functionsKeith Randall2013-07-193-487/+755
* cmd/6a, cmd/6l: make FUNCDATA workRuss Cox2013-07-184-547/+593
* cmd/5a, cmd/6a, cmd/8a: parse PCDATARuss Cox2013-07-164-548/+591
* cmd/5a, cmd/6a, cmd/8a: fix flag parsingRuss Cox2013-07-121-1/+1
* 8a/8l: add PCMPEQB and PMOVMSKB to 386.Keith Randall2013-03-291-0/+2
* cmd/ld: emit TLS relocations during external linkingIan Lance Taylor2013-03-273-818/+563
* cmd/6a, cmd/8a, cmd/6l, cmd/8l: add AES instructionsKeith Randall2013-03-074-769/+922
* 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/8a: support XMM registers.R?my Oudompheng2012-12-064-906/+885
* cmd/gc, cmd/ld: struct field trackingRuss Cox2012-11-021-0/+1
* cmd/8a: add SSE2 instructionsRuss Cox2012-10-074-674/+1034
* 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-293-757/+564
* cmd/8a, cmd/8l: add BSWAPLRuss Cox2012-05-221-0/+1
* 8a, 8l: add PREFETCH instructionsRuss Cox2012-04-101-0/+4
* 5a, 6a, 8a: take GOROOT_FINAL into considerationShenghou Ma2012-04-041-0/+32
* cmd/*: add -d option to bison.Adam Langley2012-02-211-1/+1
* 8a, 8l: add EMMS instructionEvan Shaw2012-02-171-0/+1
* 8a, 8l: add LFENCE, MFENCE, SFENCEDarren Elwood2012-02-131-0/+3
* build: delete make paraphernaliaRuss Cox2012-02-061-20/+5
* 8a, 8l: implement support for RDTSC instruction.Shenghou Ma2012-02-061-0/+1
* 5a, 6a, 8a, cc: check in y.tab.[ch]Russ Cox2012-02-032-0/+2987
* 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
* 8a: fix IMULL grammarRuss Cox2011-11-031-2/+2
* 5a, 5c, 6a, 6c, 8a, 8c: fix Windows file pathsHector Chu2011-09-071-8/+8
* runtime, syscall: use the vdso page on linux x86 for faster syscalls instead ...Yuval Pavel Zholkover2011-08-291-0/+7
* 6l, 8l: remove JCXZ; add JCXZW, JCXZL, and JCXZQJaroslavas Po?epko2011-08-261-1/+2
* runtime: improve Linux mutexDmitriy Vyukov2011-07-291-0/+1
* 8a: fixes for Plan 9 buildLucio De Re2011-06-273-3/+6
* 8a: delete dreg l.sRob Pike2011-06-201-734/+0
* 5a, 6a, 8a, cc: remove old environment variablesRuss Cox2011-05-021-49/+4
* 8a, 8l: add CMPXCHG8B, XADDB, XADDL, XADDWRuss Cox2011-02-251-0/+4