summaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/statements.h
Commit message (Expand)AuthorAgeFilesLines
* Define go_unreachable to replace gcc_unreachable.Ian Lance Taylor2011-04-231-6/+6
* Define go_assert to replace gcc_assertIan Lance Taylor2011-04-211-8/+8
* statement.cc no longer includes gcc headers.Ian Lance Taylor2011-04-191-14/+4
* Change general statement method to always use backend interface.Ian Lance Taylor2011-04-191-30/+30
* Use backend interface for temporary variables.Ian Lance Taylor2011-04-191-12/+8
* Use the backend interface for select statements.Ian Lance Taylor2011-04-151-7/+9
* Use backend interface for go and defer statements.Ian Lance Taylor2011-04-131-3/+3
* Use backend interface for constant switch statements.Ian Lance Taylor2011-04-061-8/+15
* Use backend interface for return statements.Ian Lance Taylor2011-04-041-15/+5
* Remove closed function. Fix tuple receive in select.Ian Lance Taylor2011-03-251-2/+4
* Tuple receives indicate whether channel is closed.Ian Lance Taylor2011-03-241-45/+44
* Change c <- v from an expression to a statement.Ian Lance Taylor2011-03-241-0/+44
* Don't crash if a temporary is not defined due to errors.Ian Lance Taylor2010-12-221-5/+1
* Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor2010-12-031-0/+1420