summaryrefslogtreecommitdiff
path: root/src/cmd/8l/span.c
Commit message (Expand)AuthorAgeFilesLines
* liblink: create new library based on linker codeRuss Cox2013-12-081-1507/+0
* runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur2013-08-141-10/+3
* cmd/ld, cmd/8l: Fix OpenBSD build.Ian Lance Taylor2013-03-271-1/+1
* cmd/ld: emit TLS relocations during external linkingIan Lance Taylor2013-03-271-2/+33
* cmd/6a, cmd/8a, cmd/6l, cmd/8l: add AES instructionsKeith Randall2013-03-071-0/+19
* cmd/8l: fix misassembling of MOVB involving (AX)(BX*1)R?my Oudompheng2013-01-311-15/+65
* cmd/8l: fix data corruption for MULB SI,R?my Oudompheng2012-11-261-1/+3
* cmd/8l: add SSE2 instructionsRuss Cox2012-10-071-2/+76
* runtime, syscall: use the vdso page on linux x86 for faster syscalls instead ...Yuval Pavel Zholkover2011-08-291-0/+14
* 6l, 8l: remove JCXZ; add JCXZW, JCXZL, and JCXZQJaroslavas Po?epko2011-08-261-1/+8
* 6l, 8l: handle forward JCXZJaroslavas Po?epko2011-08-261-14/+6
* 8l: more fixes for Plan 9Lucio De Re2011-06-211-2/+2
* remove naclRuss Cox2010-12-151-109/+2
* 5g/8g, 8l, ld, prof: fix output of 32-bit valuesEoghan Sherry2010-12-121-2/+2
* 6l, 8l: minor changes & cleanupRuss Cox2010-12-081-17/+5
* 5l, 6l, 8l: introduce sub-symbolsRuss Cox2010-10-221-9/+3
* 5l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss Cox2010-10-191-21/+12
* 5l, 6l, 8l: separate pass to fix addressesRuss Cox2010-10-191-58/+4
* 8l: function at a time code layoutRuss Cox2010-10-151-190/+337
* 6l, 8l: avoid recursion in asmandszRuss Cox2010-10-151-91/+87
* 5l, 6l, 8l: accumulate data image during importRuss Cox2010-10-141-60/+48
* various: avoid %ld etcRuss Cox2010-10-131-2/+2
* 5l, 6l, 8l: first pass cleanupRuss Cox2010-10-131-311/+68
* 5l, 6l, 8l: indent, outdentRuss Cox2010-10-131-38/+38
* ld: share asmlcRuss Cox2010-10-061-80/+0
* 6l, 8l: clean up ELF code, fix NaClRuss Cox2010-09-191-11/+48
* 6l, 8l: make etext accurate; introduce rodata, erodata.Russ Cox2010-09-141-1/+6
* 6g, 6l, 8g, 8l: move read-only data to text segmentRuss Cox2010-09-121-1/+20
* 5l, 6l, 8l, runtime: make -s binaries workRuss Cox2010-04-271-0/+8
* runtime: closures, defer bug fix for Native ClientRuss Cox2010-04-221-1/+1
* nacl: fix build, finally fixed 8l convergence bugRuss Cox2010-02-011-4/+9
* forgot a piece of debuggingKen Thompson2009-11-051-18/+2
* same speedup as 6lKen Thompson2009-11-051-8/+43
* factor portable object+library bits out of 5l/6l/8l into ldRuss Cox2009-10-071-0/+1
* 8c, 8l dynamic loading support.Russ Cox2009-10-031-0/+11
* convert 8l to new ELF code.Russ Cox2009-09-241-0/+12
* nacl:Russ Cox2009-09-221-3/+32
* rewrite RET, indirect CALL, indirect JMP for nacl.Russ Cox2009-09-211-3/+66
* accept CALL $(constant) to call absolute PCRuss Cox2009-09-211-1/+10
* 8l: step toward native client.Russ Cox2009-09-181-8/+44
* merge first pass into main loop in span calculation.Russ Cox2009-09-181-45/+26
* fix line numbers, again.Russ Cox2009-08-301-0/+3
* symbol bugs.Russ Cox2009-08-201-3/+16
* debugging symbols for 8g.Russ Cox2009-08-131-11/+15
* change gotype in symbol table fromRuss Cox2009-08-121-16/+11
* 8l: add AIMULWRuss Cox2009-06-051-1/+6
* * move go-specific loader codeRuss Cox2009-03-311-18/+15
* update 8a, 8c, 8l to use new object format.Russ Cox2009-03-201-4/+40
* make 8l generate Darwin Mach-O and Linux ELF binariesRuss Cox2009-03-201-1/+1
* make 8a, 8c, 8l build in go environment.Russ Cox2009-01-061-18/+18