summaryrefslogtreecommitdiff
path: root/src/cmd/6g/cgen.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-8/+2
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-19/+81
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-53/+45
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-24/+35
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-196/+550
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-13/+33
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+1299
2011-09-13Imported Upstream version 60Ondřej Surý1-1301/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-9/+29
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-8/+10
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-3/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-38/+219
2010-06-08gc: new typechecking rulesRuss Cox1-1/+1
2010-05-24gc: bug281 - bad overlap in stack copyRuss Cox1-1/+32
2010-04-01runtime: turn run time errors checks into panicsRuss Cox1-2/+2
2010-03-056g complex type usableKen Thompson1-27/+36
2010-03-02more on type complex.Ken Thompson1-7/+10
2010-02-19fixed bug in mpconst float multiply by 0.Ken Thompson1-0/+8
2010-01-15Don't check array bounds if we have been told not to.Ian Lance Taylor1-1/+1
2009-12-026g etc: groundwork for eliminating redundant bounds checks.Russ Cox1-2/+2
2009-11-15gc: fix up floating point NaN comparisonsRuss Cox1-14/+41
2009-11-01nil pointer checks in 8g.Russ Cox1-1/+13
2009-10-20bug162, over and overRuss Cox1-0/+11
2009-09-10fix bug206.Russ Cox1-3/+18
2009-09-05composit literalsKen Thompson1-4/+0
2009-08-30array index bugRuss Cox1-3/+3
2009-08-27inline slicearrayKen Thompson1-0/+4
2009-08-24gc: handle iface == nil in back endRuss Cox1-0/+20
2009-08-20len and cap on chansRuss Cox1-2/+24
2009-07-30delete some code from walkexpr that is nowRuss Cox1-0/+6
2009-07-30typechecking checkpoint.Russ Cox1-3/+3
2009-07-27avoid register computing len(x), cap(x)Russ Cox1-0/+14
2009-07-17baby step: const decls can refer to futureRuss Cox1-1/+1
2009-06-23fix a 6g crash after type errors.Russ Cox1-10/+6
2009-06-02minor cleanup, 64-bit /= and %= on 32-bitRuss Cox1-3/+3
2009-05-27clean up gmove:Russ Cox1-1/+7
2009-05-231. check for dups in complex literalsKen Thompson1-4/+1
2009-05-17static initialization with DATA statementsKen Thompson1-1/+1
2009-05-16static initializationKen Thompson1-1/+5
2009-05-086g:Russ Cox1-1/+1
2009-05-08eqtype(t1, t2, 0) => eqtype(t1, t2)Russ Cox1-2/+2
2009-05-03more code fiddlingKen Thompson1-6/+5
2009-04-28bug 139Ken Thompson1-1/+4
2009-04-09bug 142Ken Thompson1-3/+3
2009-04-09change representation of stringsKen Thompson1-3/+5
2009-03-30delete dregs: inarggen, genpanic, regretRuss Cox1-10/+0
2009-03-12make 6g constants behave as ken proposes. (i hope.)Russ Cox1-6/+6
2009-02-06closures - 6g supportRuss Cox1-3/+12
2009-02-026g return struct fix:Russ Cox1-5/+3
2009-01-30two uses of uninitialized memory,Russ Cox1-1/+1