Age | Commit message (Expand) | Author | Files | Lines |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 1 | -717/+14 |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 1 | -28/+33 |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 1 | -0/+24 |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -98/+125 |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -11/+19 |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+744 |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -757/+0 |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -29/+4 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -2/+2 |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -20/+31 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -1/+9 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -393/+82 |
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-02-26 | Add -r option to 6l/8l/5l. | Ian Lance Taylor | 1 | -1/+4 |
2010-02-10 | arm: fix build on android | Russ Cox | 1 | -4/+10 |
2010-02-08 | *l/*c: add -V flag to display version number | Andrew Gerrand | 1 | -0/+3 |
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 | 1 | -2/+2 |
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 | 1 | -4/+8 |
2010-01-19 | cleanup toward eliminating package global name space | Russ Cox | 1 | -1/+1 |
2009-12-17 | first stub for softfloats, intercepts float instructions and skips | Kai Backman | 1 | -1/+12 |
2009-10-25 | make 5l ignore multiple defs, remove use of multiple | Kai Backman | 1 | -0/+9 |
2009-10-08 | dupok, gcc compile fix, sync and syscall asm fix | Kai Backman | 1 | -3/+10 |
2009-10-07 | factor portable object+library bits out of 5l/6l/8l into ld | Russ Cox | 1 | -629/+30 |
2009-10-06 | 5l library loading, 64 bit entry points | Kai Backman | 1 | -6/+31 |
2009-08-18 | slashed warnings | Kai Backman | 1 | -59/+6 |
2009-08-07 | remove 8.out before creating it. | Russ Cox | 1 | -0/+1 |
2009-07-07 | the ld-supplied typestrings are now obsolete | Russ Cox | 1 | -2/+0 |
2009-07-06 | cleaned up data generation in 5g, reverted 5l handling of D_ADDR. | Kai Backman | 1 | -1/+0 |
2009-07-06 | agen, sgen, cgen_callret, cgen_asop, D_ADDR handling, gmove | Kai Backman | 1 | -0/+1 |
2009-06-16 | grab bag of changes aimed at getting stack splitting to work: | Kai Backman | 1 | -0/+2 |
2009-06-09 | Added ld/go.c functionality into 5l, primarily dead code | Kai Backman | 1 | -30/+54 |
2009-06-08 | initial morestack support for 5l. still disabled, doesn't work. | Kai Backman | 1 | -2/+63 |
2009-06-06 | move src/runtime -> src/lib/runtime; | Russ Cox | 1 | -2/+2 |
2009-05-28 | Change 5l to use Biobufs for IO. | Kai Backman | 1 | -109/+80 |
2009-05-26 | Added automatic detection of system libraries to 5l. | Kai Backman | 1 | -9/+15 |
2009-04-10 | Adding ARM elf support to the 5l linker. | Kai Backman | 1 | -0/+10 |
2009-03-25 | This is really two changes in one but given interdependencies | Kai Backman | 1 | -13/+13 |
2009-03-13 | 5a 5c 5l from inferno distribution | Kai Backman | 1 | -0/+1588 |