summaryrefslogtreecommitdiff
path: root/src/cmd/6l
Commit message (Expand)AuthorAgeFilesLines
* cmd/6l, cmd/8l: use one-byte XCHG forms when possibleRuss Cox2013-07-121-4/+6
* cmd/ld: fix large stack split for preempt checkRuss Cox2013-07-121-6/+32
* cmd/ld: place read-only data in non-executable segmentRuss Cox2013-07-111-3/+10
* cmd/5l, cmd/6l, cmd/8l: increase error buffer sizeRuss Cox2013-07-111-1/+1
* runtime: record proper goroutine state during stack splitRuss Cox2013-06-271-26/+58
* cmd/6a, cmd/6l: add PCLMULQDQ instruction.Adam Langley2013-06-212-0/+4
* cmd/gc: move genembedtramp into portable codeRuss Cox2013-06-111-1/+3
* cmd/6l: accept NOP of $x+10(SP) and of X0Russ Cox2013-06-051-5/+9
* cmd/[568]l/obj.c: NULL is not recognised in Plan 9 build, use nil instead.Lucio De Re2013-05-301-1/+1
* cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument...Carl Shapiro2013-05-284-0/+39
* cmd/ld: add -extld and -extldflags optionsIan Lance Taylor2013-04-011-0/+2
* cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internalIan Lance Taylor2013-03-291-1/+6
* cmd/6l: fix OpenBSD buildIan Lance Taylor2013-03-271-1/+2
* cmd/ld: emit TLS relocations during external linkingIan Lance Taylor2013-03-274-1/+32
* cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate defini...R?my Oudompheng2013-03-251-0/+4
* cmd/5l, cmd/6l, cmd/8l: remove declaration on non-existent variables.R?my Oudompheng2013-03-241-1/+0
* crypto/rc4: faster amd64 implementationRuss Cox2013-03-211-1/+6
* cmd/ld: replace -hostobj with -linkmodeRuss Cox2013-03-192-18/+16
* cmd/ld: another use-after-freeRuss Cox2013-03-141-0/+1
* cmd/ld: darwin support for host linkingRuss Cox2013-03-112-1/+65
* cmd/ld: avoid redundant external relocation calculationsRuss Cox2013-03-102-4/+9
* cmd/ld: replace dynimpname with extnameRuss Cox2013-03-102-20/+14
* cmd/ld: include full symbol table in Mach-O outputRuss Cox2013-03-101-53/+5
* cmd/ld: add tmpdir flag to preserve temp filesRuss Cox2013-03-101-1/+2
* cgo: enable external linking mode on FreeBSD amd64.Steve McCoy2013-03-091-0/+1
* cmd/6l, cmd/8l: fix BSD buildsRuss Cox2013-03-071-12/+12
* 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-074-3/+31
* cmd/ld: host linking support for linux/amd64Russ Cox2013-03-073-14/+20
* cmd/gc: emit explicit type information for local variablesRuss Cox2013-02-253-0/+6
* cmd/5l, cmd/6l, cmd/8l: accept CALL reg, regRuss Cox2013-02-221-1/+2
* cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo...Carl Shapiro2013-02-214-0/+10
* cmd/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-191-1/+3
* cmd/ld: support for linking with host linkerRuss Cox2013-01-312-0/+44
* 6l/5l: PIC and shared library support for the linkers.Elias Naur2013-01-304-9/+39
* cmd/8l, cmd/6l: avoid zeroing zeroed fieldsDave Cheney2013-01-191-2/+0
* cmd/gc, cmd/ld: rename -b to -raceRuss Cox2013-01-061-1/+1
* cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsingRuss Cox2013-01-062-67/+38
* cmd/ld: move symtab, ELF generation to portable codeRuss Cox2013-01-062-566/+9
* cmd/6l, cmd/8l: add -Z flag to zero stack frame on entryRuss Cox2012-12-221-0/+28
* cmd/[568]l: do not generate PT_TLS on openbsdJoel Sing2012-12-211-1/+4
* cmd/5l, cmd/6l, cmd/8l: fix function symbol generation from gcc compiled sour...Shenghou Ma2012-12-181-1/+1
* cmd/6l, cmd/8l: emit no-ops to separate zero-stack funcs from nosplits.R?my Oudompheng2012-11-261-0/+10
* cmd/8l: fix data corruption for MULB SI,R?my Oudompheng2012-11-261-1/+3
* cmd/ld: fix build on elf systemsRuss Cox2012-11-131-0/+1
* cmd/gc, cmd/ld: struct field trackingRuss Cox2012-11-024-0/+9
* cmd/5l, cmd/6l, cmd/8l: put floating point numbers in .rodata sectionShenghou Ma2012-10-231-2/+2
* cmd/ld: add -B option to set build IDIan Lance Taylor2012-10-092-5/+29
* cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for DarwinShenghou Ma2012-10-101-11/+28
* cmd/6a, cmd/6l: add support for AES-NI instrutions and PSHUFDShenghou Ma2012-09-273-14/+43