aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/8l/span.c
AgeCommit message (Expand)Author
2013-12-08liblink: create new library based on linker codeRuss Cox
2013-08-14runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur
2013-03-27cmd/ld, cmd/8l: Fix OpenBSD build.Ian Lance Taylor
2013-03-27cmd/ld: emit TLS relocations during external linkingIan Lance Taylor
2013-03-07cmd/6a, cmd/8a, cmd/6l, cmd/8l: add AES instructionsKeith Randall
2013-01-31cmd/8l: fix misassembling of MOVB involving (AX)(BX*1)Rémy Oudompheng
2012-11-26cmd/8l: fix data corruption for MULB SI,Rémy Oudompheng
2012-10-07cmd/8l: add SSE2 instructionsRuss Cox
2011-08-29runtime, syscall: use the vdso page on linux x86 for faster syscalls instead ...Yuval Pavel Zholkover
2011-08-266l, 8l: remove JCXZ; add JCXZW, JCXZL, and JCXZQJaroslavas Počepko
2011-08-266l, 8l: handle forward JCXZJaroslavas Počepko
2011-06-218l: more fixes for Plan 9Lucio De Re
2010-12-15remove naclRuss Cox
2010-12-125g/8g, 8l, ld, prof: fix output of 32-bit valuesEoghan Sherry
2010-12-086l, 8l: minor changes & cleanupRuss Cox
2010-10-225l, 6l, 8l: introduce sub-symbolsRuss Cox
2010-10-195l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss Cox
2010-10-195l, 6l, 8l: separate pass to fix addressesRuss Cox
2010-10-158l: function at a time code layoutRuss Cox
2010-10-156l, 8l: avoid recursion in asmandszRuss Cox
2010-10-145l, 6l, 8l: accumulate data image during importRuss Cox
2010-10-13various: avoid %ld etcRuss Cox
2010-10-135l, 6l, 8l: first pass cleanupRuss Cox
2010-10-135l, 6l, 8l: indent, outdentRuss Cox
2010-10-06ld: share asmlcRuss Cox
2010-09-196l, 8l: clean up ELF code, fix NaClRuss Cox
2010-09-146l, 8l: make etext accurate; introduce rodata, erodata.Russ Cox
2010-09-126g, 6l, 8g, 8l: move read-only data to text segmentRuss Cox
2010-04-275l, 6l, 8l, runtime: make -s binaries workRuss Cox
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox
2010-02-01nacl: fix build, finally fixed 8l convergence bugRuss Cox
2009-11-05forgot a piece of debuggingKen Thompson
2009-11-05same speedup as 6lKen Thompson
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox
2009-10-038c, 8l dynamic loading support.Russ Cox
2009-09-24convert 8l to new ELF code.Russ Cox
2009-09-22nacl:Russ Cox
2009-09-21rewrite RET, indirect CALL, indirect JMP for nacl.Russ Cox
2009-09-21accept CALL $(constant) to call absolute PCRuss Cox
2009-09-188l: step toward native client.Russ Cox
2009-09-18merge first pass into main loop in span calculation.Russ Cox
2009-08-30fix line numbers, again.Russ Cox
2009-08-20symbol bugs.Russ Cox
2009-08-13debugging symbols for 8g.Russ Cox
2009-08-12change gotype in symbol table fromRuss Cox
2009-06-058l: add AIMULWRuss Cox
2009-03-31* move go-specific loader codeRuss Cox
2009-03-20update 8a, 8c, 8l to use new object format.Russ Cox
2009-03-20make 8l generate Darwin Mach-O and Linux ELF binariesRuss Cox
2009-01-06make 8a, 8c, 8l build in go environment.Russ Cox