aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/8l
AgeCommit message (Expand)Author
2015-05-21cmd/compile, cmd/link: create from 5g, 5l, etcRuss Cox
2015-05-21cmd/internal/ld: output dwarf in external link mode on darwinRyan Brown
2015-05-19Revert "cmd/internal/ld: output dwarf in external link mode on darwin"Josh Bleecher Snyder
2015-05-19cmd/internal/ld: output dwarf in external link mode on darwinRyan Brown
2015-05-15cmd/5l, etc, cmd/internal/ld: consolidate implementations of adddynsymMichael Hudson-Doyle
2015-05-15cmd/5l, etc, cmd/internal/ld: consolidate implementations of adddynlibMichael Hudson-Doyle
2015-05-08cmd/internal/ld: generate correct .debug_frames on RISC architecturesShenghou Ma
2015-05-04cmd/internal/ld: delete BiobufDave Cheney
2015-04-25cmd/8l, cmd/internal/ld, cmd/internal/obj/x86: stop incorrectly using the ter...Michael Hudson-Doyle
2015-04-20cmd/internal/ld: prefer constants from cmd/internal/objMatthew Dempsky
2015-04-17cmd/internal/ld: replace Diag;Errorexit with ExitfDavid Crawshaw
2015-03-24cmd/internal/ld, cmd/8l: external linking for windows/386Shenghou Ma
2015-03-14all: remove dragonfly/386 portJoel Sing
2015-03-05cmd/5l etc: restore comments lost during C -> Go conversionRuss Cox
2015-03-05cmd/5g etc: tweak import blocksRuss Cox
2015-03-02cmd/5g etc: mechanical cleanupRuss Cox
2015-03-01cmd/5l etc: replace C code with Go codeRuss Cox
2015-03-01cmd/ld: clean for c2goRuss Cox
2015-02-26liblink: delete unused codeRuss Cox
2015-02-13cmd/ld: make cmd/ld a real libraryRuss 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: the zero Prog is now valid and ready for useRuss Cox
2015-01-30cmd/8a, cmd/8g, cmd/8l, liblink: update for portable Prog, AddrRuss Cox
2015-01-07cmd/ld: support for relocation variantsAustin Clements
2014-12-22cmd/5l,6l,8l: remove bogus dynsym section indexesAustin Clements
2014-12-22cmd/ld: add a text generation passAustin Clements
2014-12-11runtime: faster aeshash implementationKeith Randall
2014-11-14[dev.power64] 6g,9g: formatters for Prog and Addr detailsAustin Clements
2014-10-06cmd/8l: accept R_386_GOT32 in push instructionRuss Cox
2014-08-27cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bugRuss Cox
2014-08-06cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code, consolidate enumsShenghou Ma
2014-07-26cmd/5l, cmd/6l, cmd/8l: remove mkenam.Shenghou Ma
2014-07-02build: annotations and modifications for c2goRuss 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-01runtime: get rid of most uses of REP for copying/zeroing.Keith Randall
2014-04-01cmd/gc: shorten temporary lifetimes when possibleRuss Cox
2014-02-27all: final merge of NaCl treeRuss Cox
2014-02-13cmd/gc: rename AFATVARDEF to AVARDEFRuss Cox
2014-02-12cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin
2014-02-09include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes.Shenghou Ma
2014-02-06runtime: faster memclr on x86.Keith Randall
2013-12-16cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox
2013-12-09cmd/8c, cmd/8g, cmd/8l: fix Plan 9 warningsDavid du Colombier
2013-12-08liblink: create new library based on linker codeRuss Cox
2013-12-05cmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd/gc, runtime: generate poi...Carl Shapiro
2013-10-03cmd/gc: support -installsuffix in the compiler and builderDave Day