aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/expressions.h
AgeCommit message (Expand)AuthorFilesLines
2011-09-20Emit compiler errors for unused values.Ian Lance Taylor1-5/+5
2011-09-13Fix inheriting hidden methods with arguments of hidden type.Ian Lance Taylor1-2/+12
2011-08-29Lower calls to bound method expressions.Ian Lance Taylor1-4/+6
2011-08-25Change Bound_method_expression to refer to a constant method.Ian Lance Taylor1-8/+7
2011-08-24gccgo...Roberto Lublinerman1-0/+5
2011-08-03gccgo: Added code to dump the AST tree.Roberto Lublinerman1-0/+57
2011-08-01Use temporary variables for calls with multiple results.Ian Lance Taylor1-20/+56
2011-06-14Change builtin make to runtime call at lowering time.Ian Lance Taylor1-7/+8
2011-04-23Define go_unreachable to replace gcc_unreachable.Ian Lance Taylor1-3/+3
2011-04-21Define go_assert to replace gcc_assertIan Lance Taylor1-1/+1
2011-04-13Unify handling of runtime support functions.Ian Lance Taylor1-0/+7
2011-03-24Change c <- v from an expression to a statement.Ian Lance Taylor1-71/+3
2011-03-07Handle predeclared names used as fields in struct composite literals.Ian Lance Taylor1-8/+0
2011-03-03Make sure variable type is determined when var initialized to var.Ian Lance Taylor1-2/+1
2011-03-03Determine call types even if first call result is not used.Ian Lance Taylor1-4/+9
2011-02-19Remove old mechanism for passing varargs argument to varargs function.Ian Lance Taylor1-3/+0
2010-12-23Don't crash asking for type of invalid const.Ian Lance Taylor1-2/+1
2010-12-21Don't crash when copying a function with no closure variable.Ian Lance Taylor1-1/+3
2010-12-16Don't crash when copying a call with no arguments.Ian Lance Taylor1-1/+4
2010-12-14Correct handling of undefined name as key in map composite literal.Ian Lance Taylor1-0/+6
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+1920