summaryrefslogtreecommitdiff
path: root/src/cmd/5l/noop.c
Commit message (Expand)AuthorAgeFilesLines
* liblink: create new library based on linker codeRuss Cox2013-12-081-668/+3
* 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/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
* runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur2013-08-141-1/+82
* cmd/5l, cmd/6l, cmd/8l: accept PCDATA instruction in inputRuss Cox2013-07-161-1/+7
* cmd/ld: fix large stack split for preempt checkRuss Cox2013-07-121-5/+16
* 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
* 6l/5l: PIC and shared library support for the linkers.Elias Naur2013-01-301-0/+19
* cmd/5l: dwarf line number support for Linux/ARMShenghou Ma2012-08-071-25/+6
* 5l, 6l, 8l: fix stack split logic for stacks near default segment sizeRuss Cox2012-03-151-2/+1
* 5g, 5l: fix more set but not used warningsAnthony Martin2011-06-201-24/+0
* 5l: delete dead codeRuss Cox2011-06-091-358/+27
* 5l/6l/8l: undo spadj cleanup at ARET for following instructions in the same s...Luuk van Dijk2011-03-231-6/+12
* arm: fix buildRuss Cox2011-02-221-1/+1
* ld: detect stack overflow due to NOSPLITRuss Cox2011-02-221-1/+23
* 5l, 8l: pass stack frame size to morestack when neededRuss Cox2011-02-011-2/+3
* runtime: fix arm reflect.call boundary caseRuss Cox2011-01-141-5/+4
* 5l: two stack split bugs in one dayRuss Cox2010-10-201-9/+27
* 5l, 6l, 8l: accumulate data image during importRuss Cox2010-10-141-1/+1
* 5l, 6l, 8l: first pass cleanupRuss Cox2010-10-131-213/+48
* 5l, 6l, 8l: indent, outdentRuss Cox2010-10-131-671/+671
* runtime: various arm fixesRuss Cox2010-04-051-2/+2
* cleanup toward eliminating package global name spaceRuss Cox2010-01-191-5/+5
* frame size > StackBig supportKai Backman2009-10-251-7/+49
* fix off by 4 bug in morestack (lr again). remove storing of r0Kai Backman2009-10-231-6/+17
* change stack splitting comparisons from signed to unsigned (oversight)Kai Backman2009-10-211-9/+9
* rename sys functions to runtime,Russ Cox2009-10-151-4/+4
* Runtime is now starting up with a dummy c program as target:Kai Backman2009-06-231-33/+31
* grab bag of changes aimed at getting stack splitting to work:Kai Backman2009-06-161-45/+61
* initial morestack support for 5l. still disabled, doesn't work.Kai Backman2009-06-081-74/+96
* This is really two changes in one but given interdependenciesKai Backman2009-03-251-2/+2
* 5a 5c 5l from inferno distributionKai Backman2009-03-131-0/+924