aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/statements.h
AgeCommit message (Expand)AuthorFilesLines
2011-09-20Emit compiler errors for unused values.Ian Lance Taylor1-2/+4
2011-09-13Fix inheriting hidden methods with arguments of hidden type.Ian Lance Taylor1-4/+3
2011-09-13Fix inherited hidden methods that return hidden types.Ian Lance Taylor1-3/+22
2011-08-25Change Bound_method_expression to refer to a constant method.Ian Lance Taylor1-9/+5
2011-08-03gccgo: Added code to dump the AST tree.Roberto Lublinerman1-1/+70
2011-08-01Use temporary variables for calls with multiple results.Ian Lance Taylor1-9/+15
2011-04-23Define go_unreachable to replace gcc_unreachable.Ian Lance Taylor1-6/+6
2011-04-21Define go_assert to replace gcc_assertIan Lance Taylor1-8/+8
2011-04-19statement.cc no longer includes gcc headers.Ian Lance Taylor1-14/+4
2011-04-19Change general statement method to always use backend interface.Ian Lance Taylor1-30/+30
2011-04-19Use backend interface for temporary variables.Ian Lance Taylor1-12/+8
2011-04-15Use the backend interface for select statements.Ian Lance Taylor1-7/+9
2011-04-13Use backend interface for go and defer statements.Ian Lance Taylor1-3/+3
2011-04-06Use backend interface for constant switch statements.Ian Lance Taylor1-8/+15
2011-04-04Use backend interface for return statements.Ian Lance Taylor1-15/+5
2011-03-25Remove closed function. Fix tuple receive in select.Ian Lance Taylor1-2/+4
2011-03-24Tuple receives indicate whether channel is closed.Ian Lance Taylor1-45/+44
2011-03-24Change c <- v from an expression to a statement.Ian Lance Taylor1-0/+44
2010-12-22Don't crash if a temporary is not defined due to errors.Ian Lance Taylor1-5/+1
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+1420