aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/5l
AgeCommit message (Expand)Author
2013-02-26libmach, cmd/5a, cmd/5c, cmd/5g, cmd/5l: enable DWARF type info for Linux/ARMShenghou Ma
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-02-13cmd/5l: fix print formatLucio De Re
2013-02-04cmd/5l, cmd/ld: support generating ELF binaries for NetBSD/ARMShenghou Ma
2013-01-31cmd/ld: support for linking with host linkerRuss Cox
2013-01-30cmd/5l: reestablish uniform union field namingRuss Cox
2013-01-306l/5l: PIC and shared library support for the linkers.Elias Naur
2013-01-22cmd/5l: move offset2 into Adr.u0 union to save 4/8 bytes for Adr/Prog resp.Shenghou Ma
2013-01-20cmd/5l: reduce the size of Prog and SymDave Cheney
2013-01-12cmd/5l: fix invalid executable header on Plan 9Anthony Martin
2013-01-11cmd/5l: support -Z (zero stack frame at function entry)Shenghou Ma
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
2013-01-04cmd/5g, cmd/5l, cmd/ld: Small adjustments for the Plan 9 native toolsLucio De Re
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-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-22lib9, cmd/dist, cmd/5l: embed GOARM into cmd/5l and auto detect GOARMShenghou Ma
2012-10-12cmd/5l: reorder some struct fields to reduce memory consumptionShenghou Ma
2012-10-09cmd/ld: add -B option to set build IDIan Lance Taylor
2012-10-10cmd/5l: generate FreeBSD compatible ELFShenghou Ma
2012-10-08cmd/ld, cmd/5l: support R_ARM_PC24 and R_ARM_JUMP24, fix R_ARM_CALLShenghou Ma
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-18runtime: arm: abort if VFPv3 support missingDave Cheney
2012-09-13ld: add .gcdata and .gcbss sectionsJan Ziak
2012-09-13cmd/pack: rename __.SYMDEF to __.GOSYMDEFRuss Cox
2012-09-03cmd/5l: embed $GOARM value into binary as runtime.goarmShenghou Ma
2012-08-155l: trivial whitespace cleanupRobert Hencke
2012-08-09cmd/5l: add PT_PAX_FLAGS ELF headerShenghou Ma
2012-08-07cmd/5l: dwarf line number support for Linux/ARMShenghou Ma
2012-08-035a, 5l, math: Add support for ABSD, ABSF floating point instructions.MichaƂ Derkacz
2012-07-30cmd/5l, cmd/ld: add support for R_ARM_GOT_PRELShenghou Ma
2012-06-08cmd/5c, cmd/5g, cmd/5l: fix cross compilation failure on darwinDave Cheney
2012-06-08cmd/5a, cmd/5l: add MULW{T,B} and MULAW{T,B} support for ARMShenghou Ma
2012-06-06cmd/5c, cmd/5g, cmd/5l: fix array indexing warning under Clang 3.1Dave Cheney
2012-06-03cmd/5a, cmd/5l, math: add CLZ instruction for ARMShenghou Ma
2012-06-02cmd/5c, cmd/5g, cmd/5l: enable use of R12, F8-F15Shenghou Ma
2012-05-30cmd/5l: fix PLDRuss 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-23cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systemsShenghou Ma
2012-05-158l,5l: 2% fasterJan Ziak
2012-05-05cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automaticallyShenghou Ma