aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-05-20liblink: fix field trackingRuss Cox
2014-04-19include/plan9: make mklibc.rc compatible with 9atomDavid du Colombier
2014-04-16liblink, cmd/ld: reenable nosplit checking and testRuss Cox
2014-04-16liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobjIan Lance Taylor
2014-04-16liblink: fix incorrect hash collision in lookupRuss Cox
2014-04-15build: remove tmp dir names from objects, support GOROOT_FINAL againRuss Cox
2014-04-15liblink: introduce TLS register on 386 and amd64Russ Cox
2014-04-14liblink: remove arch-specific constants from file formatRuss Cox
2014-04-14cmd/prof, libmach: deleteRuss Cox
2014-04-07libbio, libmach: warnings from the Plan 9 tool chainLucio De Re
2014-03-04cmd/ld: clear unused ctxt before morestackRuss Cox
2014-02-27all: final merge of NaCl treeRuss Cox
2014-02-26include: fix comment in link.hIan Lance Taylor
2014-02-15cmd/gc: correct liveness for fat variablesRuss Cox
2014-02-13lib9: enable on Plan 9David du Colombier
2014-02-12cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin
2014-02-09include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes.Shenghou Ma
2014-01-22liblink: include missing pragmas for plan9 formatterJeff Sickel
2014-01-21liblink: check for symgrow size too largeIan Lance Taylor
2014-01-08libmach: use different names for different Ureg typesRuss Cox
2014-01-08 libmach: use Go's ureg headers on Plan 9David du Colombier
2013-12-18liblink: use explicit field for globl duplicate detectionRuss Cox
2013-12-16cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox
2013-12-10liblink, cmd/gc: fix incompatible type signatures on Plan 9David du Colombier
2013-12-09build: do not use the host's libbio on Plan 9Anthony Martin
2013-12-09liblink: fix Plan 9 buildDavid du Colombier
2013-12-08liblink: create new library based on linker codeRuss Cox
2013-09-09build: remove various uses of C undefined behaviorRuss Cox
2013-08-30libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov
2013-06-28include/plan9: define size_t to fix build breakageIan Lance Taylor
2013-06-04build: add intptr typedef for Plan 9Anthony Martin
2013-06-01build: remove special definition of Runemax on Plan 9Anthony Martin
2013-05-22include: add a README fileShenghou Ma
2013-03-30include/plan9/libc.h: fix Plan 9 buildDavid du Colombier
2013-03-29cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internalIan Lance Taylor
2013-03-15build: fix for 32-bit windows builds on 64-bit windows systemRuss Cox
2013-03-06lib9: add mktempdir, removeall, runprogRuss Cox
2013-02-15build: clang supportRuss Cox
2013-01-30include: Plan 9: hide any previous definition of RunemaxAkshat Kumar
2013-01-11build: add missing function declarations for Plan 9Lucio De Re
2013-01-06cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsingRuss Cox
2013-01-02cmd/dist, cmd/8g: implement GO386=387/sse to choose FPU flavour.Rémy Oudompheng
2012-11-08lib9: remove unreferenced externs and getuser()Carl Mastrangelo
2012-10-22lib9, cmd/dist, cmd/5l: embed GOARM into cmd/5l and auto detect GOARMShenghou Ma
2012-10-21build: u.h for plan9 armLucio De Re
2012-08-31src: Add support for 64-bit version of Plan 9Akshat Kumar
2012-02-06build: remove unnecessary pragmasAnthony Martin
2012-01-31build: add include files for Plan 9Anthony Martin
2011-12-15os: OS-dependent bits to support NetBSD.Christopher Nielsen
2011-11-07lib9: add ctimeRuss Cox