summaryrefslogtreecommitdiff
path: root/src/cmd/8g/ggen.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-36/+80
2010-06-308g: out of register bug fixRuss Cox1-1/+3
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox1-1/+11
2010-04-01runtime: turn run time errors checks into panicsRuss Cox1-4/+4
2010-03-31gc: implement panic and recoverRuss Cox1-2/+7
2010-03-26gc: allow taking address of out parametersRuss Cox1-3/+24
2010-03-085g/6g/8g: fix double function call in sliceRuss Cox1-32/+23
2010-03-05gc: better compilation of floating point +=Russ Cox1-10/+23
2010-02-18gc: fix this morning's bug fixRuss Cox1-0/+2
2010-01-22eliminate the package global name space assumption in object filesRuss Cox1-1/+1
2009-12-036g code gen bugKen Thompson1-10/+4
2009-12-028g: discard tempalloc/tempfree experimentRuss Cox1-26/+13
2009-11-20x[lo:] - gc and runtime.Russ Cox1-0/+345
2009-11-068g optimizerKen Thompson1-3/+4
2009-10-27shift for non-64 bit integers.Kai Backman1-1/+1
2009-09-30fix 386 build - register allocation and shift bugRuss Cox1-4/+4
2009-09-17move static init code from 6g into gc.Russ Cox1-49/+0
2009-09-14make 5g, 8g build again by disabling init code.Russ Cox1-129/+1
2009-09-08write-only variable _Russ Cox1-1/+1
2009-08-126g: save all 64 bits of AX/DXRuss Cox1-29/+54
2009-08-078 shift bugRuss Cox1-2/+29
2009-08-04make Syms smaller.Russ Cox1-1/+0
2009-07-30fix build on amd64Russ Cox1-0/+2
2009-07-17another step toward eliminating forward declarations.Russ Cox1-7/+7
2009-06-06an 8g checkpoint.Russ Cox1-1/+36
2009-06-04more 8g progress.Russ Cox1-33/+259
2009-05-28better 64-bit handling in 8g.Russ Cox1-1/+1
2009-05-268g: 64-bit arithmetic and assorted bug fixes;Russ Cox1-4/+122
2009-05-26more 8g.Russ Cox1-2/+155
2009-05-268g: hello world works againRuss Cox1-0/+334