OSDN Git Service

Use backend interface for blocks.
[pf3gnuchains/gcc-fork.git] / gcc / go / gofrontend / gogo-tree.cc
2011-04-19 ianUse backend interface for blocks.
2011-04-19 ianUse backend interface for variables.
2011-04-15 ianUse backend interface for send statement.
2011-04-13 ianUse backend interface for go and defer statements.
2011-04-12 ianCall cgraph_get_node rather than cgraph_node.
2011-04-05 ianUse backend interface for labels and goto statements.
2011-04-04 ianUse backend interface for return statements.
2011-03-25 ianClean up handling of undefined types.
2011-03-24 ianTuple receives indicate whether channel is closed.
2011-03-07 ianSupport multiple init functions in a single file.
2011-03-03 ianDon't crash on erroneous named result.
2011-03-03 ianDon't crash if a constant has a declared but undefined...
2011-03-03 ianRewrite conversion of named types to backend representa...
2011-02-15 ianDon't crash defining function in different package.
2011-02-09 ianThe "main" package is not special if -fgo-prefix is...
2011-02-08 ian PR go/47378
2011-01-14 ianMove clearing of flag_strict_aliasing to gcc interface.
2011-01-05 ian PR go/47158
2010-12-23 ianDon't crash building map descriptor for erroneous map.
2010-12-22 ianDon't crash on erroneous channel send or receive.
2010-12-22 ianDon't crash building erroneous variable initializer.
2010-12-16 ianCheck for errors from Gogo::call_builtin.
2010-12-14 ianDon't crash on invalid closure.
2010-12-14 ianDon't crash on erroneous receiver or parameters.
2010-12-07 ianDon't crash on erroneous result variable.
2010-12-04 ian PR bootstrap/46776
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.