aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/8l
AgeCommit message (Expand)Author
2013-01-31cmd/8l: fix misassembling of MOVB involving (AX)(BX*1)Rémy Oudompheng
2013-01-306l/5l: PIC and shared library support for the linkers.Elias Naur
2013-01-19cmd/8l, cmd/6l: avoid zeroing zeroed fieldsDave Cheney
2013-01-06cmd/gc, cmd/ld: rename -b to -raceRuss Cox
2013-01-06cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsingRuss Cox
2013-01-06cmd/ld: move symtab, ELF generation to portable codeRuss Cox
2012-12-22cmd/6l, cmd/8l: add -Z flag to zero stack frame on entryRuss Cox
2012-12-21cmd/[568]l: do not generate PT_TLS on openbsdJoel Sing
2012-12-18cmd/5l, cmd/6l, cmd/8l: fix function symbol generation from gcc compiled sour...Shenghou Ma
2012-11-26cmd/6l, cmd/8l: emit no-ops to separate zero-stack funcs from nosplits.Rémy Oudompheng
2012-11-26cmd/8l: fix data corruption for MULB SI,Rémy Oudompheng
2012-11-13cmd/ld: fix build on elf systemsRuss Cox
2012-11-02cmd/gc, cmd/ld: struct field trackingRuss Cox
2012-10-23cmd/5l, cmd/6l, cmd/8l: put floating point numbers in .rodata sectionShenghou Ma
2012-10-09cmd/ld: add -B option to set build IDIan Lance Taylor
2012-10-10cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for DarwinShenghou Ma
2012-10-07cmd/8l: add SSE2 instructionsRuss Cox
2012-09-24cmd/ld: prepare for 64-bit intsRuss Cox
2012-09-21cmd/{ld,5l,6l,8l}: add support for OpenBSD ELF signaturesJoel Sing
2012-09-13ld: add .gcdata and .gcbss sectionsJan Ziak
2012-09-13cmd/pack: rename __.SYMDEF to __.GOSYMDEFRuss Cox
2012-09-10undo CL 6498092 / 4ff71bc1a199Adam Langley
2012-09-106l/8l: emit correct opcodes to F(SUB|DIV)R?D.Adam Langley
2012-08-03cmd/ld: add PT_PAX_FLAGS ELF headerRuss Cox
2012-05-30cmd/6l, cmd/8l, cmd/5l: add AUNDEF instructionRuss Cox
2012-05-30cmd/ld: align function entry on arch-specific boundaryRuss Cox
2012-05-30cmd/6l, cmd/8l: fix chaining bug in jump rewriteRuss Cox
2012-05-29cmd/6g, cmd/8g: move panicindex calls out of lineRuss Cox
2012-05-23cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systemsShenghou Ma
2012-05-22cmd/8a, cmd/8l: add BSWAPLRuss Cox
2012-05-158l,5l: 2% fasterJan Ziak
2012-05-05cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automaticallyShenghou Ma
2012-04-108a, 8l: add PREFETCH instructionsRuss Cox
2012-03-155l, 6l, 8l: fix stack split logic for stacks near default segment sizeRuss Cox
2012-02-22ld: get symbol table letters rightRuss Cox
2012-02-21ld: only set SNOPTRBSS during loadRuss Cox
2012-02-21ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox
2012-02-196l, 8l: fix build for ELF systemsShenghou Ma
2012-02-19gc, ld: tag data as no-pointers and allocate in separate sectionRuss Cox
2012-02-178a, 8l: add EMMS instructionEvan Shaw
2012-02-138a, 8l: add LFENCE, MFENCE, SFENCEDarren Elwood
2012-02-12gc, 8g, 8l: fix a handful of warningsAnthony Martin
2012-02-075l, 6l, 8l: implement -X flagRuss Cox
2012-02-06build: delete make paraphernaliaRuss Cox
2012-02-068a, 8l: implement support for RDTSC instruction.Shenghou Ma
2012-01-31build: move the "-c" flag into HOST_CFLAGSAnthony Martin
2012-01-30go: move compilers into the go-tool directoryRob Pike
2012-01-295l, 6l, 8l, ld: remove memory leaksShenghou Ma
2012-01-226l, 8l: remove unused macro definitionShenghou Ma
2012-01-19doc: update out-of-date comments about runtime/cgoShenghou Ma