| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/gc: correct liveness for fat variables | Russ Cox | 2014-02-15 | 1 | -1/+1 |
* | lib9: enable on Plan 9 | David du Colombier | 2014-02-13 | 6 | -1/+98 |
* | cmd/cc, cmd/gc, cmd/ld: consolidate print format routines | Anthony Martin | 2014-02-12 | 2 | -13/+10 |
* | include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes. | Shenghou Ma | 2014-02-09 | 1 | -0/+1 |
* | liblink: include missing pragmas for plan9 formatter | Jeff Sickel | 2014-01-22 | 1 | -0/+12 |
* | liblink: check for symgrow size too large | Ian Lance Taylor | 2014-01-21 | 1 | -1/+1 |
* | libmach: use different names for different Ureg types | Russ Cox | 2014-01-08 | 3 | -3/+6 |
* | libmach: use Go's ureg headers on Plan 9 | David du Colombier | 2014-01-08 | 3 | -3/+3 |
* | liblink: use explicit field for globl duplicate detection | Russ Cox | 2013-12-18 | 1 | -0/+1 |
* | cmd/ld: move instruction selection + layout into compilers, assemblers | Russ Cox | 2013-12-16 | 1 | -45/+37 |
* | liblink, cmd/gc: fix incompatible type signatures on Plan 9 | David du Colombier | 2013-12-10 | 1 | -0/+6 |
* | build: do not use the host's libbio on Plan 9 | Anthony Martin | 2013-12-09 | 2 | -2/+8 |
* | liblink: fix Plan 9 build | David du Colombier | 2013-12-09 | 3 | -0/+9 |
* | liblink: create new library based on linker code | Russ Cox | 2013-12-08 | 2 | -0/+569 |
* | build: remove various uses of C undefined behavior | Russ Cox | 2013-09-09 | 1 | -1/+1 |
* | libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/Bputc | Dmitriy Vyukov | 2013-08-30 | 1 | -2/+24 |
* | include/plan9: define size_t to fix build breakage | Ian Lance Taylor | 2013-06-28 | 1 | -0/+4 |
* | build: add intptr typedef for Plan 9 | Anthony Martin | 2013-06-04 | 3 | -24/+27 |
* | build: remove special definition of Runemax on Plan 9 | Anthony Martin | 2013-06-01 | 1 | -7/+0 |
* | include: add a README file | Shenghou Ma | 2013-05-22 | 1 | -0/+6 |
* | include/plan9/libc.h: fix Plan 9 build | David du Colombier | 2013-03-30 | 1 | -0/+1 |
* | cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internal | Ian Lance Taylor | 2013-03-29 | 1 | -0/+1 |
* | build: fix for 32-bit windows builds on 64-bit windows system | Russ Cox | 2013-03-15 | 1 | -1/+1 |
* | lib9: add mktempdir, removeall, runprog | Russ Cox | 2013-03-06 | 1 | -0/+4 |
* | build: clang support | Russ Cox | 2013-02-15 | 1 | -1/+1 |
* | include: Plan 9: hide any previous definition of Runemax | Akshat Kumar | 2013-01-30 | 1 | -0/+2 |
* | build: add missing function declarations for Plan 9 | Lucio De Re | 2013-01-11 | 1 | -0/+12 |
* | cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsing | Russ Cox | 2013-01-06 | 1 | -0/+10 |
* | cmd/dist, cmd/8g: implement GO386=387/sse to choose FPU flavour. | Rémy Oudompheng | 2013-01-02 | 1 | -0/+1 |
* | lib9: remove unreferenced externs and getuser() | Carl Mastrangelo | 2012-11-08 | 1 | -4/+0 |
* | lib9, cmd/dist, cmd/5l: embed GOARM into cmd/5l and auto detect GOARM | Shenghou Ma | 2012-10-22 | 1 | -0/+1 |
* | build: u.h for plan9 arm | Lucio De Re | 2012-10-21 | 1 | -0/+14 |
* | src: Add support for 64-bit version of Plan 9 | Akshat Kumar | 2012-08-31 | 1 | -0/+14 |
* | build: remove unnecessary pragmas | Anthony Martin | 2012-02-06 | 2 | -5/+0 |
* | build: add include files for Plan 9 | Anthony Martin | 2012-01-31 | 6 | -0/+55 |
* | os: OS-dependent bits to support NetBSD. | Christopher Nielsen | 2011-12-15 | 1 | -1/+1 |
* | lib9: add ctime | Russ Cox | 2011-11-07 | 1 | -0/+2 |
* | gopack: change archive file name length back to 16 | Russ Cox | 2011-11-01 | 1 | -1/+1 |
* | 5a, 5c, 6a, 6c, 8a, 8c: fix Windows file paths | Hector Chu | 2011-09-07 | 1 | -0/+2 |
* | libmach: support reading symbols from Windows .exe for nm | Mateusz Czapliński | 2011-08-29 | 1 | -0/+1 |
* | fix windows/amd64 build with newest mingw-w64 | Hector Chu | 2011-08-29 | 1 | -0/+2 |
* | build: define getcallerpc in u.h (fix for Plan 9 build) | Lucio De Re | 2011-07-25 | 1 | -0/+2 |
* | build: fixes for mingw-w64 | Wei Guangjing | 2011-07-25 | 1 | -2/+6 |
* | build: fix header files for Plan 9 | Lucio De Re | 2011-06-14 | 1 | -0/+1 |
* | windows: replace remaining __MINGW32__ instances with _WIN32 | Joe Poirier | 2011-02-08 | 2 | -4/+4 |
* | cov and prof: implement windows version (just function stubs and build mods) | Joe Poirier | 2010-07-30 | 1 | -1/+7 |
* | gc: fix SIGBUS | Russ Cox | 2010-07-28 | 1 | -0/+5 |
* | Fix *l/*c -V flag segfault | Dean Prichard | 2010-02-08 | 1 | -0/+1 |
* | libc: add goos, goarch, goroot. fixes build | Russ Cox | 2010-01-19 | 1 | -0/+4 |
* | Ports of lib9, libbio and libmach to Windows. | Hector Chu | 2009-11-30 | 2 | -6/+17 |