summaryrefslogtreecommitdiff
path: root/src/cmd/gc/mparith2.c
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: avoid confusing error message "ovf in mpaddxx"Jan Ziak2014-04-091-1/+9
* build: remove various uses of C undefined behaviorRuss Cox2013-09-091-5/+5
* cmd/gc: error on constant shift overflows.R?my Oudompheng2012-02-161-9/+17
* gc: make constant arith errors a little more friendlyRuss Cox2012-02-111-19/+30
* gc: fix build on Plan 9Lucio De Re2011-08-291-0/+4
* gc: shuffle #includesRuss Cox2011-08-251-0/+2
* gc: index bounds tests and fixesRuss Cox2010-08-031-1/+1
* 1. got 29 (Mpscale) more bits of precisionKen Thompson2010-07-171-1/+5
* gc: no more ...Russ Cox2010-06-141-1/+1
* bug in const float divideKen Thompson2010-02-051-2/+15
* signs on div and modKen Thompson2009-05-051-1/+13
* warn -> yyerror in mparith.Russ Cox2009-03-121-17/+17
* make 6g constants behave as ken proposes. (i hope.)Russ Cox2009-03-121-0/+1
* added bitclear operators &^ and &^=Ken Thompson2009-03-111-0/+34
* multi precision floating pointKen Thompson2008-12-011-28/+97
* fix the easy parts of bug120Russ Cox2008-11-171-0/+11
* shift bugsKen Thompson2008-10-291-2/+2
* bug 113Ken Thompson2008-10-291-10/+11
* change *a1++; to plain a1++Russ Cox2008-10-041-2/+2
* silence gcc warningsRuss Cox2008-10-031-1/+1
* shift operations to new specKen Thompson2008-08-281-3/+12
* adding and deleting filesKen Thompson2008-08-091-0/+529