summaryrefslogtreecommitdiff
path: root/src/cmd/5a
Commit message (Expand)AuthorAgeFilesLines
* [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox2014-10-284-1160/+986
* 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
* all: remove 'extern register M *m' from runtimeRuss Cox2014-06-261-2/+2
* runtime: provide gc maps for the reflect.callXX frames.Keith Randall2014-05-212-2/+2
* 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-41/+32
* 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
* liblink, cmd/5a, cmd/5l: restore cgo on older ARM processorsElias Naur2014-02-033-430/+597
* 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-4/+4
* cmd/5a, cmd/6a, cmd/8a: use liblinkRuss Cox2013-12-085-1117/+605
* doc/asm: more about SP, ARM R11Russ Cox2013-11-131-1/+1
* src/cmd/?a: link to new assembler documentRob Pike2013-11-121-0/+4
* libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov2013-08-301-47/+29
* runtime: cleanup: use ArgsSizeUnknown to mark all functionsKeith Randall2013-07-193-464/+728
* cmd/6a, cmd/6l: make FUNCDATA workRuss Cox2013-07-184-514/+540
* cmd/5a, cmd/6a, cmd/8a: parse PCDATARuss Cox2013-07-165-922/+770
* cmd/5a, cmd/6a, cmd/8a: fix flag parsingRuss Cox2013-07-121-1/+1
* cmd/5a, cmd/dist, runtime: support m/g in the assembler, drop support for R9/R10Shenghou Ma2013-05-301-2/+2
* libmach, cmd/5a, cmd/5c, cmd/5g, cmd/5l: enable DWARF type info for Linux/ARMShenghou Ma2013-02-261-0/+1
* 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-0/+2
* 5a, 5l, math: Add support for ABSD, ABSF floating point instructions.Micha? Derkacz2012-08-031-2/+2
* cmd/5a, cmd/5l: add MULW{T,B} and MULAW{T,B} support for ARMShenghou Ma2012-06-083-78/+85
* cmd/5a, cmd/5l, math: add CLZ instruction for ARMShenghou Ma2012-06-031-0/+2
* cmd/6l, cmd/8l, cmd/5l: add AUNDEF instructionRuss Cox2012-05-301-0/+1
* cmd/5c, cmd/5a, cmd/5l: ARM support for PREFETCH built-inShenghou Ma2012-05-042-284/+283
* 5a, 5l: add PLD (preload data) instructionShenghou Ma2012-04-114-566/+585
* 5a, 6a, 8a: take GOROOT_FINAL into considerationShenghou Ma2012-04-041-1/+32
* 5a: fix same arm bugRuss Cox2012-02-221-1/+1
* ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox2012-02-211-1/+0
* cmd/*: add -d option to bison.Adam Langley2012-02-211-1/+1
* 5a, 5c, 5g, 5l: fix build for Linux/ARM.Shenghou Ma2012-02-191-0/+1
* build: delete make paraphernaliaRuss Cox2012-02-061-20/+5
* 5a, 6a, 8a, cc: check in y.tab.[ch]Russ Cox2012-02-032-0/+3115
* go: move compilers into the go-tool directoryRob Pike2012-01-301-1/+1
* 5a, 5c, 6a, 6c, 8a, 8c: fix Windows file pathsHector Chu2011-09-071-8/+8
* 5a, 5c, 5l: fix for Plan 9 buildLucio De Re2011-07-153-3/+6
* math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulationFan Hongjian2011-06-091-0/+2
* 5a, 6a, 8a, cc: remove old environment variablesRuss Cox2011-05-021-49/+4
* 5a, 5l: add LDREXD, STREXDRuss Cox2011-02-251-0/+2
* 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-9/+14
* windows: disable unimplemented testsJoe Poirier2010-09-101-2/+1
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-18/+4
* arm: cleanup build warningsDean Prichard2010-03-081-3/+0