| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug | Russ Cox | 2014-08-27 | 1 | -2/+2 |
* | liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants. | Shenghou Ma | 2014-08-06 | 2 | -46/+51 |
* | cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code, consolidate enums | Shenghou Ma | 2014-08-06 | 2 | -95/+8 |
* | cmd/5l: remove unused noop.c | Shenghou Ma | 2014-07-26 | 2 | -44/+0 |
* | cmd/5l, cmd/6l, cmd/8l: remove mkenam. | Shenghou Ma | 2014-07-26 | 1 | -45/+0 |
* | cmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm support | Shenghou Ma | 2014-07-10 | 3 | -1/+15 |
* | build: annotations and modifications for c2go | Russ Cox | 2014-07-02 | 1 | -50/+63 |
* | runtime: use duff zero and copy to initialize memory | Keith Randall | 2014-05-07 | 1 | -0/+2 |
* | runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM. | Shenghou Ma | 2014-04-21 | 1 | -0/+1 |
* | liblink, cmd/ld: reenable nosplit checking and test | Russ Cox | 2014-04-16 | 1 | -7/+7 |
* | liblink: remove arch-specific constants from file format | Russ Cox | 2014-04-14 | 2 | -36/+26 |
* | cmd/gc: shorten temporary lifetimes when possible | Russ Cox | 2014-04-01 | 1 | -0/+1 |
* | all: final merge of NaCl tree | Russ Cox | 2014-02-27 | 2 | -0/+7 |
* | cmd/gc: rename AFATVARDEF to AVARDEF | Russ Cox | 2014-02-13 | 1 | -1/+1 |
* | cmd/cc, cmd/gc, cmd/ld: consolidate print format routines | Anthony Martin | 2014-02-12 | 2 | -440/+3 |
* | include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes. | Shenghou Ma | 2014-02-09 | 1 | -0/+1 |
* | liblink, cmd/5l: restore flag_shared | Elias Naur | 2014-02-03 | 1 | -1/+1 |
* | liblink, cmd/5a, cmd/5l: restore cgo on older ARM processors | Elias Naur | 2014-02-03 | 1 | -0/+2 |
* | cmd/ld: move instruction selection + layout into compilers, assemblers | Russ Cox | 2013-12-16 | 1 | -3/+1 |
* | runtime: remove non-extern decls of runtime.goarm | Russ Cox | 2013-12-09 | 1 | -1/+1 |
* | liblink: create new library based on linker code | Russ Cox | 2013-12-08 | 11 | -5074/+216 |
* | cmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd/gc, runtime: generate poi... | Carl Shapiro | 2013-12-05 | 1 | -0/+1 |
* | 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/gc: support -installsuffix in the compiler and builder | Dave Day | 2013-10-03 | 1 | -0/+1 |
* | 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 |
* | cmd/5l,cmd/6l,cmd/8l: fix dragonflydynld path | Joel Sing | 2013-08-31 | 1 | -1/+1 |
* | libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/Bputc | Dmitriy Vyukov | 2013-08-30 | 1 | -9/+9 |
* | cmd/5l,cmd/8l: unbreak arm and 386 linkers | Joel Sing | 2013-08-24 | 1 | -0/+1 |
* | cmd/gc: &x panics if x does | Russ Cox | 2013-08-15 | 1 | -0/+1 |
* | runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex... | Elias Naur | 2013-08-14 | 8 | -37/+201 |
* | cmd/5l: fix encoding of new MOVB, MOVH instructions | Russ Cox | 2013-08-12 | 1 | -1/+1 |
* | cmd/5c, cmd/5g, cmd/5l: turn MOVB, MOVH into plain moves, optimize short arit... | R?my Oudompheng | 2013-08-09 | 2 | -2/+4 |
* | cmd/5c, cmd/5g, cmd/5l: introduce MOVBS and MOVHS instructions. | R?my Oudompheng | 2013-08-08 | 4 | -10/+38 |
* | cmd/ld: Put the textflag constants in a separate file. | Keith Randall | 2013-08-07 | 1 | -6/+1 |
* | runtime: use funcdata to supply garbage collection information | Russ Cox | 2013-07-19 | 4 | -49/+0 |
* | cmd/ld, runtime: use new contiguous pcln table | Russ Cox | 2013-07-18 | 1 | -1/+0 |
* | cmd/5l, cmd/6l, cmd/8l: accept PCDATA instruction in input | Russ Cox | 2013-07-16 | 3 | -3/+13 |
* | cmd/ld, runtime: new in-memory symbol table format | Russ Cox | 2013-07-16 | 3 | -3/+10 |
* | cmd/ld: fix large stack split for preempt check | Russ Cox | 2013-07-12 | 1 | -5/+16 |
* | cmd/ld: place read-only data in non-executable segment | Russ Cox | 2013-07-11 | 1 | -3/+10 |
* | cmd/5l, cmd/6l, cmd/8l: increase error buffer size | Russ Cox | 2013-07-11 | 1 | -1/+1 |
* | 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 |
* | cmd/5l: use BLX for BL (Rx). | Shenghou Ma | 2013-06-11 | 2 | -12/+10 |
* | cmd/5l: use guaranteed undefined instruction for UNDEF to match [68]l. | Shenghou Ma | 2013-06-11 | 1 | -5/+3 |
* | all: fix typos | Shenghou Ma | 2013-06-09 | 1 | -2/+2 |