summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* liblink: fix field trackingRuss Cox2014-05-201-0/+1
* include/plan9: make mklibc.rc compatible with 9atomDavid du Colombier2014-04-191-6/+1
* liblink, cmd/ld: reenable nosplit checking and testRuss Cox2014-04-161-3/+8
* liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobjIan Lance Taylor2014-04-161-1/+1
* liblink: fix incorrect hash collision in lookupRuss Cox2014-04-161-0/+1
* build: remove tmp dir names from objects, support GOROOT_FINAL againRuss Cox2014-04-151-0/+3
* liblink: introduce TLS register on 386 and amd64Russ Cox2014-04-151-1/+2
* liblink: remove arch-specific constants from file formatRuss Cox2014-04-141-2/+24
* cmd/prof, libmach: deleteRuss Cox2014-04-149-763/+0
* libbio, libmach: warnings from the Plan 9 tool chainLucio De Re2014-04-071-1/+1
* cmd/ld: clear unused ctxt before morestackRuss Cox2014-03-041-1/+1
* all: final merge of NaCl treeRuss Cox2014-02-271-0/+7
* include: fix comment in link.hIan Lance Taylor2014-02-261-1/+1
* cmd/gc: correct liveness for fat variablesRuss Cox2014-02-151-1/+1
* lib9: enable on Plan 9David du Colombier2014-02-136-1/+98
* cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin2014-02-122-13/+10
* include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes.Shenghou Ma2014-02-091-0/+1
* liblink: include missing pragmas for plan9 formatterJeff Sickel2014-01-221-0/+12
* liblink: check for symgrow size too largeIan Lance Taylor2014-01-211-1/+1
* libmach: use different names for different Ureg typesRuss Cox2014-01-083-3/+6
* libmach: use Go's ureg headers on Plan 9David du Colombier2014-01-083-3/+3
* liblink: use explicit field for globl duplicate detectionRuss Cox2013-12-181-0/+1
* cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox2013-12-161-45/+37
* liblink, cmd/gc: fix incompatible type signatures on Plan 9David du Colombier2013-12-101-0/+6
* build: do not use the host's libbio on Plan 9Anthony Martin2013-12-092-2/+8
* liblink: fix Plan 9 buildDavid du Colombier2013-12-093-0/+9
* liblink: create new library based on linker codeRuss Cox2013-12-082-0/+569
* build: remove various uses of C undefined behaviorRuss Cox2013-09-091-1/+1
* libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov2013-08-301-2/+24
* include/plan9: define size_t to fix build breakageIan Lance Taylor2013-06-281-0/+4
* build: add intptr typedef for Plan 9Anthony Martin2013-06-043-24/+27
* build: remove special definition of Runemax on Plan 9Anthony Martin2013-06-011-7/+0
* include: add a README fileShenghou Ma2013-05-221-0/+6
* include/plan9/libc.h: fix Plan 9 buildDavid du Colombier2013-03-301-0/+1
* cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internalIan Lance Taylor2013-03-291-0/+1
* build: fix for 32-bit windows builds on 64-bit windows systemRuss Cox2013-03-151-1/+1
* lib9: add mktempdir, removeall, runprogRuss Cox2013-03-061-0/+4
* build: clang supportRuss Cox2013-02-151-1/+1
* include: Plan 9: hide any previous definition of RunemaxAkshat Kumar2013-01-301-0/+2
* build: add missing function declarations for Plan 9Lucio De Re2013-01-111-0/+12
* cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsingRuss Cox2013-01-061-0/+10
* cmd/dist, cmd/8g: implement GO386=387/sse to choose FPU flavour.R?my Oudompheng2013-01-021-0/+1
* lib9: remove unreferenced externs and getuser()Carl Mastrangelo2012-11-081-4/+0
* lib9, cmd/dist, cmd/5l: embed GOARM into cmd/5l and auto detect GOARMShenghou Ma2012-10-221-0/+1
* build: u.h for plan9 armLucio De Re2012-10-211-0/+14
* src: Add support for 64-bit version of Plan 9Akshat Kumar2012-08-311-0/+14
* build: remove unnecessary pragmasAnthony Martin2012-02-062-5/+0
* build: add include files for Plan 9Anthony Martin2012-01-316-0/+55
* os: OS-dependent bits to support NetBSD.Christopher Nielsen2011-12-151-1/+1
* lib9: add ctimeRuss Cox2011-11-071-0/+2