summaryrefslogtreecommitdiff
path: root/src/cmd/gc/gen.c
Commit message (Expand)AuthorAgeFilesLines
...
* forward declarations not necessary.Russ Cox2009-08-071-2/+104
* delay := processingRuss Cox2009-08-051-1/+3
* make Syms smaller.Russ Cox2009-08-041-8/+4
* delayed evaluation of var blocksRuss Cox2009-08-041-4/+5
* typechecking checkpoint.Russ Cox2009-07-301-3/+3
* break and continue fixesRuss Cox2009-07-291-28/+27
* another step toward eliminating forward declarations.Russ Cox2009-07-171-22/+21
* static initialization with DATA statementsKen Thompson2009-05-171-0/+2
* 6g bug: was dropping assignment of nil to globalsRuss Cox2009-05-051-4/+7
* more code optimizationKen Thompson2009-05-041-0/+6
* move portable code generation (basic statements) to gc.Russ Cox2009-03-301-0/+505