summaryrefslogtreecommitdiff
path: root/src/liblink/asm5.c
Commit message (Expand)AuthorAgeFilesLines
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* liblink: fix arm build errorsRuss Cox2014-09-061-2/+4
* liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants.Shenghou Ma2014-08-061-48/+2
* liblink: more precise literal word comparison on armRuss Cox2014-07-231-2/+5
* liblink: remove some gotos + other fixesRuss Cox2014-07-211-46/+65
* liblink: fix warnings on Plan 9David du Colombier2014-07-111-5/+2
* cmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm supportShenghou Ma2014-07-101-32/+353
* build: annotations and modifications for c2goRuss Cox2014-07-021-59/+1
* all: remove 'extern register M *m' from runtimeRuss Cox2014-06-261-4/+4
* runtime: use duff zero and copy to initialize memoryKeith Randall2014-05-071-1/+7
* liblink, cmd/ld: reenable nosplit checking and testRuss Cox2014-04-161-1/+5
* liblink: remove arch-specific constants from file formatRuss Cox2014-04-141-6/+6
* liblink: fix bad code generated for MOVFD/MOVDF when reg > 7Josh Bleecher Snyder2014-03-111-1/+2
* liblink, cmd/5l: restore flag_sharedElias Naur2014-02-031-2/+1
* liblink, runtime: fix cgo on armRuss Cox2014-01-231-1/+9
* liblink: remove use of linkmode on ARMRuss Cox2014-01-211-11/+9
* all: fix a few spelling errors in source commentsMartin Olsson2013-12-271-1/+1
* liblink: fix Plan 9 warningsDavid du Colombier2013-12-181-18/+18
* cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox2013-12-161-13/+12
* liblink: create new library based on linker codeRuss Cox2013-12-081-0/+2443