summaryrefslogtreecommitdiff
path: root/src/cmd/6l/l.h
Commit message (Expand)AuthorAgeFilesLines
* cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code, consolidate enumsShenghou Ma2014-08-061-10/+0
* all: final merge of NaCl treeRuss Cox2014-02-271-2/+4
* cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin2014-02-121-19/+0
* liblink: create new library based on linker codeRuss Cox2013-12-081-340/+25
* cmd/6l, cmd/8l: fix MOVL MOVQ optabRuss Cox2013-09-101-1/+1
* runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur2013-08-141-2/+0
* runtime: use funcdata to supply garbage collection informationRuss Cox2013-07-191-3/+0
* cmd/ld, runtime: new in-memory symbol table formatRuss Cox2013-07-161-2/+2
* cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument...Carl Shapiro2013-05-281-0/+2
* cmd/5l, cmd/6l, cmd/8l: remove declaration on non-existent variables.R?my Oudompheng2013-03-241-1/+0
* cmd/ld: avoid redundant external relocation calculationsRuss Cox2013-03-101-0/+3
* cmd/ld: replace dynimpname with extnameRuss Cox2013-03-101-1/+1
* cmd/ld: steps toward 386 host linkingRuss Cox2013-03-071-0/+1
* cmd/6a, cmd/8a, cmd/6l, cmd/8l: add AES instructionsKeith Randall2013-03-071-3/+5
* cmd/ld: host linking support for linux/amd64Russ Cox2013-03-071-1/+1
* cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo...Carl Shapiro2013-02-211-0/+2
* 6l/5l: PIC and shared library support for the linkers.Elias Naur2013-01-301-0/+2
* cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsingRuss Cox2013-01-061-3/+3
* cmd/ld: move symtab, ELF generation to portable codeRuss Cox2013-01-061-0/+2
* cmd/gc, cmd/ld: struct field trackingRuss Cox2012-11-021-0/+2
* build: make int 64 bits on amd64Russ Cox2012-09-241-1/+1
* cmd/ld: prepare for 64-bit intsRuss Cox2012-09-241-0/+1
* cmd/6l: loop alignment, disabledRuss Cox2012-06-011-0/+17
* cmd/ld: align function entry on arch-specific boundaryRuss Cox2012-05-301-1/+2
* ld: align ELF data sectionsIan Lance Taylor2011-11-301-0/+1
* 6l: add MOVQ xmm_reg, xmm_regMicha? Derkacz2011-11-091-1/+1
* 5l, 6l, 8l: add varargck for %ZLucio De Re2011-08-161-0/+1
* ld: allow seek within write bufferRuss Cox2011-07-181-22/+0
* 6a, 6c, 6l: fix for Plan 9 buildLucio De Re2011-07-151-1/+3
* hash/crc32: add SSE4.2 supportAdam Langley2011-07-121-0/+1
* 5l, 8l: add ELF symbol table to binaryRuss Cox2011-05-111-3/+0
* cgo: handle versioned ELF symbolsRuss Cox2011-04-271-0/+1
* ld: 25% fasterRuss Cox2011-04-091-1/+1
* 5l, 6l, 8l: omit symbols for type, string, go.stringRuss Cox2011-03-081-22/+1
* ld: detect stack overflow due to NOSPLITRuss Cox2011-02-221-1/+3
* loader: move the XputY routines into the ld directory.Rob Pike2011-02-071-0/+1
* ld: Add -I option to set ELF interpreter.Ian Lance Taylor2011-02-011-0/+1
* 6l: windows/amd64 portWei Guangjing2011-01-201-0/+1
* 5a, 5l, 6a, 6l, 8a, 8l: handle out of memory, large allocationsJeff R. Allen2011-01-191-1/+0
* 5l (and 6l, 8l, ld): more arm build fixesRuss Cox2010-12-081-0/+1
* 6l, 8l: support for linking ELF and Mach-O .o filesRuss Cox2010-12-081-2/+12
* 5l, 6l, 8l: introduce sub-symbolsRuss Cox2010-10-221-2/+3
* ld: abandon symbol-driven archive loadingRuss Cox2010-10-211-1/+0
* 5l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss Cox2010-10-191-2/+1
* 5l, 6l, 8l: separate pass to fix addressesRuss Cox2010-10-191-2/+2
* [68]l: expose genasmsym.Luuk van Dijk2010-10-191-0/+1
* 6l: function at a time code layoutRuss Cox2010-10-151-1/+1
* 5l, 6l, 8l: accumulate data image during importRuss Cox2010-10-141-22/+25
* 5l, 6l, 8l: first pass cleanupRuss Cox2010-10-131-46/+18
* 6l/8l: emit DWARF frame info.Luuk van Dijk2010-09-201-2/+9