aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/6l
AgeCommit message (Expand)Author
2012-02-075l, 6l, 8l: implement -X flagRuss Cox
2012-02-06build: delete make paraphernaliaRuss Cox
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
2012-01-12ld: parse but do not implement -X flagRuss Cox
2012-01-09windows: use ArbitraryUserPointer as TLS slotWei Guangjing
2011-12-205l/6l/8l: add support for netbsd signature note sectionJoel Sing
2011-12-12gc: implement == on structs and arraysRuss Cox
2011-12-12ld/6l/8l: First pass at changes to the linker to support NetBSD binaries.Christopher Nielsen
2011-11-30ld: align ELF data sectionsIan Lance Taylor
2011-11-146l, 8l: add missing space in error messageLucio De Re
2011-11-096l: add MOVQ xmm_reg, xmm_regMichał Derkacz
2011-11-096l: Fixes opcode for PSLLQ imm8, xmm_regMichał Derkacz
2011-10-266l: remove mention of -e flagRuss Cox
2011-10-185l, 6l, 8l: correct ELFRESERVE diagnosticAnthony Martin
2011-10-186l, 8l: emit macho dwarf info before linkedit sectionMikkel Krautz
2011-10-045l/6l/8l: add a DT_DEBUG dynamic tag to a dynamic ELF binaryIan Lance Taylor
2011-08-266l, 8l: remove JCXZ; add JCXZW, JCXZL, and JCXZQJaroslavas Počepko
2011-08-266l, 8l: handle forward JCXZJaroslavas Počepko
2011-08-165l, 6l, 8l: add varargck for %ZLucio De Re
2011-08-165c, 6c, 6l: fix Plan 9 build warningsLucio De Re
2011-07-296l: OpenBSD supportJoel Sing
2011-07-29runtime: improve Linux mutexDmitriy Vyukov
2011-07-21ld: fix freebsd build reverting .interp moveGustavo Niemeyer
2011-07-20ld: remove overlap of ELF sections on dynamic binariesGustavo Niemeyer
2011-07-19cgo: windows amd64 portWei Guangjing
2011-07-18ld: allow seek within write bufferRuss Cox
2011-07-156a, 6c, 6l: fix for Plan 9 buildLucio De Re
2011-07-125l, 6l, 8l: Add a PT_LOAD PHDR entry for the PHDR.David Anderson
2011-07-12hash/crc32: add SSE4.2 supportAdam Langley
2011-07-126l: change default output name to 6.out.exe on windowsAlex Brainman
2011-06-28ld: fix ELF strip by removing overlap of sectionsGustavo Niemeyer
2011-06-275l, 6l, 8l: drop use of ed during buildRuss Cox
2011-06-07ld: fix and simplify ELF symbol generationAnthony Martin
2011-05-25ld: add -w to disable dwarf, make errors obviously from dwarfRuss Cox
2011-05-246l, 8l: fix Mach-O binaries with many dynamic librariesRuss Cox
2011-05-186l: fix emit windows dwarf sectionsWei Guangjing
2011-05-16ld: do not emit reference to dynamic library named ""Russ Cox
2011-05-136l, 8l: emit windows dwarf sections similar to other platformsAlex Brainman
2011-05-115l, 8l: add ELF symbol table to binaryRuss Cox
2011-04-27cgo: handle versioned ELF symbolsRuss Cox
2011-04-156l: fix another "set and not used".Rob Pike
2011-04-14for GCC4.6: fix a bunch of set-and-not-used errors.Rob Pike
2011-04-14ld: defend against some broken object filesRuss Cox
2011-04-09ld: 25% fasterRuss Cox
2011-03-235l/6l/8l: undo spadj cleanup at ARET for following instructions in the same s...Luuk van Dijk
2011-03-085l, 6l, 8l: omit symbols for type, string, go.stringRuss Cox