aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-02-13[dev.cc] all: merge master (5f1efe7) into dev.ccRuss Cox
2015-02-11cmd/gc: factor newly-portable code into gc directoryRuss Cox
2015-02-08include/u.h: fix name clash of REG_R* on solarisShenghou Ma
2015-02-04[dev.cc] all: merge master (b8fcae0) into dev.ccRuss Cox
2015-02-04liblink: require use of TYPE_ADDR, not TYPE_CONSTRuss Cox
2015-02-03include: restore use of signal.h on windows (fixes build)Alex Brainman
2015-02-03liblink: define fixed A-numbers for common instructionsRuss Cox
2015-02-03liblink: place DATA size in from3.offset alwaysRuss Cox
2015-02-03liblink: the zero Prog is now valid and ready for useRuss Cox
2015-02-03liblink: place TEXT/GLOBL flags in p->from3 alwaysRuss Cox
2015-02-03include: fix arm build one more timeDave Cheney
2015-01-30liblink: fix arm build againDave Cheney
2015-01-30liblink: make Prog, Addr more portable and documentRuss Cox
2015-01-26cmd/gc: simplify code for c2goRuss Cox
2015-01-21include: declare getgohostos and getgohostarch on Plan 9David du Colombier
2015-01-21include: declare runcmd on Plan 9David du Colombier
2015-01-21[dev.cc] liblink: invoke 'go tool objwriter' to implement writeobj, if directedRuss Cox
2015-01-21[dev.cc] cmd/dist, lib9: make GOHOSTARCH, GOHOSTOS available to C programsRuss Cox
2015-01-21build: implement GOEXPERIMENT again in runtime, and add to liblinkRuss Cox
2015-01-07cmd/9l: support internal linkingAustin Clements
2015-01-07cmd/ld: support for relocation variantsAustin Clements
2015-01-07cmd/ld: decode local entry offset from ppc64 symbolsAustin Clements
2015-01-05Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox
2015-01-02include: remove unnecessary stuff on windowsShenghou Ma
2014-12-29liblink, cmd/ld, runtime: remove stackguard1Shenghou Ma
2014-12-05all: power64 is now ppc64Russ Cox
2014-11-21[dev.cc] liblink: more docs on Prog and Addr fieldsAustin Clements
2014-11-21[dev.cc] liblink: fix warnings on Plan 9David du Colombier
2014-11-14[dev.power64] liblink: generate dnames[5689] for D_* constantsAustin Clements
2014-11-12[dev.power64] liblink: improve documentation of struct ProgAustin Clements
2014-10-22[dev.power64] all: merge default into dev.power64Austin Clements
2014-10-22[dev.power64] build: merge default into dev.power64Austin Clements
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-07[dev.power64] include/link.h, liblink: convert 9l functions to liblinkShenghou Ma
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