aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/5l/span.c
AgeCommit message (Expand)Author
2013-12-08liblink: create new library based on linker codeRuss Cox
2013-08-14runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur
2013-08-08cmd/5c, cmd/5g, cmd/5l: introduce MOVBS and MOVHS instructions.Rémy Oudompheng
2013-07-19runtime: use funcdata to supply garbage collection informationRuss Cox
2013-07-16cmd/5l, cmd/6l, cmd/8l: accept PCDATA instruction in inputRuss Cox
2013-02-25cmd/gc: emit explicit type information for local variablesRuss Cox
2013-02-21cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo...Carl Shapiro
2013-01-306l/5l: PIC and shared library support for the linkers.Elias Naur
2013-01-06cmd/ld: move symtab, ELF generation to portable codeRuss Cox
2012-11-02cmd/gc, cmd/ld: struct field trackingRuss Cox
2012-08-07cmd/5l: dwarf line number support for Linux/ARMShenghou Ma
2012-08-035a, 5l, math: Add support for ABSD, ABSF floating point instructions.Michał Derkacz
2012-06-08cmd/5a, cmd/5l: add MULW{T,B} and MULAW{T,B} support for ARMShenghou Ma
2012-06-03cmd/5a, cmd/5l, math: add CLZ instruction for ARMShenghou Ma
2012-05-30cmd/6l, cmd/8l, cmd/5l: add AUNDEF instructionRuss Cox
2012-05-04cmd/5l, cmd/ld: dynamic linking library supportShenghou Ma
2012-04-115a, 5l: add PLD (preload data) instructionShenghou Ma
2012-02-21ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox
2011-07-20ld: remove overlap of ELF sections on dynamic binariesGustavo Niemeyer
2011-07-195l: fix arm linker bug introduced by 4742041Rob Pike
2011-07-155a, 5c, 5l: fix for Plan 9 buildLucio De Re
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-05-215l: fix set but not used warningsDave Cheney
2011-05-165l: delete pre-ARMv4 instruction implementationsRuss Cox
2011-02-255a, 5l: add LDREXD, STREXDRuss Cox
2011-01-13add TST op codeKen Thompson
2010-11-11last of the arm conversionsKen Thompson
2010-11-03add hardware floating point.Ken Thompson
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: data-relocatable code layoutRuss Cox
2010-10-175l: stop using R12 as SBRuss Cox
2010-10-145l, 6l, 8l: accumulate data image during importRuss Cox
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-04-275l, 6l, 8l, runtime: make -s binaries workRuss Cox
2009-10-14LDREX and STREXKai Backman
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox
2009-07-02minor comment and debug flag for dumping all oplooks.Kai Backman
2009-06-26Adding more debug output when 5l encounters a bad opKai Backman
2009-06-26more changes to make 5g code generation arm compatible.Kai Backman
2009-06-16grab bag of changes aimed at getting stack splitting to work:Kai Backman
2009-03-25This is really two changes in one but given interdependenciesKai Backman
2009-03-135a 5c 5l from inferno distributionKai Backman