aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/6l
AgeCommit message (Expand)Author
2013-03-07cmd/ld: host linking support for linux/amd64Russ Cox
2013-02-25cmd/gc: emit explicit type information for local variablesRuss Cox
2013-02-22cmd/5l, cmd/6l, cmd/8l: accept CALL reg, regRuss Cox
2013-02-21cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo...Carl Shapiro
2013-02-19cmd/godoc: use go/build to determine package and example filesRobert Griesemer
2013-01-31cmd/ld: support for linking with host linkerRuss Cox
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-09-27cmd/6a, cmd/6l: add support for AES-NI instrutions and PSHUFDShenghou Ma
2012-09-24build: make int 64 bits on amd64Russ Cox
2012-09-24cmd/ld: prepare for 64-bit intsRuss Cox
2012-09-21cmd/6g: use all 16 float registers, optimize float movesRuss 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-31src: Add support for 64-bit version of Plan 9Akshat Kumar
2012-08-03cmd/ld: add PT_PAX_FLAGS ELF headerRuss Cox
2012-06-01cmd/6l: loop alignment, disabledRuss 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/6l: Fixes for 64-bit Plan 9Akshat Kumar
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/6a, cmd/6l: add BSWAPL, BSWAPQRuss Cox
2012-05-05cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automaticallyShenghou Ma
2012-04-106c, 6g, 6l: add MOVQL to make truncation explicitRuss Cox
2012-04-106a, 6l: add PREFETCH instructionsRuss Cox
2012-03-155l, 6l, 8l: fix stack split logic for stacks near default segment sizeRuss Cox
2012-02-236a/6l: add IMUL3Q and SHLDLAdam Langley
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