summaryrefslogtreecommitdiff
path: root/src/liblink/asm8.c
Commit message (Expand)AuthorAgeFilesLines
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* liblink: fix encoding of ASETPC in 6a, 8aJosh Bleecher Snyder2014-08-181-1/+1
* liblink: remove some gotos + other fixesRuss Cox2014-07-211-13/+13
* build: annotations and modifications for c2goRuss Cox2014-07-021-520/+520
* liblink, runtime: preliminary support for plan9/amd64Aram H?v?rneanu2014-07-021-3/+3
* liblink: fix field trackingRuss Cox2014-05-201-0/+11
* liblink, cmd/ld: reenable nosplit checking and testRuss Cox2014-04-161-3/+12
* cmd/ld: use TLS relocations on ELF systems in external linking modeRuss Cox2014-04-151-28/+10
* liblink: introduce TLS register on 386 and amd64Russ Cox2014-04-151-7/+119
* liblink: remove arch-specific constants from file formatRuss Cox2014-04-141-5/+5
* liblink: remove code that is never executedIan Lance Taylor2014-04-071-22/+0
* runtime: get rid of most uses of REP for copying/zeroing.Keith Randall2014-04-011-0/+9
* all: final merge of NaCl treeRuss Cox2014-02-271-2/+109
* cmd/gc: rename AFATVARDEF to AVARDEFRuss Cox2014-02-131-1/+1
* runtime: faster memclr on x86.Keith Randall2014-02-061-0/+1
* liblink: fix Plan 9 warningsDavid du Colombier2013-12-181-2/+2
* cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox2013-12-161-5/+10
* liblink: create new library based on linker codeRuss Cox2013-12-081-0/+2571