aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/5l
AgeCommit message (Expand)Author
2014-02-03liblink, cmd/5a, cmd/5l: restore cgo on older ARM processorsElias Naur
2013-12-16cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox
2013-12-09runtime: remove non-extern decls of runtime.goarmRuss Cox
2013-12-08liblink: create new library based on linker codeRuss Cox
2013-12-05cmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd/gc, runtime: generate poi...Carl Shapiro
2013-10-31cmd/5l, runtime: fix divide for profiling tracebacks on ARMRuss Cox
2013-10-31undo CL 19810043 / 352f3b7c9664Russ Cox
2013-10-30cmd/5l, runtime: make ARM integer division profiler-friendlyRuss Cox
2013-10-03cmd/gc: support -installsuffix in the compiler and builderDave Day
2013-09-13cmd/5l: fix handling of RET.EQ in wrapper functionRuss Cox
2013-09-12runtime, cmd/gc, cmd/ld: ignore method wrappers in recoverRuss Cox
2013-09-11cmd/5l, cmd/6l, cmd/8l: refactor stack split codeRuss Cox
2013-08-31cmd/5l,cmd/6l,cmd/8l: fix dragonflydynld pathJoel Sing
2013-08-30libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov
2013-08-24cmd/5l,cmd/8l: unbreak arm and 386 linkersJoel Sing
2013-08-15cmd/gc: &x panics if x doesRuss Cox
2013-08-14runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur
2013-08-12cmd/5l: fix encoding of new MOVB, MOVH instructionsRuss Cox
2013-08-09cmd/5c, cmd/5g, cmd/5l: turn MOVB, MOVH into plain moves, optimize short arit...Rémy Oudompheng
2013-08-08cmd/5c, cmd/5g, cmd/5l: introduce MOVBS and MOVHS instructions.Rémy Oudompheng
2013-08-07cmd/ld: Put the textflag constants in a separate file.Keith Randall
2013-07-19runtime: use funcdata to supply garbage collection informationRuss Cox
2013-07-18cmd/ld, runtime: use new contiguous pcln tableRuss Cox
2013-07-16cmd/5l, cmd/6l, cmd/8l: accept PCDATA instruction in inputRuss Cox
2013-07-16cmd/ld, runtime: new in-memory symbol table formatRuss Cox
2013-07-12cmd/ld: fix large stack split for preempt checkRuss Cox
2013-07-11cmd/ld: place read-only data in non-executable segmentRuss Cox
2013-07-11cmd/5l, cmd/6l, cmd/8l: increase error buffer sizeRuss Cox
2013-06-27runtime: record proper goroutine state during stack splitRuss Cox
2013-06-11cmd/gc: move genembedtramp into portable codeRuss Cox
2013-06-11cmd/5l: use BLX for BL (Rx).Shenghou Ma
2013-06-11cmd/5l: use guaranteed undefined instruction for UNDEF to match [68]l.Shenghou Ma
2013-06-09all: fix typosShenghou Ma
2013-05-30cmd/[568]l/obj.c: NULL is not recognised in Plan 9 build, use nil instead.Lucio De Re
2013-05-28cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument...Carl Shapiro
2013-04-01cmd/ld: add -extld and -extldflags optionsIan Lance Taylor
2013-03-29cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internalIan Lance Taylor
2013-03-27cmd/ld: emit TLS relocations during external linkingIan Lance Taylor
2013-03-25cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate defini...Rémy Oudompheng
2013-03-25build, cmd/5l: actually report failures for -linkmode testsShenghou Ma
2013-03-24cmd/5l, cmd/6l, cmd/8l: remove declaration on non-existent variables.Rémy Oudompheng
2013-03-20cmd/5l: fix arm buildDave Cheney
2013-03-19cmd/ld: replace -hostobj with -linkmodeRuss Cox
2013-03-14cmd/ld: another use-after-freeRuss Cox
2013-03-11cmd/5l: fix build (define stub machoreloc1)Russ Cox
2013-03-10cmd/ld: avoid redundant external relocation calculationsRuss Cox
2013-03-10cmd/ld: replace dynimpname with extnameRuss Cox
2013-03-10cmd/ld: add tmpdir flag to preserve temp filesRuss Cox
2013-03-07cmd/ld: steps toward 386 host linkingRuss Cox
2013-03-07cmd/ld: host linking support for linux/amd64Russ Cox