aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/6c/txt.c
AgeCommit message (Expand)Author
2023-07-31[release-branch.go1.4] all: fixes for modern compilersrelease-branch.go1.4Russ Cox
2014-08-27cmd/cc, runtime: convert C compilers to use Go calling conventionRuss Cox
2014-04-15liblink: introduce TLS register on 386 and amd64Russ Cox
2014-03-07cmd/cc, cmd/5c, cmd/6c, cmd/8c: introduce linkarchinit and add amd64p32 supportDave Cheney
2014-02-27cmd/5a, cmd/5c, cmd/6a, cmd/6c, cmd/8a, cmd/8c, cmd/cc: support for Native Cl...Dave Cheney
2013-12-16cmd/cc, cmd/gc: update compilers, assemblers for liblink changesRuss Cox
2013-12-08cmd/5c, cmd/6c, cmd/8c: use liblinkRuss Cox
2013-07-16cmd/5c, cmd/6c, cmd/8c: record arg size for every callRuss Cox
2013-06-09all: fix typosShenghou Ma
2013-06-04cmd/5c, cmd/6c, cmd/8c: isolate textflag and dataflagAnthony Martin
2013-01-18cmd/6c: Optimize rotate expressions to use rotate instructions.Matthew Dempsky
2012-05-02cmd/cc: add PREFETCH built-in (like SET, USED)Russ Cox
2012-04-106c, 6g, 6l: add MOVQL to make truncation explicitRuss Cox
2012-02-21ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox
2012-02-155c, 6c, 8c, 6g, 8g: correct boundary checkingShenghou Ma
2011-04-13build: use gcc -WerrorRuss Cox
2010-12-13gc: align structs according to max alignment of fieldsRuss Cox
2010-11-186c: automatically #define _64BIT.Ian Lance Taylor
2010-08-04amd64: use segment memory for thread-local storageRuss Cox
2009-07-13compilers were inconsistent aboutRuss Cox
2009-01-27pragma textflagKen Thompson
2008-11-116c bug with large constantsKen Thompson
2008-08-03make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox
2008-06-04Add compiler source to new directory structureRob Pike