summaryrefslogtreecommitdiff
path: root/src/cmd/gc/const.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-24^ type(const) now inverts "enough" bitsKen Thompson1-2/+30
2009-03-12make 6g constants behave as ken proposes. (i hope.)Russ Cox1-298/+471
2009-03-11added bitclear operators &^ and &^=Ken Thompson1-0/+3
2009-01-30update compiler to new func rulesRuss Cox1-0/+1
2009-01-096g cleanup suggested by ken.Russ Cox1-5/+5
2008-12-18cmp [] to nilKen Thompson1-4/+10
2008-12-14even more code improvementKen Thompson1-0/+18
2008-12-12bug104Ken Thompson1-16/+26
2008-12-09bug127Ken Thompson1-3/+10
2008-12-02truncating of float constants whenKen Thompson1-17/+36
2008-12-01multi precision floating pointKen Thompson1-2/+20
2008-10-29shift bugsKen Thompson1-1/+1
2008-10-29the end of life as we know itKen Thompson1-2/+2
2008-10-16diagnose various conversion problemsRuss Cox1-15/+13
2008-10-15interface on arbitrary typesKen Thompson1-5/+23
2008-10-14bug with struct-type { 1 }Ken Thompson1-0/+1
2008-10-06silence gcc warning - initialize two variablesRuss Cox1-0/+3
2008-10-03silence gcc warningsRuss Cox1-1/+0
2008-09-04bugs 29, 61, 62, 74Ken Thompson1-4/+2
2008-09-04rewriting bugsKen Thompson1-0/+11
2008-08-29fix type of (1<<x)Ken Thompson1-2/+12
2008-08-12fixed bugs in const/caseKen Thompson1-6/+14
2008-08-09mp fixed arithKen Thompson1-13/+23
2008-08-08mp constantsKen Thompson1-60/+87
2008-08-03make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox1-2/+2
2008-07-27random bug fixesKen Thompson1-0/+3
2008-07-20start of selectKen Thompson1-3/+7
2008-07-05random little bugsKen Thompson1-6/+10
2008-06-17more mapsKen Thompson1-1/+11
2008-06-17SVN=123249Ken Thompson1-5/+9
2008-06-15now checks for lvalue/rvalue context ofKen Thompson1-6/+16
2008-06-04Add compiler source to new directory structureRob Pike1-0/+370