summaryrefslogtreecommitdiff
path: root/src/cmd/6l
Commit message (Expand)AuthorAgeFilesLines
* [dev.power64] 6g,9g: formatters for Prog and Addr detailsAustin Clements2014-11-141-0/+2
* cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bugRuss Cox2014-08-271-4/+4
* liblink: use pc-relative addressing for all memory references in amd64 codeRuss Cox2014-08-181-4/+13
* cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code, consolidate enumsShenghou Ma2014-08-061-10/+0
* cmd/5l, cmd/6l, cmd/8l: remove mkenam.Shenghou Ma2014-07-261-45/+0
* build: annotations and modifications for c2goRuss Cox2014-07-021-1/+1
* liblink, cmd/ld: reenable nosplit checking and testRuss Cox2014-04-161-0/+3
* cmd/ld: use TLS relocations on ELF systems in external linking modeRuss Cox2014-04-151-0/+7
* liblink: introduce TLS register on 386 and amd64Russ Cox2014-04-152-15/+12
* liblink: remove arch-specific constants from file formatRuss Cox2014-04-142-21/+17
* runtime: get rid of most uses of REP for copying/zeroing.Keith Randall2014-04-011-0/+2
* cmd/gc: shorten temporary lifetimes when possibleRuss Cox2014-04-011-0/+1
* all: final merge of NaCl treeRuss Cox2014-02-273-2/+31
* cmd/gc: rename AFATVARDEF to AVARDEFRuss Cox2014-02-131-1/+1
* cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin2014-02-122-414/+1
* cmd/ld, cmd/6l: part 2 of solaris/amd64 linker changes.Shenghou Ma2014-02-111-3/+15
* include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes.Shenghou Ma2014-02-092-0/+6
* cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox2013-12-161-12/+0
* liblink: create new library based on linker codeRuss Cox2013-12-089-5544/+139
* cmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd/gc, runtime: generate poi...Carl Shapiro2013-12-052-0/+4
* cmd/gc: support -installsuffix in the compiler and builderDave Day2013-10-031-0/+1
* runtime, cmd/gc, cmd/ld: ignore method wrappers in recoverRuss Cox2013-09-121-4/+28
* cmd/5l, cmd/6l, cmd/8l: refactor stack split codeRuss Cox2013-09-111-231/+262
* build: more "undefined behavior" fixesRuss Cox2013-09-102-1/+3
* cmd/6l, cmd/8l: fix MOVL MOVQ optabRuss Cox2013-09-102-4/+4
* cgo: enable cgo on dragonflyAulus Egnatius Varialus2013-09-041-0/+1
* cmd/5l,cmd/6l,cmd/8l: fix dragonflydynld pathJoel Sing2013-08-311-1/+1
* libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov2013-08-301-6/+6
* all: compiler/bootstrap for dragonfly/amd64Joel Sing2013-08-243-11/+19
* cmd/gc: &x panics if x doesRuss Cox2013-08-151-0/+1
* runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur2013-08-145-30/+117
* cmd/gc: add temporary-merging optimization passRuss Cox2013-08-131-1/+1
* cmd/6l: fix printing of frame size in TEXT instructionRuss Cox2013-08-121-0/+3
* cmd/ld: Put the textflag constants in a separate file.Keith Randall2013-08-071-5/+1
* runtime: use funcdata to supply garbage collection informationRuss Cox2013-07-193-48/+0
* cmd/ld, runtime: use new contiguous pcln tableRuss Cox2013-07-181-1/+0
* cmd/5l, cmd/6l, cmd/8l: accept PCDATA instruction in inputRuss Cox2013-07-162-3/+16
* cmd/ld, runtime: new in-memory symbol table formatRuss Cox2013-07-164-12/+15
* cmd/6l, cmd/8l: use one-byte XCHG forms when possibleRuss Cox2013-07-121-4/+6
* cmd/ld: fix large stack split for preempt checkRuss Cox2013-07-121-6/+32
* cmd/ld: place read-only data in non-executable segmentRuss Cox2013-07-111-3/+10
* cmd/5l, cmd/6l, cmd/8l: increase error buffer sizeRuss Cox2013-07-111-1/+1
* runtime: record proper goroutine state during stack splitRuss Cox2013-06-271-26/+58
* cmd/6a, cmd/6l: add PCLMULQDQ instruction.Adam Langley2013-06-212-0/+4
* cmd/gc: move genembedtramp into portable codeRuss Cox2013-06-111-1/+3
* cmd/6l: accept NOP of $x+10(SP) and of X0Russ Cox2013-06-051-5/+9
* cmd/[568]l/obj.c: NULL is not recognised in Plan 9 build, use nil instead.Lucio De Re2013-05-301-1/+1
* cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument...Carl Shapiro2013-05-284-0/+39
* cmd/ld: add -extld and -extldflags optionsIan Lance Taylor2013-04-011-0/+2
* cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internalIan Lance Taylor2013-03-291-1/+6