aboutsummaryrefslogtreecommitdiff
path: root/src/liblink
AgeCommit message (Expand)Author
2014-08-06[dev.power64] cmd/9a, cmd/9c, cmd/9l, liblink: import code from Vita Nuova.Shenghou Ma
2014-08-05liblink: encode MOVBQZX as MOVZBL instead of MOVZBQRui Ueyama
2014-08-06liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants.Shenghou Ma
2014-08-06liblink: support big-endian properlyShenghou Ma
2014-08-06liblink: use LinkArch.textflag() to get text and dataflagShenghou Ma
2014-08-05liblink: shorter encoding for zeroing registerRui Ueyama
2014-07-26liblink: warn about TLS base MRC instruction that does not write into R0.Shenghou Ma
2014-07-23liblink: more precise literal word comparison on armRuss Cox
2014-07-21liblink: remove some gotos + other fixesRuss Cox
2014-07-16liblink: fix precedence bug in pcdata comparisonRuss Cox
2014-07-11liblink: fix warnings on Plan 9David du Colombier
2014-07-10cmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm supportShenghou Ma
2014-07-02build: annotations and modifications for c2goRuss Cox
2014-07-02liblink, runtime: preliminary support for plan9/amd64Aram Hăvărneanu
2014-07-01all: add GOOS=androidDavid Crawshaw
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-05-20liblink: fix field trackingRuss Cox
2014-05-12cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1Russ Cox
2014-05-07runtime: use duff zero and copy to initialize memoryKeith Randall
2014-04-16liblink, cmd/ld: reenable nosplit checking and testRuss Cox
2014-04-16liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobjIan Lance Taylor
2014-04-16liblink: add leaf bit to object file formatRuss Cox
2014-04-16liblink: fix incorrect hash collision in lookupRuss Cox
2014-04-15build: remove tmp dir names from objects, support GOROOT_FINAL againRuss Cox
2014-04-15cmd/ld: use TLS relocations on ELF systems in external linking modeRuss Cox
2014-04-15liblink: introduce TLS register on 386 and amd64Russ Cox
2014-04-14liblink: remove arch-specific constants from file formatRuss Cox
2014-04-14liblink, cmd/link: add version number to object fileRuss Cox
2014-04-07liblink: remove code that is never executedIan Lance Taylor
2014-04-02cmd/gc, cmd/ld, runtime: compact liveness bitmapsRuss Cox
2014-04-01runtime: get rid of most uses of REP for copying/zeroing.Keith Randall
2014-03-14liblink, runtime: make nacl/386 binaries valid.Rémy Oudompheng
2014-03-11liblink: fix bad code generated for MOVFD/MOVDF when reg > 7Josh Bleecher Snyder
2014-03-07liblink: fix morestack handling on amd64p32.Rémy Oudompheng
2014-03-04liblink: fix arm buildRuss Cox
2014-03-04cmd/ld: clear unused ctxt before morestackRuss Cox
2014-02-27all: final merge of NaCl treeRuss Cox
2014-02-13cmd/gc: rename AFATVARDEF to AVARDEFRuss Cox
2014-02-12cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin
2014-02-09include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes.Shenghou Ma
2014-02-06runtime: faster memclr on x86.Keith Randall
2014-02-03liblink, cmd/5l: restore flag_sharedElias Naur
2014-02-03liblink, cmd/5a, cmd/5l: restore cgo on older ARM processorsElias Naur
2014-01-23liblink, runtime: fix cgo on armRuss Cox
2014-01-22liblink: include missing pragmas for plan9 formatterJeff Sickel
2014-01-21liblink: remove use of linkmode on ARMRuss Cox
2014-01-21liblink: check for symgrow size too largeIan Lance Taylor
2014-01-09liblink: fix comments. Someone was overzealous with search & replace.Keith Randall
2014-01-09liblink: adjust format verbs to avoid collisionsAnthony Martin
2013-12-27all: fix a few spelling errors in source commentsMartin Olsson