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/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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-14
compiler: revise exportdata fix for processing constant types
Ian Lance Taylor
2
-2
/
+2
2019-10-14
runtime: correct facilities names in s390 CPU support
Ian Lance Taylor
1
-1
/
+1
2019-10-14
internal/cpu: define kdsaQuery for s390
Ian Lance Taylor
1
-1
/
+1
2019-10-12
compiler: mangle dots in pkgpath
Ian Lance Taylor
4
-3
/
+25
2019-10-04
compiler: include selected constant types during export processing
Ian Lance Taylor
4
-1
/
+31
2019-10-04
compiler: adjust code to avoid shadowing local variables
Ian Lance Taylor
8
-91
/
+85
2019-10-02
runtime: mark go-context.S as no-executable-stack and split-stack supported
Ian Lance Taylor
1
-1
/
+1
2019-09-30
compiler: change escape maps to hash tables
Ian Lance Taylor
3
-31
/
+31
2019-09-28
compiler: resolve importing ambiguity for more complex function calls
Ian Lance Taylor
2
-1
/
+6
2019-09-27
compiler: don't read known type, simplify Import::finalize_methods
Ian Lance Taylor
3
-23
/
+23
2019-09-27
compiler: only check whether struct or array types are big
Ian Lance Taylor
2
-6
/
+18
2019-09-27
compiler: fix brace formatting
Ian Lance Taylor
2
-7
/
+8
2019-09-19
libgo: support gollvm build on arm64 linux
Ian Lance Taylor
1
-1
/
+1
2019-09-17
runtime: for FFI, treat directIface types as pointers
Ian Lance Taylor
1
-1
/
+1
2019-09-17
re PR go/91781 (r275691 breaks go test "reflect")
Ian Lance Taylor
1
-1
/
+1
2019-09-17
reflect: unexport FFICallbackGo; use go:linkname instead
Ian Lance Taylor
1
-1
/
+1
2019-09-16
compiler: fix quoting of //go:linkname in error message
Ian Lance Taylor
2
-2
/
+2
2019-09-13
libgo: don't use \? in grep pattern
Ian Lance Taylor
1
-1
/
+1
2019-09-12
libgo: update to Go1.13
Ian Lance Taylor
1
-1
/
+1
2019-09-11
compiler: suppress type descriptor generation for aliases
Ian Lance Taylor
2
-2
/
+8
2019-09-11
golang.org/x/sys/cpu: define doinit when needed
Ian Lance Taylor
1
-1
/
+1
2019-09-11
gotest: force test package to be imported first
Ian Lance Taylor
1
-1
/
+1
2019-09-10
libgo: Solaris and x/sys/cpu compatibility fixes
Ian Lance Taylor
1
-1
/
+1
2019-09-10
re PR go/91621 (libgo/mksysinfo.sh: please avoid test ==)
Ian Lance Taylor
1
-1
/
+1
2019-09-10
go/internal/gccgoimporter: support embedded field in pointer loop
Ian Lance Taylor
1
-1
/
+1
2019-09-10
cmd/go: look for tool build ID before hashing entire file
Ian Lance Taylor
1
-1
/
+1
2019-09-10
compiler: permit inlining constant expressions and expression statements
Ian Lance Taylor
4
-1
/
+24
2019-09-09
misc/cgo/testcshared: restore gofrontend-local changes
Ian Lance Taylor
1
-1
/
+1
2019-09-09
libgo: only build x/sys/cpu/cpu_gccgo.c on x86 systems
Ian Lance Taylor
1
-1
/
+1
2019-09-09
compiler: don't use predeclared location for implicit runtime import
Ian Lance Taylor
2
-3
/
+5
2019-09-09
compiler: traverse types of constant expressions
Ian Lance Taylor
3
-1
/
+71
2019-09-06
libgo: update to Go 1.13beta1 release
Ian Lance Taylor
1
-1
/
+1
2019-09-05
re PR tree-optimization/91663 (split function can be re-inlined, leaving bad ...
Ian Lance Taylor
2
-0
/
+11
2019-09-03
compiler: only import variable into . if same package
Ian Lance Taylor
2
-2
/
+2
2019-08-31
compiler: check for notinheap struct at each struct field
Ian Lance Taylor
2
-26
/
+26
2019-08-31
compiler, runtime: support and use single argument go:linkname
Ian Lance Taylor
5
-9
/
+38
2019-08-31
compiler: don't report runtime escapes if we've seen errors
Ian Lance Taylor
2
-2
/
+4
2019-08-31
runtime: always build panic32.go
Ian Lance Taylor
1
-1
/
+1
2019-08-30
compile, runtime: permit anonymous and empty fields in C header
Ian Lance Taylor
3
-5
/
+12
2019-08-28
runtime: move osinit to Go
Ian Lance Taylor
1
-1
/
+1
2019-08-28
compiler: handle unsafe conversion expression in escape analysis
Ian Lance Taylor
2
-1
/
+10
2019-08-28
compiler, runtime: provide index information on bounds check failure
Ian Lance Taylor
6
-190
/
+381
2019-08-27
libgo: rebuild runtime.inc if mkruntimeinc.sh changes
Ian Lance Taylor
1
-1
/
+1
2019-08-26
compiler: generalize cleanup of unresolved placeholder pointer types
Ian Lance Taylor
3
-10
/
+11
2019-08-23
compiler: record pointer var values to remove write barriers
Ian Lance Taylor
4
-27
/
+101
2019-08-23
re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)
Jakub Jelinek
2
-2
/
+8
2019-08-21
compiler: don't use pkgpath for fieldtrack of unexported field
Ian Lance Taylor
2
-2
/
+2
2019-08-21
compiler: if hidden function referenced by inline, don't hide descriptor
Ian Lance Taylor
3
-2
/
+11
2019-08-20
compiler, runtime: implement shifts by signed amounts
Ian Lance Taylor
3
-6
/
+27
2019-08-19
compiler: new debugging output methods/functions
Ian Lance Taylor
3
-1
/
+116
[next]