summaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/arm
Commit message (Expand)AuthorAgeFilesLines
* cmd/link: add Minalign field to ld.ArchMichael Munday2016-03-032-0/+2
* cmd/link: pack LSym boolean attributesDavid Crawshaw2016-03-031-6/+6
* cmd/link: add array append version of methodsDavid Crawshaw2016-03-021-0/+3
* all: fix typos and spellingMartin Möhrmann2016-02-242-2/+2
* cmd/link: correct byte ordering in plan9_arm object headerRichard Miller2016-01-271-8/+8
* cmd/link, runtime: arm implementation of addmoduledataMichael Hudson-Doyle2015-11-081-0/+75
* cmd/link: always resolve functions locally when linking dynamicallyMichael Hudson-Doyle2015-10-291-1/+1
* cmd/internal/obj, cmd/link, runtime: lots of TLS cleanupMichael Hudson-Doyle2015-10-081-12/+1
* cmd/internal/obj, cmd/link, runtime: a saner model for TLS on armMichael Hudson-Doyle2015-09-101-0/+6
* cmd/dist, cmd/link: force external linking for shared libs on armMichael Hudson-Doyle2015-09-091-0/+4
* cmd/link: only embed runtime.goarm in the module that contains the runtime pa...Michael Hudson-Doyle2015-09-041-6/+0
* Revert "cmd/link: only embed runtime.goarm in the module that contains the ru...Michael Hudson-Doyle2015-09-031-0/+6
* cmd/link: only embed runtime.goarm in the module that contains the runtime pa...Michael Hudson-Doyle2015-09-031-6/+0
* cmd/link: remove some dead codeMichael Hudson-Doyle2015-09-011-3/+0
* all: fix misprints in commentsAinar Garipov2015-06-111-1/+1
* cmd/link: replace interface{} fields with concrete typesMichael Hudson-Doyle2015-05-271-2/+2
* cmd/compile, cmd/link: create from 5g, 5l, etcRuss Cox2015-05-213-0/+908