Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/gc: avoid confusing error message "ovf in mpaddxx" | Jan Ziak | 2014-04-09 | 1 | -1/+9 |
* | build: remove various uses of C undefined behavior | Russ Cox | 2013-09-09 | 1 | -5/+5 |
* | cmd/gc: error on constant shift overflows. | R?my Oudompheng | 2012-02-16 | 1 | -9/+17 |
* | gc: make constant arith errors a little more friendly | Russ Cox | 2012-02-11 | 1 | -19/+30 |
* | gc: fix build on Plan 9 | Lucio De Re | 2011-08-29 | 1 | -0/+4 |
* | gc: shuffle #includes | Russ Cox | 2011-08-25 | 1 | -0/+2 |
* | gc: index bounds tests and fixes | Russ Cox | 2010-08-03 | 1 | -1/+1 |
* | 1. got 29 (Mpscale) more bits of precision | Ken Thompson | 2010-07-17 | 1 | -1/+5 |
* | gc: no more ... | Russ Cox | 2010-06-14 | 1 | -1/+1 |
* | bug in const float divide | Ken Thompson | 2010-02-05 | 1 | -2/+15 |
* | signs on div and mod | Ken Thompson | 2009-05-05 | 1 | -1/+13 |
* | warn -> yyerror in mparith. | Russ Cox | 2009-03-12 | 1 | -17/+17 |
* | make 6g constants behave as ken proposes. (i hope.) | Russ Cox | 2009-03-12 | 1 | -0/+1 |
* | added bitclear operators &^ and &^= | Ken Thompson | 2009-03-11 | 1 | -0/+34 |
* | multi precision floating point | Ken Thompson | 2008-12-01 | 1 | -28/+97 |
* | fix the easy parts of bug120 | Russ Cox | 2008-11-17 | 1 | -0/+11 |
* | shift bugs | Ken Thompson | 2008-10-29 | 1 | -2/+2 |
* | bug 113 | Ken Thompson | 2008-10-29 | 1 | -10/+11 |
* | change *a1++; to plain a1++ | Russ Cox | 2008-10-04 | 1 | -2/+2 |
* | silence gcc warnings | Russ Cox | 2008-10-03 | 1 | -1/+1 |
* | shift operations to new spec | Ken Thompson | 2008-08-28 | 1 | -3/+12 |
* | adding and deleting files | Ken Thompson | 2008-08-09 | 1 | -0/+529 |