aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/6l/span.c
AgeCommit message (Expand)Author
2013-12-08liblink: create new library based on linker codeRuss Cox
2013-09-10build: more "undefined behavior" fixesRuss Cox
2013-08-14runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur
2013-03-27cmd/6l: fix OpenBSD buildIan 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-306l/5l: PIC and shared library support for the linkers.Elias Naur
2012-11-26cmd/8l: fix data corruption for MULB SI,Rémy Oudompheng
2012-09-27cmd/6a, cmd/6l: add support for AES-NI instrutions and PSHUFDShenghou Ma
2012-06-01cmd/6l: loop alignment, disabledRuss Cox
2011-11-096l: add MOVQ xmm_reg, xmm_regMichał Derkacz
2011-08-266l, 8l: remove JCXZ; add JCXZW, JCXZL, and JCXZQJaroslavas Počepko
2011-08-266l, 8l: handle forward JCXZJaroslavas Počepko
2011-07-156a, 6c, 6l: fix for Plan 9 buildLucio De Re
2011-07-12hash/crc32: add SSE4.2 supportAdam Langley
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: 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-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-08-04amd64: use segment memory for thread-local storageRuss Cox
2010-04-275l, 6l, 8l, runtime: make -s binaries workRuss Cox
2009-11-04speed up 6lKen Thompson
2009-11-036l -e: emit external ELF symbol table.Russ Cox
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-08-30fix line numbers, again.Russ Cox
2009-08-21linker workRuss Cox
2009-08-20symbol bugs.Russ Cox
2009-08-136g/6l: add go type information to symbol table.Russ Cox
2009-08-12mechanism for putting go types into 6.out symbol table.Russ Cox
2009-08-12change gotype in symbol table fromRuss Cox
2009-07-20clean up generation of exec header.Rob Pike
2009-05-056l: eliminate dead code, not just the symbolsRuss Cox
2009-04-30change 6l library directory flag to -L,Russ Cox
2009-01-30keep line number history even whenRuss Cox
2008-11-20symbol table changesRuss Cox
2008-08-03make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox
2008-06-18stack offsetKen Thompson
2008-06-18stack offseet table markerKen Thompson
2008-06-04Add compiler source to new directory structureRob Pike