summaryrefslogtreecommitdiff
path: root/src/cmd/8c/swt.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-10/+26
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+588
2011-09-13Imported Upstream version 60Ondřej Surý1-588/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-2/+2
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-14/+24
2010-03-26fix spelling of alignRob Pike1-2/+2
R=rsc CC=golang-dev http://codereview.appspot.com/778041
2010-03-25make alignment rules match 8g, just like 6c matches 6g.Russ Cox1-2/+4
R=ken2 CC=golang-dev http://codereview.appspot.com/760042
2010-03-23Add support for #pragma dynexport.Ian Lance Taylor1-2/+5
R=rsc CC=golang-dev http://codereview.appspot.com/661043
2010-03-22Rename dynld to dynimport throughout.Ian Lance Taylor1-4/+4
Cgo users will need to rerun cgo. R=rsc CC=golang-dev http://codereview.appspot.com/692041
2009-09-30cgo working on linux/386Russ Cox1-0/+11
R=r DELTA=70 (47 added, 4 deleted, 19 changed) OCL=35167 CL=35171
2009-07-07move 6c/pgen.c, 6c/pswt.c into ccRuss Cox1-128/+0
and make 5c, 8c use them. centralizes reachability analysis and switch generation. now 8c doesn't have spurious warnings in pkg/runtime. R=ken OCL=31266 CL=31266
2009-03-20update 8a, 8c, 8l to use new object format.Russ Cox1-1/+14
add "extern register" support to 8c. extern register means allocate in the FS-relative segment. make 8l generate segmented stack checks. R=ken OCL=26600 CL=26606
2009-01-06make 8a, 8c, 8l build in go environment.Russ Cox1-23/+23
,s/int32/long/g in 8a, 8c, 8l. delete dead code. move enam.c, 8.out.h, mkenam from 8c to 8l. R=r DELTA=1850 (581 added, 983 deleted, 286 changed) OCL=22119 CL=22129
2009-01-068a, 8c, and 8l from inferno distributionRuss Cox1-0/+677
R=r DELTA=19539 (19539 added, 0 deleted, 0 changed) OCL=22109 CL=22109