summaryrefslogtreecommitdiff
path: root/src/cmd/8g/cgen64.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-028g: discard tempalloc/tempfree experimentRuss Cox1-7/+3
in favor of tempname. allows optimizer to do more. unfortunately, optimizer seems to be broken; disable it. R=ken2 http://codereview.appspot.com/163091
2009-10-15386 shift bug; wasn't zero-extending 16- and 8-bit countsRuss Cox1-4/+8
+test R=ken OCL=35801 CL=35801
2009-06-06an 8g checkpoint.Russ Cox1-1/+1
needs cleanup, optimizer, but all.bash works. R=ken OCL=29974 CL=30000
2009-06-02trivial cut and paste: move 64-bit simulation into cgen64.cRuss Cox1-0/+512
R=ken OCL=29812 CL=29812