aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/go.cc
AgeCommit message (Expand)AuthorFilesLines
2013-06-21compiler: Only make function descriptors if needed.Ian Lance Taylor1-0/+3
2013-06-12compiler: implement Go 1.1 spec of terminating statements.Ian Lance Taylor1-5/+4
2012-10-31compiler: Add -fgo-relative-import-path.Ian Lance Taylor1-1/+4
2012-05-09compiler: Add -fgo-pkgpath option.Ian Lance Taylor1-28/+7
2012-01-06compiler, runtime: Implement struct and array comparisons.Ian Lance Taylor1-0/+3
2011-11-29compiler: Define and use backend-independent Location class.Sanjoy Das1-2/+6
2011-08-03gccgo: Added code to dump the AST tree.Roberto Lublinerman1-0/+3
2011-04-25Use backend interface for function types.Ian Lance Taylor1-0/+3
2011-04-21Define go_assert to replace gcc_assertIan Lance Taylor1-2/+2
2011-04-03Start using backend interface separate from gofrontend.Ian Lance Taylor1-1/+2
2011-03-03Rewrite conversion of named types to backend representation.Ian Lance Taylor1-3/+0
2011-01-21Remove the types float and complex.Ian Lance Taylor1-2/+2
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+153