Age | Commit message (Expand) | Author | Files | Lines |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 1 | -85/+72 |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 1 | -16/+9 |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -82/+113 |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -15/+79 |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+2010 |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -2005/+0 |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -0/+13 |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -0/+3 |
2011-06-16 | Imported Upstream version 57.2upstream/57.2 | Ondřej Surý | 1 | -0/+58 |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -0/+1 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -61/+160 |
2010-06-29 | code gen bug in len(nil) and cap(nil) | Ken Thompson | 1 | -0/+4 |
2010-05-20 | fix issue 798 | Ken Thompson | 1 | -0/+6 |
2010-04-01 | runtime: turn run time errors checks into panics | Russ Cox | 1 | -2/+2 |
2010-02-01 | gc: add ... T, rework plain ... | Russ Cox | 1 | -1/+0 |
2010-01-22 | eliminate the package global name space assumption in object files | Russ Cox | 1 | -2/+2 |
2009-12-02 | 6g etc: groundwork for eliminating redundant bounds checks. | Russ Cox | 1 | -1/+1 |
2009-10-27 | shift for non-64 bit integers. | Kai Backman | 1 | -0/+1 |
2009-10-26 | bug162, large indices on nil references | Kai Backman | 1 | -13/+59 |
2009-10-24 | fix conditional branch instructions for unsigned ints and | Kai Backman | 1 | -12/+24 |
2009-10-19 | removed tempalloc/tempfree and replaced with tempname | Kai Backman | 1 | -36/+0 |
2009-10-19 | bug190. | Russ Cox | 1 | -1/+0 |
2009-10-19 | function literals | Kai Backman | 1 | -4/+10 |
2009-10-15 | fix minor typo in float conversions | Kai Backman | 1 | -2/+2 |
2009-10-15 | fix OINDEX address generation, leftover misunderstanding about | Kai Backman | 1 | -1/+10 |
2009-10-15 | test/64bit.go passes but doesn't generate properly yet. | Kai Backman | 1 | -1/+4 |
2009-10-12 | changed 5c 64 bit word ordering to little endian so it matches | Kai Backman | 1 | -0/+28 |
2009-10-11 | 64bit and float code generation. fmt compiles but | Kai Backman | 1 | -22/+40 |
2009-10-06 | 64 bit cmp and some sgen tweaks | Kai Backman | 1 | -3/+27 |
2009-10-02 | a few more code generation bugs and an interface alignment issue. | Kai Backman | 1 | -1/+4 |
2009-10-01 | generate float registers correctly. | Kai Backman | 1 | -4/+6 |
2009-09-29 | fix munging of pointer. | Kai Backman | 1 | -1/+0 |
2009-09-29 | fixed alignment issue resulting from confusion around the | Kai Backman | 1 | -4/+5 |
2009-09-28 | - added gcmp for proper ACMP generation, changed all call | Kai Backman | 1 | -20/+23 |
2009-09-22 | fix bad code generation. | Kai Backman | 1 | -3/+7 |
2009-09-17 | fix code generation of CMP to use registers properly. also fix | Kai Backman | 1 | -11/+20 |
2009-09-15 | use register intermediate | Kai Backman | 1 | -13/+8 |
2009-08-24 | 64bit literal RSH | Kai Backman | 1 | -1/+1 |
2009-08-21 | mostly 64 bit support. | Kai Backman | 1 | -174/+183 |
2009-08-19 | more work on adding in pieces. fixed my bad assumptions about | Kai Backman | 1 | -140/+117 |
2009-08-18 | pkg/sort compiling and some progress on syscall. mostly | Kai Backman | 1 | -445/+173 |
2009-08-18 | slashed warnings | Kai Backman | 1 | -13/+14 |
2009-07-27 | avoid register computing len(x), cap(x) | Russ Cox | 1 | -29/+41 |
2009-07-12 | fixed typo where output arguments where pushed on to R0 | Kai Backman | 1 | -10/+6 |
2009-07-06 | cleaned up data generation in 5g, reverted 5l handling of D_ADDR. | Kai Backman | 1 | -2/+1 |
2009-07-06 | sudoaddable odot | Kai Backman | 1 | -7/+6 |
2009-07-06 | agen, sgen, cgen_callret, cgen_asop, D_ADDR handling, gmove | Kai Backman | 1 | -477/+481 |
2009-06-26 | working on bgen | Kai Backman | 1 | -1/+20 |
2009-06-26 | more changes to make 5g code generation arm compatible. | Kai Backman | 1 | -0/+4 |
2009-06-25 | fixes to 5g object file generation. arm specific regalloc. | Kai Backman | 1 | -716/+647 |