summaryrefslogtreecommitdiff
path: root/src/cmd/gc/mparith2.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-2/+6
2010-06-14gc: no more ...Russ Cox1-1/+1
various cleanup, deleting unused code R=ken2 CC=golang-dev http://codereview.appspot.com/1663041
2010-02-05bug in const float divideKen Thompson1-2/+15
R=rsc CC=golang-dev http://codereview.appspot.com/204042
2009-05-05signs on div and modKen Thompson1-1/+13
R=r OCL=28319 CL=28319
2009-03-12warn -> yyerror in mparith.Russ Cox1-17/+17
close two more bugs. R=ken OCL=26226 CL=26226
2009-03-12make 6g constants behave as ken proposes. (i hope.)Russ Cox1-0/+1
various bug fixes and tests involving constants. test/const1.go is the major new test case. R=ken OCL=26216 CL=26224
2009-03-11added bitclear operators &^ and &^=Ken Thompson1-0/+34
R=r OCL=26152 CL=26152
2008-12-01multi precision floating pointKen Thompson1-28/+97
R=r OCL=20185 CL=20185
2008-11-17fix the easy parts of bug120Russ Cox1-0/+11
R=r,ken DELTA=66 (52 added, 3 deleted, 11 changed) OCL=19386 CL=19389
2008-10-29shift bugsKen Thompson1-2/+2
R=r OCL=18095 CL=18095
2008-10-29bug 113Ken Thompson1-10/+11
R=r OCL=18077 CL=18077
2008-10-04change *a1++; to plain a1++Russ Cox1-2/+2
R=ken DELTA=2 (0 added, 0 deleted, 2 changed) OCL=16489 CL=16489
2008-10-03silence gcc warningsRuss Cox1-1/+1
R=ken OCL=16449 CL=16466
2008-08-28shift operations to new specKen Thompson1-3/+12
R=r OCL=14641 CL=14641
2008-08-09adding and deleting filesKen Thompson1-0/+529
R=r DELTA=1685 (920 added, 765 deleted, 0 changed) OCL=14030 CL=14030