aboutsummaryrefslogtreecommitdiff
path: root/src/liblink/asm5.c
AgeCommit message (Expand)Author
2015-02-26liblink: delete unused codeRuss Cox
2015-02-11cmd/gc: factor newly-portable code into gc directoryRuss Cox
2015-02-09liblink, runtime: move all references to runtime.tlsg to tls_arm.sShenghou Ma
2015-02-06liblink, cmd/ld, runtime: set the type of runtime.tlsg in runtimeShenghou Ma
2015-02-05Revert "liblink, cmd/5a: fix reglist parsing/printing after changing REG_R0 t...Russ Cox
2015-02-05liblink, cmd/5a: fix reglist parsing/printing after changing REG_R0 to 32Shenghou Ma
2015-02-04liblink: require use of TYPE_ADDR, not TYPE_CONSTRuss Cox
2015-02-03liblink: define fixed A-numbers for common instructionsRuss Cox
2015-02-03liblink: the zero Prog is now valid and ready for useRuss Cox
2015-02-03liblink: renumber ARM conditions to make C_SCOND_NONE == 0Russ Cox
2015-02-03liblink: place TEXT/GLOBL flags in p->from3 alwaysRuss Cox
2015-02-03liblink: use same TEXT $frame-arg encoding for all architecturesRuss Cox
2015-01-30cmd/5a, cmd/5g, cmd/5l, liblink: update for portable Prog, AddrRuss Cox
2015-01-14liblink: adjustments for c2go conversionRuss Cox
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-09-06liblink: fix arm build errorsRuss Cox
2014-08-06liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants.Shenghou Ma
2014-07-23liblink: more precise literal word comparison on armRuss Cox
2014-07-21liblink: remove some gotos + other fixesRuss 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-06-26all: remove 'extern register M *m' from runtimeRuss 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-14liblink: remove arch-specific constants from file formatRuss Cox
2014-03-11liblink: fix bad code generated for MOVFD/MOVDF when reg > 7Josh Bleecher Snyder
2014-02-03liblink, cmd/5l: restore flag_sharedElias Naur
2014-01-23liblink, runtime: fix cgo on armRuss Cox
2014-01-21liblink: remove use of linkmode on ARMRuss Cox
2013-12-27all: fix a few spelling errors in source commentsMartin Olsson
2013-12-18liblink: fix Plan 9 warningsDavid du Colombier
2013-12-16cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox
2013-12-08liblink: create new library based on linker codeRuss Cox