summaryrefslogtreecommitdiff
path: root/src/cmd/gc/cplx.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-4/+4
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-2/+2
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-0/+7
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+479
2011-09-13Imported Upstream version 60Ondřej Surý1-479/+0
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-3/+17
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-3/+3
2010-06-23gc: fix crash for nested complex divisionRuss Cox1-1/+1
R=ken2 CC=golang-dev http://codereview.appspot.com/1720043
2010-06-20gc: fix build - subnode not addable in complexgenRuss Cox1-6/+9
R=ken2 CC=golang-dev http://codereview.appspot.com/1677047
2010-05-20fix bug 275Ken Thompson1-5/+11
R=rsc CC=golang-dev http://codereview.appspot.com/1198046
2010-03-20issue 682Ken Thompson1-21/+0
complex DATA statement fo initialization of complex variables. R=rsc CC=golang-dev http://codereview.appspot.com/634045
2010-03-091. decommit complex(float) conversionKen Thompson1-12/+0
2. add complex algorithm for map/chan 3. test for use of complex in array, slice, field, chan, map, field, pointer. R=rsc CC=golang-dev http://codereview.appspot.com/384041
2010-03-09fix bugs compiling things likeKen Thompson1-6/+13
c = cmplx(imag(c), real(c)) without a temporary R=rsc CC=golang-dev http://codereview.appspot.com/360043
2010-03-09identical complex implementationKen Thompson1-0/+482
for 6g and 8g. can also be used for 5g. 5g is still a stub. R=rsc CC=golang-dev http://codereview.appspot.com/362041