summaryrefslogtreecommitdiff
path: root/src/cmd/6g/gg.h
AgeCommit message (Expand)AuthorFilesLines
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-0/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-0/+2
2010-05-20fix issue 798Ken Thompson1-0/+1
2010-04-01runtime: turn run time errors checks into panicsRuss Cox1-2/+2
2010-03-09identical complex implementationKen Thompson1-2/+2
2010-03-056g complex type usableKen Thompson1-1/+0
2010-03-02more on type complex.Ken Thompson1-0/+2
2010-02-21all done except -Ken Thompson1-1/+1
2010-02-19fixed bug in mpconst float multiply by 0.Ken Thompson1-0/+8
2009-10-20bug162, over and overRuss Cox1-1/+2
2009-09-10fix bug206.Russ Cox1-0/+2
2009-09-05composit literalsKen Thompson1-1/+1
2009-08-28sliceslice inlineKen Thompson1-0/+1
2009-08-27inline slicearrayKen Thompson1-0/+1
2009-08-12mechanism for putting go types into 6.out symbol table.Russ Cox1-4/+2
2009-08-091. integer division by a constant done.Ken Thompson1-21/+0
2009-08-07more work on divide by constant.Ken Thompson1-0/+19
2009-08-06divide by a constant power of 2Ken Thompson1-0/+2
2009-05-231. check for dups in complex literalsKen Thompson1-0/+1
2009-05-19static initialization of stringsKen Thompson1-0/+5
2009-05-16static initializationKen Thompson1-0/+1
2009-05-066g: generate string data as individual symbols,Russ Cox1-0/+1
2009-05-03more code fiddlingKen Thompson1-1/+1
2009-04-09change representation of stringsKen Thompson1-1/+1
2009-03-30fix build (moved decl to go.h earlierRuss Cox1-1/+0
2009-03-30move portable object routines (especiallyRuss Cox1-25/+0
2009-03-30move portable code generation (basic statements) to gc.Russ Cox1-25/+0
2009-03-30move some portable pieces of 6g/gsubr.c into gc/subr.cRuss Cox1-30/+0
2009-03-30delete dregs: inarggen, genpanic, regretRuss Cox1-3/+0
2009-03-30move alignment calculations into gcRuss Cox1-17/+0
2009-03-11bug 137Ken Thompson1-2/+2
2009-03-05new switch implementationKen Thompson1-11/+0
2009-01-30update compiler to new func rulesRuss Cox1-0/+2
2009-01-29if take address of local, move to heap.Russ Cox1-0/+1
2009-01-27deferKen Thompson1-1/+3
2009-01-06comment sudoaddable;Russ Cox1-1/+1
2009-01-05add comments and delete dead codeRuss Cox1-2/+1
2008-12-19portability bugKen Thompson1-0/+16
2008-12-14even more code improvementKen Thompson1-1/+0
2008-12-14more code optimizationKen Thompson1-1/+3
2008-12-13code generationKen Thompson1-1/+1
2008-12-13code improvementKen Thompson1-0/+1
2008-11-18first cut at optimizingKen Thompson1-1/+1
2008-11-07byte multiplyKen Thompson1-0/+1
2008-10-04bug 026Ken Thompson1-3/+0
2008-10-03silence gcc warningsRuss Cox1-0/+1
2008-10-03interfaces of all typesKen Thompson1-2/+0
2008-10-02more on arbitrary receiver typesKen Thompson1-0/+3
2008-09-22vectors bugKen Thompson1-1/+1
2008-09-121 got rid if static 'fn wo return' testKen Thompson1-0/+4