1
0
mirror of https://github.com/golang/go synced 2024-11-26 09:48:14 -07:00
go/src/cmd
Russ Cox 27432d67ec move 6c/pgen.c, 6c/pswt.c into cc
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-07-07 10:07:15 -07:00
..
5a Added ld/go.c functionality into 5l, primarily dead code 2009-06-09 20:51:53 -07:00
5c move 6c/pgen.c, 6c/pswt.c into cc 2009-07-07 10:07:15 -07:00
5g cleaned up data generation in 5g, reverted 5l handling of D_ADDR. 2009-07-06 23:04:56 -07:00
5l cleaned up data generation in 5g, reverted 5l handling of D_ADDR. 2009-07-06 23:04:56 -07:00
6a
6c move 6c/pgen.c, 6c/pswt.c into cc 2009-07-07 10:07:15 -07:00
6g various 6g cleanup: 2009-07-06 22:31:20 -07:00
6l move src/runtime -> src/lib/runtime; 2009-06-06 22:04:50 -07:00
8a
8c move 6c/pgen.c, 6c/pswt.c into cc 2009-07-07 10:07:15 -07:00
8g various 6g cleanup: 2009-07-06 22:31:20 -07:00
8l update 386 to new runtime (CL 30381) 2009-06-17 15:15:55 -07:00
ar allow forward declaration of struct in another file 2009-06-29 15:13:37 -07:00
cc move 6c/pgen.c, 6c/pswt.c into cc 2009-07-07 10:07:15 -07:00
cov
gc insert ODCL in type switch case. 2009-07-06 23:42:57 -07:00
gobuild fix gobuild bug 2009-06-29 11:19:38 -07:00
godefs make godefs work better for generating Go. 2009-06-01 22:14:25 -07:00
godoc - ast.FilterExports: strips all non-exported nodes from an AST 2009-07-06 10:37:33 -07:00
gofmt - ast.FilterExports: strips all non-exported nodes from an AST 2009-07-06 10:37:33 -07:00
gotest restructure makefiles, scripts to factor out O= logic. 2009-06-05 10:59:55 -07:00
ld allow forward declaration of struct in another file 2009-06-29 15:13:37 -07:00
nm fix gotest by fixing nm -s to print in file order by storing a sequence number 2009-04-15 21:57:55 -07:00
prof
clean.bash clean gofmt 2009-06-16 14:03:13 -07:00
make.bash fix build 2009-06-16 09:39:57 -07:00