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
2016-08-15
cmd/go: ignore errors from go/build for standard packages
Ian Lance Taylor
1
-1
/
+1
2016-08-13
libgo: don't unset in shell script
Ian Lance Taylor
1
-1
/
+1
2016-08-13
crypto/aes, hash/crc32: ignore s390x specific files for now
Ian Lance Taylor
1
-1
/
+1
2016-08-13
syscall: remove exec_solaris_test.go
Ian Lance Taylor
1
-1
/
+1
2016-08-11
os: fix build tags for dir_regfile.go
Ian Lance Taylor
1
-1
/
+1
2016-08-10
compiler: annotate or fix fall through cases in switch statements
Ian Lance Taylor
3
-1
/
+4
2016-08-10
gccgo.texi (Invoking gccgo): Document -fgo-optimize-allocs and -fgo-debug-escae.
Ian Lance Taylor
2
-13
/
+87
2016-08-10
compiler: implement go:noinline and go:nosplit directives
Ian Lance Taylor
3
-3
/
+9
2016-08-09
compiler: implement go:linkname compiler directive
Ian Lance Taylor
6
-10
/
+126
2016-08-09
mksysinfo.sh: always define CLONE_NEWNET
Ian Lance Taylor
1
-1
/
+1
2016-08-09
compiler: rewrite compiler directive support
Ian Lance Taylor
7
-87
/
+298
2016-08-08
text/template: reduce maxExecDepth for gccgo further
Ian Lance Taylor
1
-1
/
+1
2016-08-08
libgo: don't have .lo depend on .lo.dep
Ian Lance Taylor
1
-1
/
+1
2016-08-08
testsuite: fix gotest for absolute srcdir
Ian Lance Taylor
1
-1
/
+1
2016-08-08
re PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC: SIGILL)
Ian Lance Taylor
3
-1
/
+38
2016-08-07
internal/syscall/unix: fix syscalls for alpha, ia64, s390
Ian Lance Taylor
1
-1
/
+1
2016-08-06
libgo: fix getrandom build for 32-bit ppc
Ian Lance Taylor
1
-1
/
+1
2016-08-06
libgo: change build procedure to use build tags
Ian Lance Taylor
1
-1
/
+1
2016-08-05
re PR go/72812 (reflect FAILs with Solaris as)
Ian Lance Taylor
2
-1
/
+127
2016-08-04
runtime: fix incorrectly commented out code in heapdump.c
Ian Lance Taylor
1
-1
/
+1
2016-08-04
text/template: reduce maxExecDepth for gccgo
Ian Lance Taylor
1
-1
/
+1
2016-08-04
compiler: include "go-system.h" in escape.cc
Ian Lance Taylor
2
-1
/
+3
2016-08-04
escape: Enable escape analysis in gccgo.
Ian Lance Taylor
3
-1
/
+12
2016-08-03
gotest: multiple +build lines must all be true
Ian Lance Taylor
1
-1
/
+1
2016-08-03
compiler: improve type caching for interface types
Ian Lance Taylor
2
-5
/
+18
2016-08-03
escape: Stack allocate non-escaping expressions.
Ian Lance Taylor
2
-8
/
+44
2016-08-02
escape: Add basic debugging.
Chris Manghane
10
-7
/
+577
2016-07-26
libgo: bump library version number for 1.7
Ian Lance Taylor
1
-1
/
+1
2016-07-26
os/user: fix Solaris declaration.
Ian Lance Taylor
1
-1
/
+1
2016-07-22
libgo: update to go1.7rc3
Ian Lance Taylor
1
-1
/
+1
2016-07-22
compiler: fix check for duplicate declaration
Ian Lance Taylor
2
-3
/
+10
2016-07-12
escape: Add escape notes to export data.
Ian Lance Taylor
6
-5
/
+75
2016-07-06
escape: Implement tag phase.
Ian Lance Taylor
2
-6
/
+94
2016-06-14
escape: Implement flood phase.
Ian Lance Taylor
2
-5
/
+363
2016-06-14
escape: Implement assign phase.
Ian Lance Taylor
7
-122
/
+1566
2016-06-10
compiler: fix quoting in error message
Ian Lance Taylor
2
-2
/
+2
2016-05-13
escape: Implement the discovery phase.
Ian Lance Taylor
2
-4
/
+183
2016-05-06
escape: Add escape graph nodes.
Ian Lance Taylor
5
-17
/
+709
2016-05-06
escape: Add skeleton for gc analysis.
Chris Manghane
6
-1
/
+182
2016-04-29
escape: Remove previously existing analysis.
Chris Manghane
17
-2742
/
+11
2016-04-28
compiler: Mark concurrent calls.
Ian Lance Taylor
3
-4
/
+20
2016-04-28
compiler: Export String_index_expression.
Ian Lance Taylor
3
-61
/
+76
2016-04-26
compiler: Add Enclosed_var_expression.
Ian Lance Taylor
4
-65
/
+164
2016-04-23
compiler: Expose runtime code through Func_expression.
Ian Lance Taylor
5
-3
/
+70
2016-04-23
cmd/go: bring in final version of gccgo pkg-config support
Ian Lance Taylor
1
-1
/
+1
2016-04-18
tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
Michael Matz
2
-1
/
+5
2016-04-13
libgo: update to Go 1.6.1 release
Ian Lance Taylor
1
-1
/
+1
2016-04-12
reflect: change Value.Call results to not be addressable
Ian Lance Taylor
1
-1
/
+1
2016-04-02
runtime: Use atomic load for in entersyscall.
Ian Lance Taylor
1
-1
/
+1
2016-02-26
re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang)
Ian Lance Taylor
1
-1
/
+1
[next]