index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
go
/
gofrontend
/
import.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-07
compiler: support export/import of unsafe.Add/Slice
Ian Lance Taylor
1
-0
/
+6
2020-10-27
compiler, go/internal/gccgoimporter: export notinheap annotation
Ian Lance Taylor
1
-1
/
+17
2020-10-06
compiler: avoid undefined behavior in Import::read
Nikhil Benesch
1
-4
/
+5
2020-10-05
gofrontend: correct file reading logic in Stream_from_file
Nikhil Benesch
1
-4
/
+4
2019-09-27
compiler: don't read known type, simplify Import::finalize_methods
Ian Lance Taylor
1
-18
/
+22
2019-09-03
compiler: only import variable into . if same package
Ian Lance Taylor
1
-1
/
+1
2019-07-23
compiler: follow-on fix for finalizing imported methods
Ian Lance Taylor
1
-6
/
+8
2019-07-18
compiler: fix bug in importing blocks from inline functions
Ian Lance Taylor
1
-0
/
+20
2019-07-10
compiler: finalize methods when importing types
Ian Lance Taylor
1
-1
/
+38
2019-06-23
compiler: edit error messages to avoid -Wformat-diag warnings
Ian Lance Taylor
1
-2
/
+2
2019-06-10
compiler: support inlining functions that use index expressions
Ian Lance Taylor
1
-1
/
+1
2019-06-10
compiler: permit inlining functions with labels and goto statements
Ian Lance Taylor
1
-8
/
+38
2019-06-06
compiler: permit inlining temporary statements and references
Ian Lance Taylor
1
-0
/
+31
2019-06-05
compiler: inline call expressions and function references
Ian Lance Taylor
1
-4
/
+30
2019-06-03
compiler: permit inlining references to global variables
Ian Lance Taylor
1
-13
/
+84
2019-04-18
re PR go/90110 (libgo fails to build against glibc 2.19)
Ian Lance Taylor
1
-2
/
+3
2018-11-27
compiler: tweaks for importing inline function bodies
Ian Lance Taylor
1
-2
/
+2
2018-11-27
compiler: finalize types parsed for inline functions
Ian Lance Taylor
1
-5
/
+18
2018-11-27
compiler: change expression importing to use Import_expression
Ian Lance Taylor
1
-36
/
+128
2018-11-27
compiler: import inlinable functions from package data
Ian Lance Taylor
1
-2
/
+15
2018-11-26
compiler: initial support for exporting function bodies
Ian Lance Taylor
1
-0
/
+18
2018-10-23
compiler: export indexed type data, read unexported types lazily
Ian Lance Taylor
1
-17
/
+220
2018-10-18
compiler: list indirect imports separately in export data
Ian Lance Taylor
1
-1
/
+20
2018-10-18
compiler: drop semicolons in export data
Ian Lance Taylor
1
-13
/
+32
2018-09-28
compiler: fix parsing issue with non-ASCII first package char
Ian Lance Taylor
1
-2
/
+0
2018-02-09
compiler: track //go:nointerface in export data
Ian Lance Taylor
1
-1
/
+6
2017-10-12
compiler: fix import of indirectly imported type alias
Ian Lance Taylor
1
-7
/
+7
2017-06-14
compiler: remove "DIR/../" when joining relative import path
Ian Lance Taylor
1
-0
/
+19
2017-01-14
compiler: implement type aliases
Ian Lance Taylor
1
-0
/
+10
2016-09-23
compiler: better abstraction layer for diagnostics.
Than McIntosh
1
-37
/
+39
2016-09-10
compiler: code cleanup (unused header file)
Ian Lance Taylor
1
-2
/
+1
2016-08-23
compiler: revamp scheme for ordering calls to import init fcns.
Ian Lance Taylor
1
-22
/
+105
2016-07-12
escape: Add escape notes to export data.
Ian Lance Taylor
1
-0
/
+36
2016-04-29
escape: Remove previously existing analysis.
Chris Manghane
1
-27
/
+2
2015-04-17
compiler: Escape analysis.
Chris Manghane
1
-2
/
+27
2015-01-30
compiler: Add pkgpath symbol information to export data.
Ian Lance Taylor
1
-0
/
+22
2015-01-30
compiler: Fix -fgo-prefix handling.
Ian Lance Taylor
1
-3
/
+7
2014-07-20
compiler: Don't let dot-import names match names from previous files.
Ian Lance Taylor
1
-3
/
+3
2012-10-31
compiler: Add -fgo-relative-import-path.
Ian Lance Taylor
1
-5
/
+24
2012-05-09
compiler: Add -fgo-pkgpath option.
Ian Lance Taylor
1
-45
/
+56
2012-05-03
compiler: Build import tables as needed for imported interfaces.
Ian Lance Taylor
1
-0
/
+3
2012-02-17
compiler: List imported packages in export information.
Ian Lance Taylor
1
-2
/
+17
2012-02-17
compiler: Add parameter names to export information.
Ian Lance Taylor
1
-5
/
+16
2012-02-02
compiler: Permit importing a method to a type being defined.
Ian Lance Taylor
1
-6
/
+23
2012-01-21
compiler: Change alias handling, change rune alias to int32.
Ian Lance Taylor
1
-0
/
+2
2012-01-17
compiler: Don't use import path for ./ or ../ imports.
Ian Lance Taylor
1
-3
/
+14
2011-12-14
compiler: Move import of Go export data to gcc side of interface.
Ian Lance Taylor
1
-34
/
+12
2011-12-01
compiler: add error to list of built-in types.
Ian Lance Taylor
1
-0
/
+1
2011-11-29
compiler: Define and use backend-independent Location class.
Sanjoy Das
1
-8
/
+8
2011-04-21
Define go_assert to replace gcc_assert
Ian Lance Taylor
1
-6
/
+6
[next]