summaryrefslogtreecommitdiff
path: root/src/cmd/8a
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* fix spelling of alignRob Pike2010-03-261-1/+1
* 8a/8l: Added FCMOVcc instructionsEvan Shaw2010-02-181-0/+8
* 8a/8l: Added CMOVcc instructionsEvan Shaw2010-02-091-0/+33
* 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/+5
* 5a/6a/8a: avoid fixed-sized file name bufferDean Prichard2010-01-222-1/+3
* 8a, 8l: Add FCOMI, FCOMIP, FUCOMI, FUCOMIP instructionsEvan Shaw2010-01-051-0/+4
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* yet another attempt to avoid conflicts withRuss Cox2009-11-122-2/+6
* fix BUFSIZ redeclaration warningsRuss Cox2009-11-111-1/+1
* getc/ungetc in assemblers; BUFSIZ everywhere.Russ Cox2009-11-111-0/+4
* tweak documentation of commandsRuss Cox2009-11-091-1/+1
* document the assemblers.Rob Pike2009-11-031-0/+14
* clean moreRuss Cox2009-10-031-3/+1
* accept CALL $(constant) to call absolute PCRuss Cox2009-09-211-0/+1
* Support use of $GOBINDIR to override $HOME/binPhil Pennock2009-07-281-1/+1
* make 8a, 8c build again.Russ Cox2009-03-241-6/+25
* throw away most of the compat.h compatibility layerRuss Cox2009-03-241-12/+9
* update 8a, 8c, 8l to use new object format.Russ Cox2009-03-203-8/+82
* make 8a, 8c, 8l build in go environment.Russ Cox2009-01-064-35/+59
* 8a, 8c, and 8l from inferno distributionRuss Cox2009-01-064-0/+2433