aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/export.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-07compiler: support export/import of unsafe.Add/SliceIan Lance Taylor1-0/+10
2019-07-18compiler: fix bug in handling of unordered set during exportingIan Lance Taylor1-1/+2
2019-07-03compiler: rework type and package tracking in exporterIan Lance Taylor1-7/+12
2019-07-02compiler: refactoring in Export class to encapsulate type refs mapIan Lance Taylor1-0/+4
2019-06-10compiler: permit inlining functions with labels and goto statementsIan Lance Taylor1-1/+12
2019-06-06compiler: permit inlining temporary statements and referencesIan Lance Taylor1-1/+15
2019-06-03compiler: permit inlining references to global variablesIan Lance Taylor1-1/+10
2018-11-27compiler: record final type for numeric expressionsIan Lance Taylor1-1/+13
2018-11-27compiler: change Expression export to use Export_function_bodyIan Lance Taylor1-3/+19
2018-11-26compiler: initial support for exporting function bodiesIan Lance Taylor1-0/+56
2018-10-23compiler: export indexed type data, read unexported types lazilyIan Lance Taylor1-7/+37
2018-10-18compiler: list indirect imports separately in export dataIan Lance Taylor1-1/+8
2018-10-18compiler: drop semicolons in export dataIan Lance Taylor1-2/+4
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-1/+5
2016-09-09compiler: add abstraction layer for sha1 checksums.Than McIntosh1-3/+3
2016-08-23compiler: revamp scheme for ordering calls to import init fcns.Ian Lance Taylor1-11/+42
2016-07-12escape: Add escape notes to export data.Ian Lance Taylor1-0/+5
2016-04-29escape: Remove previously existing analysis.Chris Manghane1-5/+0
2015-04-17compiler: Escape analysis.Chris Manghane1-0/+5
2015-01-30compiler: Add pkgpath symbol information to export data.Ian Lance Taylor1-0/+6
2015-01-30compiler: Fix -fgo-prefix handling.Ian Lance Taylor1-1/+4
2012-05-09compiler: Add -fgo-pkgpath option.Ian Lance Taylor1-2/+4
2012-02-17compiler: List imported packages in export information.Ian Lance Taylor1-0/+6
2012-02-17compiler: Add parameter names to export information.Ian Lance Taylor1-0/+4
2012-01-21compiler: Change alias handling, change rune alias to int32.Ian Lance Taylor1-1/+3
2011-12-01compiler: add error to list of built-in types.Ian Lance Taylor1-1/+2
2011-08-24gccgo...Roberto Lublinerman1-3/+5
2011-05-27Change export code to use the backend interface.Ian Lance Taylor1-5/+0
2011-01-21Remove the types float and complex.Ian Lance Taylor1-3/+1
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+191