summaryrefslogtreecommitdiff
path: root/src/cmd/5l
Commit message (Expand)AuthorAgeFilesLines
* [dev.power64] 6g,9g: formatters for Prog and Addr detailsAustin Clements2014-11-141-0/+2
* cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bugRuss Cox2014-08-271-2/+2
* liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants.Shenghou Ma2014-08-062-46/+51
* cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code, consolidate enumsShenghou Ma2014-08-062-95/+8
* cmd/5l: remove unused noop.cShenghou Ma2014-07-262-44/+0
* cmd/5l, cmd/6l, cmd/8l: remove mkenam.Shenghou Ma2014-07-261-45/+0
* cmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm supportShenghou Ma2014-07-103-1/+15
* build: annotations and modifications for c2goRuss Cox2014-07-021-50/+63
* runtime: use duff zero and copy to initialize memoryKeith Randall2014-05-071-0/+2
* runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM.Shenghou Ma2014-04-211-0/+1
* liblink, cmd/ld: reenable nosplit checking and testRuss Cox2014-04-161-7/+7
* liblink: remove arch-specific constants from file formatRuss Cox2014-04-142-36/+26
* cmd/gc: shorten temporary lifetimes when possibleRuss Cox2014-04-011-0/+1
* all: final merge of NaCl treeRuss Cox2014-02-272-0/+7
* cmd/gc: rename AFATVARDEF to AVARDEFRuss Cox2014-02-131-1/+1
* cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin2014-02-122-440/+3
* include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes.Shenghou Ma2014-02-091-0/+1
* liblink, cmd/5l: restore flag_sharedElias Naur2014-02-031-1/+1
* liblink, cmd/5a, cmd/5l: restore cgo on older ARM processorsElias Naur2014-02-031-0/+2
* cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox2013-12-161-3/+1
* runtime: remove non-extern decls of runtime.goarmRuss Cox2013-12-091-1/+1
* liblink: create new library based on linker codeRuss Cox2013-12-0811-5074/+216
* cmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd/gc, runtime: generate poi...Carl Shapiro2013-12-051-0/+1
* cmd/5l, runtime: fix divide for profiling tracebacks on ARMRuss Cox2013-10-311-5/+18
* undo CL 19810043 / 352f3b7c9664Russ Cox2013-10-311-15/+36
* cmd/5l, runtime: make ARM integer division profiler-friendlyRuss Cox2013-10-301-36/+15
* cmd/gc: support -installsuffix in the compiler and builderDave Day2013-10-031-0/+1
* cmd/5l: fix handling of RET.EQ in wrapper functionRuss Cox2013-09-131-0/+9
* runtime, cmd/gc, cmd/ld: ignore method wrappers in recoverRuss Cox2013-09-121-0/+59
* cmd/5l, cmd/6l, cmd/8l: refactor stack split codeRuss Cox2013-09-111-133/+144
* cmd/5l,cmd/6l,cmd/8l: fix dragonflydynld pathJoel Sing2013-08-311-1/+1
* libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov2013-08-301-9/+9
* cmd/5l,cmd/8l: unbreak arm and 386 linkersJoel Sing2013-08-241-0/+1
* cmd/gc: &x panics if x doesRuss Cox2013-08-151-0/+1
* runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur2013-08-148-37/+201
* cmd/5l: fix encoding of new MOVB, MOVH instructionsRuss Cox2013-08-121-1/+1
* cmd/5c, cmd/5g, cmd/5l: turn MOVB, MOVH into plain moves, optimize short arit...R?my Oudompheng2013-08-092-2/+4
* cmd/5c, cmd/5g, cmd/5l: introduce MOVBS and MOVHS instructions.R?my Oudompheng2013-08-084-10/+38
* cmd/ld: Put the textflag constants in a separate file.Keith Randall2013-08-071-6/+1
* runtime: use funcdata to supply garbage collection informationRuss Cox2013-07-194-49/+0
* cmd/ld, runtime: use new contiguous pcln tableRuss Cox2013-07-181-1/+0
* cmd/5l, cmd/6l, cmd/8l: accept PCDATA instruction in inputRuss Cox2013-07-163-3/+13
* cmd/ld, runtime: new in-memory symbol table formatRuss Cox2013-07-163-3/+10
* cmd/ld: fix large stack split for preempt checkRuss Cox2013-07-121-5/+16
* cmd/ld: place read-only data in non-executable segmentRuss Cox2013-07-111-3/+10
* cmd/5l, cmd/6l, cmd/8l: increase error buffer sizeRuss Cox2013-07-111-1/+1
* runtime: record proper goroutine state during stack splitRuss Cox2013-06-271-106/+70
* cmd/gc: move genembedtramp into portable codeRuss Cox2013-06-111-4/+20
* cmd/5l: use BLX for BL (Rx).Shenghou Ma2013-06-112-12/+10
* cmd/5l: use guaranteed undefined instruction for UNDEF to match [68]l.Shenghou Ma2013-06-111-5/+3