summaryrefslogtreecommitdiff
path: root/src/cmd/gc/gen.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-28/+47
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-31/+64
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-10/+22
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-2/+5
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-69/+159
2012-06-14Imported Upstream version 1.0.2upstream/1.0.2Ondřej Surý1-0/+3
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-65/+106
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+790
2011-09-13Imported Upstream version 60Ondřej Surý1-790/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-71/+143
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-4/+18
2011-06-16Imported Upstream version 57.2upstream/57.2Ondřej Surý1-0/+1
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-62/+95
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-10/+10
2010-06-14gc: no more ...Russ Cox1-3/+6
2010-05-20fix issue 798Ken Thompson1-0/+1
2010-03-02more on type complex.Ken Thompson1-0/+6
2010-02-01gc: final ...T bug for the dayRuss Cox1-0/+2
2010-01-22eliminate the package global name space assumption in object filesRuss Cox1-1/+1
2009-12-03gc: Allow allow data types up to 1GBChristopher Wedgwood1-1/+1
2009-11-02do not emit USED for global x when compiling "_ = x;"Russ Cox1-1/+1
2009-10-19bug136Russ Cox1-23/+7
2009-10-19bug190.Russ Cox1-1/+0
2009-10-15rename sys functions to runtime,Russ Cox1-1/+1
2009-09-21ideal bools and related fixesRuss Cox1-1/+2
2009-09-15declared and not used; this time for sureRuss Cox1-4/+1
2009-09-14declared and not used error, but disabled.Russ Cox1-3/+7
2009-09-08write-only variable _Russ Cox1-0/+59
2009-09-05composit literalsKen Thompson1-3/+2
2009-08-07forward declarations not necessary.Russ Cox1-2/+104
2009-08-05delay := processingRuss Cox1-1/+3
2009-08-04make Syms smaller.Russ Cox1-8/+4
2009-08-04delayed evaluation of var blocksRuss Cox1-4/+5
2009-07-30typechecking checkpoint.Russ Cox1-3/+3
2009-07-29break and continue fixesRuss Cox1-28/+27
2009-07-17another step toward eliminating forward declarations.Russ Cox1-22/+21
2009-05-17static initialization with DATA statementsKen Thompson1-0/+2
2009-05-056g bug: was dropping assignment of nil to globalsRuss Cox1-4/+7
2009-05-04more code optimizationKen Thompson1-0/+6
2009-03-30move portable code generation (basic statements) to gc.Russ Cox1-0/+505