aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/import.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-06compiler: avoid undefined behavior in Import::readNikhil Benesch1-4/+4
2019-09-27compiler: don't read known type, simplify Import::finalize_methodsIan Lance Taylor1-4/+0
2019-07-18compiler: fix bug in importing blocks from inline functionsIan Lance Taylor1-8/+15
2019-07-10compiler: finalize methods when importing typesIan Lance Taylor1-2/+8
2019-06-10compiler: permit inlining functions with labels and goto statementsIan Lance Taylor1-1/+13
2019-06-06compiler: permit inlining temporary statements and referencesIan Lance Taylor1-1/+12
2019-06-03compiler: permit inlining references to global variablesIan Lance Taylor1-1/+49
2018-11-27compiler: tweaks for importing inline function bodiesIan Lance Taylor1-1/+21
2018-11-27compiler: finalize types parsed for inline functionsIan Lance Taylor1-2/+3
2018-11-27compiler: add '$' to names in expression export dataIan Lance Taylor1-4/+12
2018-11-27compiler: change expression importing to use Import_expressionIan Lance Taylor1-7/+136
2018-11-27compiler: import inlinable functions from package dataIan Lance Taylor1-0/+71
2018-11-26compiler: initial support for exporting function bodiesIan Lance Taylor1-0/+5
2018-10-23compiler: export indexed type data, read unexported types lazilyIan Lance Taylor1-0/+60
2018-10-18compiler: list indirect imports separately in export dataIan Lance Taylor1-0/+4
2018-10-18compiler: drop semicolons in export dataIan Lance Taylor1-0/+9
2016-08-23compiler: revamp scheme for ordering calls to import init fcns.Ian Lance Taylor1-1/+18
2016-07-12escape: Add escape notes to export data.Ian Lance Taylor1-0/+4
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/+4
2013-10-13compiler: Fix handling of imported struct with embedded builtin type.Ian Lance Taylor1-0/+5
2012-10-31compiler: Add -fgo-relative-import-path.Ian Lance Taylor1-1/+3
2012-02-17compiler: List imported packages in export information.Ian Lance Taylor1-0/+4
2012-02-17compiler: Add parameter names to export information.Ian Lance Taylor1-4/+5
2011-12-14compiler: Move import of Go export data to gcc side of interface.Ian Lance Taylor1-2/+2
2011-11-29compiler: Define and use backend-independent Location class.Sanjoy Das1-10/+11
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+351