| Commit message (Expand) | Author | Age | Files | Lines |
* | liblink: create new library based on linker code | Russ Cox | 2013-12-08 | 1 | -668/+3 |
* | cmd/5l, runtime: fix divide for profiling tracebacks on ARM | Russ Cox | 2013-10-31 | 1 | -5/+18 |
* | undo CL 19810043 / 352f3b7c9664 | Russ Cox | 2013-10-31 | 1 | -15/+36 |
* | cmd/5l, runtime: make ARM integer division profiler-friendly | Russ Cox | 2013-10-30 | 1 | -36/+15 |
* | cmd/5l: fix handling of RET.EQ in wrapper function | Russ Cox | 2013-09-13 | 1 | -0/+9 |
* | runtime, cmd/gc, cmd/ld: ignore method wrappers in recover | Russ Cox | 2013-09-12 | 1 | -0/+59 |
* | cmd/5l, cmd/6l, cmd/8l: refactor stack split code | Russ Cox | 2013-09-11 | 1 | -133/+144 |
* | runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex... | Elias Naur | 2013-08-14 | 1 | -1/+82 |
* | cmd/5l, cmd/6l, cmd/8l: accept PCDATA instruction in input | Russ Cox | 2013-07-16 | 1 | -1/+7 |
* | cmd/ld: fix large stack split for preempt check | Russ Cox | 2013-07-12 | 1 | -5/+16 |
* | runtime: record proper goroutine state during stack split | Russ Cox | 2013-06-27 | 1 | -106/+70 |
* | cmd/gc: move genembedtramp into portable code | Russ Cox | 2013-06-11 | 1 | -4/+20 |
* | 6l/5l: PIC and shared library support for the linkers. | Elias Naur | 2013-01-30 | 1 | -0/+19 |
* | cmd/5l: dwarf line number support for Linux/ARM | Shenghou Ma | 2012-08-07 | 1 | -25/+6 |
* | 5l, 6l, 8l: fix stack split logic for stacks near default segment size | Russ Cox | 2012-03-15 | 1 | -2/+1 |
* | 5g, 5l: fix more set but not used warnings | Anthony Martin | 2011-06-20 | 1 | -24/+0 |
* | 5l: delete dead code | Russ Cox | 2011-06-09 | 1 | -358/+27 |
* | 5l/6l/8l: undo spadj cleanup at ARET for following instructions in the same s... | Luuk van Dijk | 2011-03-23 | 1 | -6/+12 |
* | arm: fix build | Russ Cox | 2011-02-22 | 1 | -1/+1 |
* | ld: detect stack overflow due to NOSPLIT | Russ Cox | 2011-02-22 | 1 | -1/+23 |
* | 5l, 8l: pass stack frame size to morestack when needed | Russ Cox | 2011-02-01 | 1 | -2/+3 |
* | runtime: fix arm reflect.call boundary case | Russ Cox | 2011-01-14 | 1 | -5/+4 |
* | 5l: two stack split bugs in one day | Russ Cox | 2010-10-20 | 1 | -9/+27 |
* | 5l, 6l, 8l: accumulate data image during import | Russ Cox | 2010-10-14 | 1 | -1/+1 |
* | 5l, 6l, 8l: first pass cleanup | Russ Cox | 2010-10-13 | 1 | -213/+48 |
* | 5l, 6l, 8l: indent, outdent | Russ Cox | 2010-10-13 | 1 | -671/+671 |
* | runtime: various arm fixes | Russ Cox | 2010-04-05 | 1 | -2/+2 |
* | cleanup toward eliminating package global name space | Russ Cox | 2010-01-19 | 1 | -5/+5 |
* | frame size > StackBig support | Kai Backman | 2009-10-25 | 1 | -7/+49 |
* | fix off by 4 bug in morestack (lr again). remove storing of r0 | Kai Backman | 2009-10-23 | 1 | -6/+17 |
* | change stack splitting comparisons from signed to unsigned (oversight) | Kai Backman | 2009-10-21 | 1 | -9/+9 |
* | rename sys functions to runtime, | Russ Cox | 2009-10-15 | 1 | -4/+4 |
* | Runtime is now starting up with a dummy c program as target: | Kai Backman | 2009-06-23 | 1 | -33/+31 |
* | grab bag of changes aimed at getting stack splitting to work: | Kai Backman | 2009-06-16 | 1 | -45/+61 |
* | initial morestack support for 5l. still disabled, doesn't work. | Kai Backman | 2009-06-08 | 1 | -74/+96 |
* | This is really two changes in one but given interdependencies | Kai Backman | 2009-03-25 | 1 | -2/+2 |
* | 5a 5c 5l from inferno distribution | Kai Backman | 2009-03-13 | 1 | -0/+924 |