Age | Commit message (Expand) | Author | Files | Lines |
2015-01-15 | Imported Upstream version 1.4upstream/1.4 | Tianon Gravi | 6 | -281/+137 |
2014-11-25 | Imported Upstream version 1.3.3upstream/1.3.3 | Tianon Gravi | 1 | -2/+2 |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 11 | -5511/+219 |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 9 | -258/+540 |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 4 | -29/+62 |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 11 | -694/+962 |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 1 | -2/+2 |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 11 | -99/+76 |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 14 | -0/+6224 |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 14 | -6265/+0 |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 3 | -62/+23 |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 13 | -2604/+169 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 2 | -2/+3 |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 5 | -23/+21 |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 10 | -48/+107 |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 3 | -29/+18 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 8 | -13/+38 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 14 | -3515/+1908 |
2010-06-30 | cgo: use slash-free relative paths for .so references | Russ Cox | 1 | -0/+2 |
2010-06-21 | ld: add -u flag to check safe bits; discard old -u, -x flags | Russ Cox | 1 | -10/+0 |
2010-06-11 | Pad Go symbol table out to page boundary when linking dynamically. | Ian Lance Taylor | 1 | -2/+4 |
2010-04-27 | 5l, 6l, 8l, runtime: make -s binaries work | Russ Cox | 4 | -15/+85 |
2010-04-06 | replace original float instruction with jump to make branches | Kai Backman | 1 | -11/+12 |
2010-04-05 | runtime: various arm fixes | Russ Cox | 3 | -4/+8 |
2010-03-23 | Add support for #pragma dynexport. | Ian Lance Taylor | 2 | -33/+64 |
2010-03-22 | Rename dynld to dynimport throughout. | Ian Lance Taylor | 2 | -7/+7 |
2010-03-08 | arm: cleanup build warnings | Dean Prichard | 1 | -2/+2 |
2010-02-26 | Add -r option to 6l/8l/5l. | Ian Lance Taylor | 4 | -1/+9 |
2010-02-10 | arm: fix build on android | Russ Cox | 6 | -257/+552 |
2010-02-08 | *l/*c: add -V flag to display version number | Andrew Gerrand | 2 | -0/+5 |
2010-02-04 | 6l: move mapped symbol table lower in memory | Andrew Gerrand | 1 | -1/+1 |
2010-02-03 | search for runtime.a in the package path instead of hardcoding | Kai Backman | 1 | -5/+4 |
2010-02-03 | ld: include main and runtime in the library loop | Russ Cox | 1 | -1/+1 |
2010-01-25 | salvaging 183105 from dead client | Kai Backman | 3 | -8/+9 |
2010-01-25 | 5l, 6l, 8l: accept only one object file | Russ Cox | 1 | -4/+4 |
2010-01-25 | ld: do not load the same object file multiple times. | Russ Cox | 1 | -0/+6 |
2010-01-22 | eliminate the package global name space assumption in object files | Russ Cox | 2 | -11/+8 |
2010-01-19 | cleanup toward eliminating package global name space | Russ Cox | 2 | -6/+6 |
2009-12-17 | first stub for softfloats, intercepts float instructions and skips | Kai Backman | 4 | -1/+84 |
2009-11-23 | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia | 1 | -2/+2 |
2009-11-09 | tweak documentation of commands | Russ Cox | 1 | -1/+1 |
2009-11-03 | document the gc go compilers. | Rob Pike | 1 | -0/+2 |
2009-11-03 | more command documentation, including nm and prof | Rob Pike | 1 | -1/+1 |
2009-11-03 | First steps at command documentation: C compilers and linkers. | Rob Pike | 1 | -0/+26 |
2009-10-25 | make 5l ignore multiple defs, remove use of multiple | Kai Backman | 1 | -0/+9 |
2009-10-25 | frame size > StackBig support | Kai Backman | 1 | -7/+49 |
2009-10-23 | fix off by 4 bug in morestack (lr again). remove storing of r0 | Kai Backman | 1 | -6/+17 |
2009-10-21 | change stack splitting comparisons from signed to unsigned (oversight) | Kai Backman | 1 | -9/+9 |
2009-10-19 | support for 5.out files | Russ Cox | 1 | -1/+4 |
2009-10-15 | rename sys functions to runtime, | Russ Cox | 1 | -4/+4 |