summaryrefslogtreecommitdiff
path: root/src/cmd/5c/txt.c
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] cmd/5c, cmd/6c, cmd/8c, cmd/cc: removeRuss Cox2014-11-101-1361/+0
* cmd/cc, runtime: convert C compilers to use Go calling conventionRuss Cox2014-08-271-6/+34
* cmd/5c: fix arm buildDave 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/5c, cmd/6c, cmd/8c: use liblinkRuss Cox2013-12-081-16/+17
* cmd/5c, cmd/5g, cmd/5l: introduce MOVBS and MOVHS instructions.R?my Oudompheng2013-08-081-12/+12
* cmd/5c, cmd/6c, cmd/8c: record arg size for every callRuss Cox2013-07-161-0/+9
* cmd/5c, cmd/6c, cmd/8c: isolate textflag and dataflagAnthony Martin2013-06-041-3/+8
* cmd/5c: fix dataflag annotationShenghou Ma2012-09-251-4/+2
* cmd/5c, cmd/5a, cmd/5l: ARM support for PREFETCH built-inShenghou Ma2012-05-041-1/+7
* cmd/cc: add PREFETCH built-in (like SET, USED)Russ Cox2012-05-021-0/+6
* 5c, 5g, 5l: fix arm bugRuss Cox2012-02-221-1/+2
* 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
* 5c: do not use R9 and R10Russ Cox2011-06-221-23/+5
* build: use gcc -WerrorRuss Cox2011-04-131-0/+4
* ld: detect stack overflow due to NOSPLITRuss Cox2011-02-221-1/+3
* gc: align structs according to max alignment of fieldsRuss Cox2010-12-131-5/+5
* 5c: implement uint32 -> floatRuss Cox2010-10-251-11/+40
* move 6c/pgen.c, 6c/pswt.c into ccRuss Cox2009-07-071-7/+8
* This is really two changes in one but given interdependenciesKai Backman2009-03-251-10/+10
* 5a 5c 5l from inferno distributionKai Backman2009-03-131-0/+1280