Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-02 | 8g: discard tempalloc/tempfree experiment | Russ Cox | 1 | -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-15 | 386 shift bug; wasn't zero-extending 16- and 8-bit counts | Russ Cox | 1 | -4/+8 | |
+test R=ken OCL=35801 CL=35801 | |||||
2009-06-06 | an 8g checkpoint. | Russ Cox | 1 | -1/+1 | |
needs cleanup, optimizer, but all.bash works. R=ken OCL=29974 CL=30000 | |||||
2009-06-02 | trivial cut and paste: move 64-bit simulation into cgen64.c | Russ Cox | 1 | -0/+512 | |
R=ken OCL=29812 CL=29812 |