Age | Commit message (Expand) | Author | Files | Lines |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+1328 |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -1329/+0 |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -134/+83 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -8/+10 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -35/+69 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -92/+140 |
2010-05-24 | gc: bug281 - bad overlap in stack copy | Russ Cox | 1 | -0/+32 |
2010-04-01 | runtime: turn run time errors checks into panics | Russ Cox | 1 | -2/+2 |
2010-03-05 | 6g complex type usable | Ken Thompson | 1 | -0/+18 |
2010-01-15 | Don't check array bounds if we have been told not to. | Ian Lance Taylor | 1 | -1/+1 |
2009-12-02 | 6g etc: groundwork for eliminating redundant bounds checks. | Russ Cox | 1 | -2/+2 |
2009-11-16 | s/AJMP/AB/ to fix build breakage. | Kai Backman | 1 | -3/+3 |
2009-11-15 | gc: fix up floating point NaN comparisons | Russ Cox | 1 | -1/+12 |
2009-11-06 | fix argument order bug for float | Kai Backman | 1 | -2/+1 |
2009-10-30 | added missing sgen reverse character copy code. | Kai Backman | 1 | -1/+24 |
2009-10-27 | shift for non-64 bit integers. | Kai Backman | 1 | -2/+5 |
2009-10-26 | bug162, large indices on nil references | Kai Backman | 1 | -0/+10 |
2009-10-24 | fix conditional branch instructions for unsigned ints and | Kai Backman | 1 | -18/+10 |
2009-10-23 | fixed len/cap for chan. disable gc for now. | Kai Backman | 1 | -1/+26 |
2009-10-23 | fix broken code produced for ominus | Kai Backman | 1 | -5/+10 |
2009-10-19 | removed tempalloc/tempfree and replaced with tempname | Kai Backman | 1 | -18/+8 |
2009-10-15 | fix OINDEX address generation, leftover misunderstanding about | Kai Backman | 1 | -0/+8 |
2009-10-11 | 64bit and float code generation. fmt compiles but | Kai Backman | 1 | -4/+39 |
2009-10-09 | floating point calc, added a few more packages that pass | Kai Backman | 1 | -1/+43 |
2009-10-06 | cleaned up cgen() to be a bit more straightforward. | Kai Backman | 1 | -58/+48 |
2009-10-06 | 64 bit cmp and some sgen tweaks | Kai Backman | 1 | -4/+26 |
2009-10-02 | a few more code generation bugs and an interface alignment issue. | Kai Backman | 1 | -3/+24 |
2009-09-30 | fixed a few calls to gcmp and some really bothched OINDEX code | Kai Backman | 1 | -8/+17 |
2009-09-30 | load binary op arguments into registers | Kai Backman | 1 | -9/+1 |
2009-09-28 | - added gcmp for proper ACMP generation, changed all call | Kai Backman | 1 | -57/+80 |
2009-09-22 | fix bad code generation. | Kai Backman | 1 | -5/+0 |
2009-09-17 | fix code generation of CMP to use registers properly. also fix | Kai Backman | 1 | -15/+43 |
2009-09-15 | use register intermediate | Kai Backman | 1 | -1/+8 |
2009-09-14 | make 5g, 8g build again by disabling init code. | Russ Cox | 1 | -4/+0 |
2009-08-24 | gc: handle iface == nil in back end | Russ Cox | 1 | -0/+19 |
2009-08-21 | mostly 64 bit support. | Kai Backman | 1 | -64/+117 |
2009-08-19 | more work on adding in pieces. fixed my bad assumptions about | Kai Backman | 1 | -19/+4 |
2009-08-18 | pkg/sort compiling and some progress on syscall. mostly | Kai Backman | 1 | -13/+20 |
2009-07-30 | typechecking checkpoint. | Russ Cox | 1 | -3/+3 |
2009-07-28 | fix error that gcc thinks is a warning | Russ Cox | 1 | -1/+1 |
2009-07-27 | avoid register computing len(x), cap(x) | Russ Cox | 1 | -0/+14 |
2009-07-13 | tiny naming cleanup | Kai Backman | 1 | -17/+17 |
2009-07-06 | cleaned up data generation in 5g, reverted 5l handling of D_ADDR. | Kai Backman | 1 | -15/+15 |
2009-07-06 | agen, sgen, cgen_callret, cgen_asop, D_ADDR handling, gmove | Kai Backman | 1 | -262/+295 |
2009-06-26 | working on bgen | Kai Backman | 1 | -25/+13 |
2009-06-23 | fix a 6g crash after type errors. | Russ Cox | 1 | -11/+7 |
2009-05-28 | Rebooted 5g effort from 6g. Tons of minor fixes and tweaks to | Kai Backman | 1 | -826/+828 |
2009-05-01 | Copied 8g/6g into 5g. Used sharp tools to coax a .5 file out | Kai Backman | 1 | -0/+923 |