aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/import.cc
AgeCommit message (Expand)AuthorFilesLines
2021-08-07compiler: support export/import of unsafe.Add/SliceIan Lance Taylor1-0/+6
2020-10-27compiler, go/internal/gccgoimporter: export notinheap annotationIan Lance Taylor1-1/+17
2020-10-06compiler: avoid undefined behavior in Import::readNikhil Benesch1-4/+5
2020-10-05gofrontend: correct file reading logic in Stream_from_fileNikhil Benesch1-4/+4
2019-09-27compiler: don't read known type, simplify Import::finalize_methodsIan Lance Taylor1-18/+22
2019-09-03compiler: only import variable into . if same packageIan Lance Taylor1-1/+1
2019-07-23compiler: follow-on fix for finalizing imported methodsIan Lance Taylor1-6/+8
2019-07-18compiler: fix bug in importing blocks from inline functionsIan Lance Taylor1-0/+20
2019-07-10compiler: finalize methods when importing typesIan Lance Taylor1-1/+38
2019-06-23compiler: edit error messages to avoid -Wformat-diag warningsIan Lance Taylor1-2/+2
2019-06-10compiler: support inlining functions that use index expressionsIan Lance Taylor1-1/+1
2019-06-10compiler: permit inlining functions with labels and goto statementsIan Lance Taylor1-8/+38
2019-06-06compiler: permit inlining temporary statements and referencesIan Lance Taylor1-0/+31
2019-06-05compiler: inline call expressions and function referencesIan Lance Taylor1-4/+30
2019-06-03compiler: permit inlining references to global variablesIan Lance Taylor1-13/+84
2019-04-18re PR go/90110 (libgo fails to build against glibc 2.19)Ian Lance Taylor1-2/+3
2018-11-27compiler: tweaks for importing inline function bodiesIan Lance Taylor1-2/+2
2018-11-27compiler: finalize types parsed for inline functionsIan Lance Taylor1-5/+18
2018-11-27compiler: change expression importing to use Import_expressionIan Lance Taylor1-36/+128
2018-11-27compiler: import inlinable functions from package dataIan Lance Taylor1-2/+15
2018-11-26compiler: initial support for exporting function bodiesIan Lance Taylor1-0/+18
2018-10-23compiler: export indexed type data, read unexported types lazilyIan Lance Taylor1-17/+220
2018-10-18compiler: list indirect imports separately in export dataIan Lance Taylor1-1/+20
2018-10-18compiler: drop semicolons in export dataIan Lance Taylor1-13/+32
2018-09-28compiler: fix parsing issue with non-ASCII first package charIan Lance Taylor1-2/+0
2018-02-09compiler: track //go:nointerface in export dataIan Lance Taylor1-1/+6
2017-10-12compiler: fix import of indirectly imported type aliasIan Lance Taylor1-7/+7
2017-06-14compiler: remove "DIR/../" when joining relative import pathIan Lance Taylor1-0/+19
2017-01-14compiler: implement type aliasesIan Lance Taylor1-0/+10
2016-09-23compiler: better abstraction layer for diagnostics.Than McIntosh1-37/+39
2016-09-10compiler: code cleanup (unused header file)Ian Lance Taylor1-2/+1
2016-08-23compiler: revamp scheme for ordering calls to import init fcns.Ian Lance Taylor1-22/+105
2016-07-12escape: Add escape notes to export data.Ian Lance Taylor1-0/+36
2016-04-29escape: Remove previously existing analysis.Chris Manghane1-27/+2
2015-04-17compiler: Escape analysis.Chris Manghane1-2/+27
2015-01-30compiler: Add pkgpath symbol information to export data.Ian Lance Taylor1-0/+22
2015-01-30compiler: Fix -fgo-prefix handling.Ian Lance Taylor1-3/+7
2014-07-20compiler: Don't let dot-import names match names from previous files.Ian Lance Taylor1-3/+3
2012-10-31compiler: Add -fgo-relative-import-path.Ian Lance Taylor1-5/+24
2012-05-09compiler: Add -fgo-pkgpath option.Ian Lance Taylor1-45/+56
2012-05-03compiler: Build import tables as needed for imported interfaces.Ian Lance Taylor1-0/+3
2012-02-17compiler: List imported packages in export information.Ian Lance Taylor1-2/+17
2012-02-17compiler: Add parameter names to export information.Ian Lance Taylor1-5/+16
2012-02-02compiler: Permit importing a method to a type being defined.Ian Lance Taylor1-6/+23
2012-01-21compiler: Change alias handling, change rune alias to int32.Ian Lance Taylor1-0/+2
2012-01-17compiler: Don't use import path for ./ or ../ imports.Ian Lance Taylor1-3/+14
2011-12-14compiler: Move import of Go export data to gcc side of interface.Ian Lance Taylor1-34/+12
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-8/+8
2011-04-21Define go_assert to replace gcc_assertIan Lance Taylor1-6/+6