aboutsummaryrefslogtreecommitdiff
path: root/src/liblink/asm6.c
AgeCommit message (Expand)Author
2015-02-26liblink: delete unused codeRuss Cox
2015-02-05[dev.cc] cmd/internal/obj: reconvert from liblinkRuss Cox
2015-02-03liblink: define fixed A-numbers for common instructionsRuss Cox
2015-02-03liblink: the zero Prog is now valid and ready for useRuss Cox
2015-02-03liblink: remove dead computation of p->back in span6/span8Russ Cox
2015-02-03liblink: use same TEXT $frame-arg encoding for all architecturesRuss Cox
2015-01-30cmd/6a, cmd/6g, cmd/6l, liblink: update for portable Prog, AddrRuss Cox
2015-01-26liblink: arrange for Prog* argument in vaddrRuss Cox
2015-01-04liblink: fix encoding of SETcc for amd64Shenghou Ma
2014-11-13[dev.cc] runtime: convert Solaris port to GoAram Hăvărneanu
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-08-25liblink: introduce way to avoid pc-relative addressingRuss Cox
2014-08-18liblink: fix encoding of ASETPC in 6a, 8aJosh Bleecher Snyder
2014-08-18liblink: use pc-relative addressing for all memory references in amd64 codeRuss Cox
2014-08-05liblink: encode MOVBQZX as MOVZBL instead of MOVZBQRui Ueyama
2014-08-05liblink: shorter encoding for zeroing registerRui Ueyama
2014-07-21liblink: remove some gotos + other fixesRuss Cox
2014-07-02build: annotations and modifications for c2goRuss Cox
2014-07-02liblink, runtime: preliminary support for plan9/amd64Aram Hăvărneanu
2014-05-20liblink: fix field trackingRuss Cox
2014-04-16liblink, cmd/ld: reenable nosplit checking and testRuss Cox
2014-04-15cmd/ld: use TLS relocations on ELF systems in external linking modeRuss Cox
2014-04-15liblink: introduce TLS register on 386 and amd64Russ Cox
2014-04-14liblink: remove arch-specific constants from file formatRuss Cox
2014-04-07liblink: remove code that is never executedIan Lance Taylor
2014-04-01runtime: get rid of most uses of REP for copying/zeroing.Keith Randall
2014-02-27all: final merge of NaCl treeRuss Cox
2014-02-13cmd/gc: rename AFATVARDEF to AVARDEFRuss Cox
2014-01-09liblink: fix comments. Someone was overzealous with search & replace.Keith Randall
2013-12-16cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox
2013-12-08liblink: create new library based on linker codeRuss Cox