aboutsummaryrefslogtreecommitdiff
path: root/src/liblink/obj6.c
AgeCommit message (Expand)Author
2015-02-26liblink: delete unused codeRuss Cox
2015-02-11cmd/gc: factor newly-portable code into gc directoryRuss Cox
2015-02-03liblink: define fixed A-numbers for common instructionsRuss Cox
2015-02-03liblink: place DATA size in from3.offset alwaysRuss 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: place TEXT/GLOBL flags in p->from3 alwaysRuss Cox
2015-02-03liblink: use same TEXT $frame-arg encoding for all architecturesRuss Cox
2015-02-02cmd/6g, liblink, runtime: support saving base pointersAustin Clements
2015-01-30cmd/6a, cmd/6g, cmd/6l, liblink: update for portable Prog, AddrRuss Cox
2015-01-14liblink: adjustments for c2go conversionRuss Cox
2015-01-07cmd/6g, cmd/8g, liblink: improve handling of float constantsJosh Bleecher Snyder
2015-01-05Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox
2014-12-29liblink, cmd/ld, runtime: remove stackguard1Shenghou Ma
2014-09-09runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox
2014-09-08liblink, runtime: diagnose and fix C code running on Go stackRuss Cox
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-09-07runtime: fix nacl/amd64p32 buildRuss Cox
2014-09-06runtime: fix panic/wrapper/recover mathRuss Cox
2014-08-06liblink: support big-endian properlyShenghou Ma
2014-07-02build: annotations and modifications for c2goRuss Cox
2014-07-02liblink, runtime: preliminary support for plan9/amd64Aram Hăvărneanu
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-04-16liblink, cmd/ld: reenable nosplit checking and testRuss Cox
2014-04-15liblink: introduce TLS register on 386 and amd64Russ Cox
2014-04-14liblink: remove arch-specific constants from file formatRuss Cox
2014-03-07liblink: fix morestack handling on amd64p32.Rémy Oudompheng
2014-03-04cmd/ld: clear unused ctxt before morestackRuss Cox
2014-02-27all: final merge of NaCl treeRuss Cox
2014-02-09include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes.Shenghou Ma
2013-12-18liblink: fix Plan 9 warningsDavid du Colombier
2013-12-16cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox
2013-12-09cmd/6l: fix linux/amd64Russ Cox
2013-12-08liblink: create new library based on linker codeRuss Cox