summaryrefslogtreecommitdiff
path: root/src/cmd/gc/mparith2.c
AgeCommit message (Expand)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
2010-02-05bug in const float divideKen Thompson1-2/+15
2009-05-05signs on div and modKen Thompson1-1/+13
2009-03-12warn -> yyerror in mparith.Russ Cox1-17/+17
2009-03-12make 6g constants behave as ken proposes. (i hope.)Russ Cox1-0/+1
2009-03-11added bitclear operators &^ and &^=Ken Thompson1-0/+34
2008-12-01multi precision floating pointKen Thompson1-28/+97
2008-11-17fix the easy parts of bug120Russ Cox1-0/+11
2008-10-29shift bugsKen Thompson1-2/+2
2008-10-29bug 113Ken Thompson1-10/+11
2008-10-04change *a1++; to plain a1++Russ Cox1-2/+2
2008-10-03silence gcc warningsRuss Cox1-1/+1
2008-08-28shift operations to new specKen Thompson1-3/+12
2008-08-09adding and deleting filesKen Thompson1-0/+529