summaryrefslogtreecommitdiff
path: root/src/cmd/8c/txt.c
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] cmd/5c, cmd/6c, cmd/8c, cmd/cc: removeRuss Cox2014-11-101-1537/+0
* cmd/cc, runtime: convert C compilers to use Go calling conventionRuss Cox2014-08-271-6/+34
* liblink: introduce TLS register on 386 and amd64Russ Cox2014-04-151-1/+1
* cmd/cc, cmd/5c, cmd/6c, cmd/8c: introduce linkarchinit and add amd64p32 supportDave Cheney2014-03-071-1/+7
* cmd/5a, cmd/5c, cmd/6a, cmd/6c, cmd/8a, cmd/8c, cmd/cc: support for Native Cl...Dave Cheney2014-02-271-2/+3
* cmd/cc, cmd/gc: update compilers, assemblers for liblink changesRuss Cox2013-12-161-2/+5
* cmd/5c, cmd/6c, cmd/8c: use liblinkRuss Cox2013-12-081-14/+15
* cmd/5c, cmd/6c, cmd/8c: record arg size for every callRuss Cox2013-07-161-0/+9
* all: fix typosShenghou Ma2013-06-091-1/+1
* cmd/5c, cmd/6c, cmd/8c: isolate textflag and dataflagAnthony Martin2013-06-041-4/+10
* cmd/8c: disable use of prefetch with GO386=387Russ Cox2013-02-131-0/+3
* cmd/6c: Optimize rotate expressions to use rotate instructions.Matthew Dempsky2013-01-181-0/+8
* cmd/cc: add PREFETCH built-in (like SET, USED)Russ Cox2012-05-021-0/+12
* ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox2012-02-211-0/+2
* 5c, 6c, 8c, 6g, 8g: correct boundary checkingShenghou Ma2012-02-151-1/+1
* build: use gcc -WerrorRuss Cox2011-04-131-0/+4
* gc: align structs according to max alignment of fieldsRuss Cox2010-12-131-5/+5
* amd64: use segment memory for thread-local storageRuss Cox2010-08-041-1/+0
* convert 386 to use %gs instead of %fs for extern register.Russ Cox2009-09-211-1/+1
* compilers were inconsistent aboutRuss Cox2009-07-131-5/+5
* update 8a, 8c, 8l to use new object format.Russ Cox2009-03-201-0/+13
* pragma textflagKen Thompson2009-01-271-1/+3
* make 8a, 8c, 8l build in go environment.Russ Cox2009-01-061-8/+8
* 8a, 8c, and 8l from inferno distributionRuss Cox2009-01-061-0/+1440