aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/export.cc
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-2/+10
2017-01-14compiler: implement type aliasesIan Lance Taylor1-0/+3
2016-09-09compiler: add abstraction layer for sha1 checksums.Than McIntosh1-14/+8
2016-08-23compiler: revamp scheme for ordering calls to import init fcns.Ian Lance Taylor1-49/+231
2016-07-12escape: Add escape notes to export data.Ian Lance Taylor1-0/+15
2016-04-29escape: Remove previously existing analysis.Chris Manghane1-11/+0
2015-04-17compiler: Escape analysis.Chris Manghane1-0/+11
2015-01-30compiler: Add pkgpath symbol information to export data.Ian Lance Taylor1-0/+45
2015-01-30compiler: Fix -fgo-prefix handling.Ian Lance Taylor1-3/+13
2012-05-09compiler: Add -fgo-pkgpath option.Ian Lance Taylor1-11/+24
2012-02-17compiler: List imported packages in export information.Ian Lance Taylor1-2/+44
2012-02-17compiler: Add parameter names to export information.Ian Lance Taylor1-0/+11
2012-01-21compiler: Change alias handling, change rune alias to int32.Ian Lance Taylor1-4/+10
2011-12-01compiler: add error to list of built-in types.Ian Lance Taylor1-0/+1
2011-11-29compiler: Define and use backend-independent Location class.Sanjoy Das1-1/+1
2011-05-27Change export code to use the backend interface.Ian Lance Taylor1-24/+3
2011-04-21Define go_assert to replace gcc_assertIan Lance Taylor1-6/+6
2011-01-21Remove the types float and complex.Ian Lance Taylor1-2/+0
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+441