aboutsummaryrefslogtreecommitdiff
path: root/src/liblink/asm8.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/8a, cmd/8g, cmd/8l, liblink: update for portable Prog, AddrRuss Cox
2015-01-26liblink: arrange for Prog* argument in vaddrRuss Cox
2014-12-11runtime: faster aeshash implementationKeith Randall
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-08-18liblink: fix encoding of ASETPC in 6a, 8aJosh Bleecher Snyder
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-02-06runtime: faster memclr on x86.Keith Randall
2013-12-18liblink: fix Plan 9 warningsDavid du Colombier
2013-12-16cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox
2013-12-08liblink: create new library based on linker codeRuss Cox