aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/5l
AgeCommit message (Expand)Author
2011-06-095l: delete dead codeRuss Cox
2011-06-09math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulationFan Hongjian
2011-06-07ld: fix and simplify ELF symbol generationAnthony Martin
2011-05-255l: fix buildRuss Cox
2011-05-215l: fix set but not used warningsDave Cheney
2011-05-16ld: do not emit reference to dynamic library named ""Russ Cox
2011-05-165l: delete pre-ARMv4 instruction implementationsRuss Cox
2011-05-115l, 8l: add ELF symbol table to binaryRuss Cox
2011-04-27cgo: handle versioned ELF symbolsRuss Cox
2011-04-14libmach: fix warnings.Dave Cheney
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-145l: fix buildRuss Cox
2011-03-085l, 8l: output missing section symbolsAnthony Martin
2011-03-085l, 6l, 8l: omit symbols for type, string, go.stringRuss Cox
2011-02-255a, 5l: add LDREXD, STREXDRuss Cox
2011-02-24ld: weak symbolsRuss Cox
2011-02-235l/6l/8l: use enums for header type and symbolic strings for -H option valuesAlex Brainman
2011-02-22arm: fix buildRuss Cox
2011-02-22ld: detect stack overflow due to NOSPLITRuss Cox
2011-02-18fix buildRuss Cox
2011-02-18ld: drop rpathRuss Cox
2011-02-115ld: part of 64bit eor - forgot to check in.Ken Thompson
2011-02-115ld: stoped generating 64-bit eorKen Thompson
2011-02-07loader: move the XputY routines into the ld directory.Rob Pike
2011-02-015l, 8l: pass stack frame size to morestack when neededRuss Cox
2011-02-01ld: Add -I option to set ELF interpreter.Ian Lance Taylor
2011-01-205l: document -F, force it on old ARMsRuss Cox
2011-01-20cgo: windows/386 portWei Guangjing
2011-01-195a, 5l, 6a, 6l, 8a, 8l: handle out of memory, large allocationsJeff R. Allen
2011-01-14runtime: fix arm reflect.call boundary caseRuss Cox
2011-01-13fix tst instruction on arm to set overflow bitKen Thompson
2011-01-13add TST op codeKen Thompson
2010-12-246l: fix documentation of -L flagAndrew Gerrand
2010-12-155l: fix arm buildRuss Cox
2010-12-15remove naclRuss Cox
2010-12-09arm floating point simulationKen Thompson
2010-12-085l: fix buildRuss Cox
2010-11-11last of the arm conversionsKen Thompson
2010-11-03add hardware floating point.Ken Thompson
2010-10-225l, 6l, 8l: introduce sub-symbolsRuss Cox
2010-10-21ld: abandon symbol-driven archive loadingRuss Cox
2010-10-205l: two stack split bugs in one dayRuss Cox
2010-10-195l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss Cox
2010-10-195l, 6l, 8l: separate pass to fix addressesRuss Cox
2010-10-185l: handle jump to middle of floating point sequenceRuss Cox
2010-10-185l: data-relocatable code layoutRuss Cox
2010-10-175l: stop using R12 as SBRuss Cox
2010-10-156l: function at a time code layoutRuss Cox