summaryrefslogtreecommitdiff
path: root/src/cmd/8l/span.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-1507/+0
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-10/+3
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-2/+52
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-15/+141
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-13/+26
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+1325
2011-09-13Imported Upstream version 60Ondřej Surý1-1325/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-2/+2
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-751/+432
2010-04-275l, 6l, 8l, runtime: make -s binaries workRuss Cox1-0/+8
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox1-1/+1
2010-02-01nacl: fix build, finally fixed 8l convergence bugRuss Cox1-4/+9
2009-11-05forgot a piece of debuggingKen Thompson1-18/+2
2009-11-05same speedup as 6lKen Thompson1-8/+43
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox1-0/+1
2009-10-038c, 8l dynamic loading support.Russ Cox1-0/+11
2009-09-24convert 8l to new ELF code.Russ Cox1-0/+12
2009-09-22nacl:Russ Cox1-3/+32
2009-09-21rewrite RET, indirect CALL, indirect JMP for nacl.Russ Cox1-3/+66
2009-09-21accept CALL $(constant) to call absolute PCRuss Cox1-1/+10
2009-09-188l: step toward native client.Russ Cox1-8/+44
2009-09-18merge first pass into main loop in span calculation.Russ Cox1-45/+26
2009-08-30fix line numbers, again.Russ Cox1-0/+3
2009-08-20symbol bugs.Russ Cox1-3/+16
2009-08-13debugging symbols for 8g.Russ Cox1-11/+15
2009-08-12change gotype in symbol table fromRuss Cox1-16/+11
2009-06-058l: add AIMULWRuss Cox1-1/+6
2009-03-31* move go-specific loader codeRuss Cox1-18/+15
2009-03-20update 8a, 8c, 8l to use new object format.Russ Cox1-4/+40
2009-03-20make 8l generate Darwin Mach-O and Linux ELF binariesRuss Cox1-1/+1
2009-01-06make 8a, 8c, 8l build in go environment.Russ Cox1-18/+18
2009-01-068a, 8c, and 8l from inferno distributionRuss Cox1-0/+1417