aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/5l
AgeCommit message (Expand)Author
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
2010-10-145l, 6l, 8l: accumulate data image during importRuss Cox
2010-10-13fix arm bug in reflect.callKen Thompson
2010-10-13various: avoid %ld etcRuss Cox
2010-10-135l, 6l, 8l: first pass cleanupRuss Cox
2010-10-135l, 6l, 8l: indent, outdentRuss Cox
2010-10-075l, 8l: dregsRuss Cox
2010-10-06ld: share asmlcRuss Cox
2010-09-28various: appease the ubuntu gcc monsterRuss Cox
2010-09-195l: avoid fixed buffers in listRuss Cox
2010-08-24build: $GOBIN defaults to $GOROOT/binRuss Cox
2010-07-165l, 6l, 8l: reject invalid input filesRuss Cox