aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-10-14liblink: require DATA lines to be ordered by offset, with no overlapRuss Cox
2014-09-24build: fix elf buildsRuss Cox
2014-09-16liblink, sync/atomic: fix arm buildRuss Cox
2014-09-09runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox
2014-08-31cmd/ld: diagnose Go calling CRuss Cox
2014-08-06liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants.Shenghou Ma
2014-08-06liblink: support big-endian properlyShenghou Ma
2014-07-25include/u.h: define _DEFAULT_SOURCE for new glibcBobby Powers
2014-07-21liblink: remove some gotos + other fixesRuss Cox
2014-07-02build: annotations and modifications for c2goRuss Cox
2014-07-02liblink, runtime: preliminary support for plan9/amd64Aram Hăvărneanu
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
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