summaryrefslogtreecommitdiff
path: root/src/cmd/8g/cgen.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-8/+80
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-1/+42
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-45/+56
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-22/+33
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-254/+449
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-13/+29
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+1233
2011-09-13Imported Upstream version 60Ondřej Surý1-1235/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-11/+29
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-2/+4
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-28/+41
2010-06-288g compiler missing call to splitclean().Ken Thompson1-1/+4
2010-05-248g: out of register bugRuss Cox1-4/+8
2010-05-24gc: bug281 - bad overlap in stack copyRuss Cox1-1/+32
2010-04-308g: bug272Russ Cox1-13/+37
2010-04-01runtime: turn run time errors checks into panicsRuss Cox1-2/+2
2010-03-10fix 386 a[i] = cmplx(r, j)Russ Cox1-6/+6
2010-03-09identical complex implementationKen Thompson1-12/+11
2010-03-056g complex type usableKen Thompson1-0/+18
2010-03-05gc: better compilation of floating point +=Russ Cox1-1/+1
2010-02-268g: fix out of register bug in byte(x) codeRuss Cox1-6/+1
2010-02-268g: make a[byte(x)] truncate xRuss Cox1-1/+8
2010-02-178g: respect ullman numbers in float comparisonRuss Cox1-8/+14
2009-12-028g: discard tempalloc/tempfree experimentRuss Cox1-50/+23
2009-12-026g etc: groundwork for eliminating redundant bounds checks.Russ Cox1-3/+3
2009-12-018g: Match sgen definition to declarationEvan Shaw1-1/+1
2009-11-238g: call throwindex for array out of boundsRuss Cox1-4/+2
2009-11-20x[lo:] - gc and runtime.Russ Cox1-0/+4
2009-11-15gc: fix up floating point NaN comparisonsRuss Cox1-11/+36
2009-11-01nil pointer checks in 8g.Russ Cox1-1/+24
2009-09-30fix 386 build - register allocation and shift bugRuss Cox1-9/+19
2009-09-21ideal bools and related fixesRuss Cox1-3/+3
2009-09-14make 5g, 8g build again by disabling init code.Russ Cox1-4/+0
2009-08-24gc: handle iface == nil in back endRuss Cox1-0/+19
2009-08-20len and cap on chansRuss Cox1-1/+23
2009-07-30delete some code from walkexpr that is nowRuss Cox1-0/+7
2009-07-30typechecking checkpoint.Russ Cox1-3/+3
2009-07-28fix error that gcc thinks is a warningRuss Cox1-1/+1
2009-07-27avoid register computing len(x), cap(x)Russ Cox1-0/+14
2009-07-09bug168 (dsymonds) + fixRuss Cox1-9/+4
2009-07-06fix float32 comparison. was doing l op l instead of l op r.Russ Cox1-6/+7
2009-06-23fix a 6g crash after type errors.Russ Cox1-6/+6
2009-06-06an 8g checkpoint.Russ Cox1-14/+21
2009-06-04more 8g progress.Russ Cox1-24/+59
2009-06-02trivial cut and paste: move 64-bit simulation into cgen64.cRuss Cox1-506/+0
2009-06-028g:Russ Cox1-130/+119
2009-05-2964-bit integer arithmetic.Russ Cox1-19/+332
2009-05-28better 64-bit handling in 8g.Russ Cox1-158/+161
2009-05-268g: 64-bit arithmetic and assorted bug fixes;Russ Cox1-6/+296