Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+2056 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -2056/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -0/+1 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -4/+4 | |
2009-03-20 | update 8a, 8c, 8l to use new object format. | Russ Cox | 1 | -0/+1 | |
add "extern register" support to 8c. extern register means allocate in the FS-relative segment. make 8l generate segmented stack checks. R=ken OCL=26600 CL=26606 | |||||
2009-02-05 | 6c: byte* - byte* should be int64, not int32. | Russ Cox | 1 | -1/+1 | |
R=ken OCL=24507 CL=24507 | |||||
2008-08-03 | make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc. | Russ Cox | 1 | -36/+36 | |
these guys really really want long to be 32-bits, so ,s/long/int32/ (and then manual fixup). still passes all tests. (i started out looking for just those longs that needed to be int32 instead, and it was just too hard to track them down one by one.) the longs were rare enough that i don't think it will cause integration problems. R=ken OCL=13787 CL=13789 | |||||
2008-06-04 | Add compiler source to new directory structure | Rob Pike | 1 | -0/+2054 | |
SVN=121164 |