aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/gogo.h
AgeCommit message (Expand)AuthorFilesLines
2011-09-20Implement goto restrictions.Ian Lance Taylor1-12/+87
2011-08-03gccgo: Added code to dump the AST tree.Roberto Lublinerman1-1/+4
2011-08-01Use temporary variables for calls with multiple results.Ian Lance Taylor1-3/+44
2011-06-11Use backend interface for map descriptors.Ian Lance Taylor1-16/+0
2011-06-11Use backend interface for type descriptors.Ian Lance Taylor1-38/+0
2011-05-12Fix bug with taking address of a variable when address does not escape.Ian Lance Taylor1-7/+38
2011-05-05Use backend interface for slice types.Ian Lance Taylor1-15/+0
2011-04-25Use backend interface for function types.Ian Lance Taylor1-4/+4
2011-04-21Define go_assert to replace gcc_assertIan Lance Taylor1-29/+29
2011-04-19Use backend interface for blocks.Ian Lance Taylor1-12/+16
2011-04-19Use backend interface for variables.Ian Lance Taylor1-3/+29
2011-04-15Use backend interface for send statement.Ian Lance Taylor1-5/+0
2011-04-13Use backend interface for go and defer statements.Ian Lance Taylor1-4/+6
2011-04-05Use backend interface for labels and goto statements.Ian Lance Taylor1-19/+24
2011-04-04Use backend interface for return statements.Ian Lance Taylor1-7/+20
2011-04-03Start using backend interface separate from gofrontend.Ian Lance Taylor1-5/+19
2011-03-25Give an error if a label is defined but not used.Ian Lance Taylor1-1/+17
2011-03-24Tuple receives indicate whether channel is closed.Ian Lance Taylor1-0/+4
2011-03-03Make sure variable type is determined when var initialized to var.Ian Lance Taylor1-0/+2
2011-03-03Rewrite conversion of named types to backend representation.Ian Lance Taylor1-0/+16
2011-02-09The "main" package is not special if -fgo-prefix is used.Ian Lance Taylor1-0/+6
2011-01-21Remove the types float and complex.Ian Lance Taylor1-3/+3
2011-01-19Generate an init function if any global variable needs a preinit.Ian Lance Taylor1-2/+7
2010-12-22Fix handling of named results for functions which call recover.Ian Lance Taylor1-0/+11
2010-12-21Don't crash when declaring methods on unknown name.Ian Lance Taylor1-0/+4
2010-12-18Don't crash on recursive variables and typed consts.Ian Lance Taylor1-0/+5
2010-12-15Permit _ as a result variable name.Ian Lance Taylor1-1/+1
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+2484