summaryrefslogtreecommitdiff
path: root/src/cmd/6g/ggen.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-68/+168
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-12/+142
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-1/+1
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-620/+184
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-8/+21
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+1412
2011-09-13Imported Upstream version 60Ondřej Surý1-1371/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-3/+29
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-118/+27
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-28/+57
2010-05-246g: avoid unnecessary conversion in shift bounds checkRuss Cox1-4/+15
2010-04-01runtime: turn run time errors checks into panicsRuss Cox1-4/+4
2010-03-31gc: implement panic and recoverRuss Cox1-2/+7
2010-03-26gc: allow taking address of out parametersRuss Cox1-3/+24
2010-03-085g/6g/8g: fix double function call in sliceRuss Cox1-32/+24
2010-03-05gc: better compilation of floating point +=Russ Cox1-9/+17
2010-01-22eliminate the package global name space assumption in object filesRuss Cox1-1/+1
2009-12-036g code gen bugKen Thompson1-1/+2
2009-11-20x[lo:] - gc and runtime.Russ Cox1-64/+57
2009-11-01nil pointer checks in 8g.Russ Cox1-10/+10
2009-10-20bug162, over and overRuss Cox1-1/+21
2009-09-21more inlining of slicesliceKen Thompson1-12/+37
2009-09-17move static init code from 6g into gc.Russ Cox1-168/+0
2009-09-10fix bug206.Russ Cox1-40/+55
2009-09-09composit literal underKen Thompson1-0/+31
2009-09-08write-only variable _Russ Cox1-1/+1
2009-09-05composit literalsKen Thompson1-44/+21
2009-08-29sped up optimization by not optimizingKen Thompson1-1/+5
2009-08-28arraytoslice and some cleanupKen Thompson1-67/+101
2009-08-28sliceslice bugKen Thompson1-13/+12
2009-08-28bug in slicesliceKen Thompson1-13/+24
2009-08-28sliceslice inlineKen Thompson1-18/+89
2009-08-27bug in arraysliceKen Thompson1-19/+34
2009-08-27inline slicearrayKen Thompson1-0/+168
2009-08-126g: save all 64 bits of AX/DXRuss Cox1-4/+4
2009-08-108-bit div and modRuss Cox1-8/+30
2009-08-10bug in int8 modKen Thompson1-3/+2
2009-08-091. integer division by a constant done.Ken Thompson1-16/+22
2009-08-08another plateau - almost doneKen Thompson1-13/+58
2009-08-08plateau in divide by a constantKen Thompson1-3/+24
2009-08-07more work on divide by constant.Ken Thompson1-73/+146
2009-08-06divide by a constant power of 2Ken Thompson1-2/+82
2009-08-04make Syms smaller.Russ Cox1-3/+2
2009-08-04get function calls out of the way beforeRuss Cox1-11/+47
2009-08-04fix division bugRuss Cox1-2/+27
2009-07-30fix build on amd64Russ Cox1-0/+2
2009-07-17another step toward eliminating forward declarations.Russ Cox1-7/+7
2009-06-02minor cleanup, 64-bit /= and %= on 32-bitRuss Cox1-6/+5
2009-05-29bug 155Ken Thompson1-1/+3