summaryrefslogtreecommitdiff
path: root/src/cmd/8l
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: move genembedtramp into portable codeRuss Cox2013-06-111-1/+3
* 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
* 8a/8l: add PCMPEQB and PMOVMSKB to 386.Keith Randall2013-03-292-0/+10
* cmd/ld, cmd/8l: Fix OpenBSD build.Ian Lance Taylor2013-03-271-1/+1
* cmd/ld: emit TLS relocations during external linkingIan Lance Taylor2013-03-275-20/+74
* 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-3/+0
* cmd/ld: replace -hostobj with -linkmodeRuss Cox2013-03-192-18/+16
* cmd/ld: another use-after-freeRuss Cox2013-03-141-1/+1
* cmd/ld: darwin support for host linkingRuss Cox2013-03-112-15/+79
* cmd/ld: avoid redundant external relocation calculationsRuss Cox2013-03-102-3/+7
* cmd/ld: replace dynimpname with extnameRuss Cox2013-03-102-17/+12
* 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-0/+1
* cmd/8l/obj.c: NetBSD passes the test, Hnetbsd added.Lucio De Re2013-03-091-0/+1
* cmd/6l, cmd/8l: fix BSD buildsRuss Cox2013-03-071-10/+10
* cmd/ld: steps toward 386 host linkingRuss Cox2013-03-072-0/+5
* cmd/6a, cmd/8a, cmd/6l, cmd/8l: add AES instructionsKeith Randall2013-03-074-3/+62
* cmd/ld: host linking support for linux/amd64Russ Cox2013-03-073-11/+15
* 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/6g, cmd/8g: switch to DX for indirect call blockRuss Cox2013-02-221-2/+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/8l/asm.c: Unused function arguments, suppress warnings.Lucio De Re2013-02-111-0/+3
* cmd/8l: fix buildRuss Cox2013-01-311-1/+1
* cmd/ld: support for linking with host linkerRuss Cox2013-01-312-0/+42
* cmd/8l: fix misassembling of MOVB involving (AX)(BX*1)R?my Oudompheng2013-01-311-15/+65
* 6l/5l: PIC and shared library support for the linkers.Elias Naur2013-01-303-0/+15
* 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-64/+35
* cmd/ld: move symtab, ELF generation to portable codeRuss Cox2013-01-062-583/+12
* 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-262-0/+11
* 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-6/+42
* cmd/8l: add SSE2 instructionsRuss Cox2012-10-076-13/+411
* cmd/ld: prepare for 64-bit intsRuss Cox2012-09-241-0/+1
* cmd/{ld,5l,6l,8l}: add support for OpenBSD ELF signaturesJoel Sing2012-09-211-7/+18
* ld: add .gcdata and .gcbss sectionsJan Ziak2012-09-131-1/+5