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
/
libgo
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-04
compiler: optimize 0,1,2-case select statement
Ian Lance Taylor
2
-0
/
+4
2019-06-26
libgo/testsuite: ignore symbols with a leading dot in symtogo
Ian Lance Taylor
1
-0
/
+7
2019-06-26
cmd/go: silence ar with D flag failures
Ian Lance Taylor
1
-1
/
+8
2019-06-25
runtime: mark memequal and memclrNoHeapPointers nosplit
Ian Lance Taylor
2
-2
/
+4
2019-06-24
compiler: open code string equality
Ian Lance Taylor
2
-13
/
+0
2019-06-24
compiler: use builtin memcmp directly
Ian Lance Taylor
3
-20
/
+2
2019-06-21
runtime: inline and remove eqtype
Ian Lance Taylor
3
-16
/
+11
2019-06-21
compiler: open code some type assertions
Ian Lance Taylor
1
-33
/
+4
2019-06-21
compiler: open code string slice expressions
Ian Lance Taylor
3
-41
/
+6
2019-06-19
compiler: optimize string concatenations
Ian Lance Taylor
1
-21
/
+3
2019-06-07
go/internal/gccgoimporter: ignore unexported and imported names
Ian Lance Taylor
1
-26
/
+27
2019-06-06
compiler: make use of specialized fast map routines
Ian Lance Taylor
3
-0
/
+26
2019-06-05
compiler: inline call expressions and function references
Ian Lance Taylor
1
-2
/
+15
2019-06-03
compiler, runtime, reflect: generate unique type descriptors
Ian Lance Taylor
2
-79
/
+130
2019-06-03
libgo: delay applying profile stack-frame skip until fixup
Ian Lance Taylor
3
-23
/
+31
2019-06-03
runtime: remove unnecessary functions calling between C and Go
Ian Lance Taylor
5
-90
/
+1
2019-06-03
runtime: fix assembly syntax
Ian Lance Taylor
1
-1
/
+1
2019-05-31
runtime: drop unused C type reflection code
Ian Lance Taylor
7
-199
/
+9
2019-05-31
compiler: optimize append of make
Ian Lance Taylor
1
-9
/
+15
2019-05-31
runtime: implement cheaper context switch on Linux/AMD64
Ian Lance Taylor
9
-24
/
+333
2019-05-27
re PR go/90635 (typo in libgo/configure.ac)
Ian Lance Taylor
2
-2
/
+2
2019-05-27
re PR go/90614 (gcc-9.1.0/libgo/go/syscall/wait.c:54:22: error: unused parame...
Ian Lance Taylor
1
-1
/
+1
2019-05-14
libgo: reduce overhead for memory/block/mutex profiling
Ian Lance Taylor
10
-92
/
+359
2019-05-13
libgo: drop Solaris 10 support
Ian Lance Taylor
4
-11
/
+2
2019-05-11
runtime: set up g early
Ian Lance Taylor
4
-7
/
+15
2019-05-08
libgo: add Debugging section to README
Ian Lance Taylor
1
-0
/
+25
2019-05-08
runtime: use builtin memmove directly
Cherry Zhang
4
-31
/
+10
2019-05-08
reflect: correctly handle direct interface typed receiver in Value.call
Ian Lance Taylor
1
-1
/
+1
2019-05-03
compiler: recognize and optimize array range clear
Ian Lance Taylor
1
-0
/
+1
2019-05-03
os/user: disable TestGroupIds for AIX
Ian Lance Taylor
1
-0
/
+3
2019-05-01
compiler: recognize and optimize map range clear
Ian Lance Taylor
1
-0
/
+1
2019-05-01
compiler,runtime: do more direct interfaces
Ian Lance Taylor
6
-16
/
+31
2019-05-01
runtime: persistentalloc and cache itabs
Ian Lance Taylor
1
-31
/
+225
2019-04-26
runtime: fix TestPhysPageSize on AIX
Ian Lance Taylor
1
-0
/
+5
2019-04-24
re PR target/89093 (C++ exception handling clobbers d8 VFP register)
Ian Lance Taylor
1
-1
/
+4
2019-04-19
libgo/go/syscall: add SockAddrDatalink on AIX
Ian Lance Taylor
1
-0
/
+24
2019-04-08
libgo: update to Go 1.12.2
Ian Lance Taylor
20
-73
/
+269
2019-03-19
compiler,runtime: pass old slice's ptr/len/cap by value to growslice
Ian Lance Taylor
1
-15
/
+15
2019-03-19
libgo: fix build on AIX
Ian Lance Taylor
28
-201
/
+139
2019-03-18
libgo: update to Go 1.12.1
Ian Lance Taylor
22
-137
/
+397
2019-03-09
re PR go/89447 (libgo largefile support is incomplete and inconsistent)
Ian Lance Taylor
11
-9
/
+75
2019-03-06
mksysinfo: actually use modified Statfs_t value
Ian Lance Taylor
1
-5
/
+4
2019-03-05
runtime: enable precise GC checks when using stack maps
Ian Lance Taylor
3
-5
/
+9
2019-03-05
cmd/go: pass -X64 to ar on aix/ppc64
Ian Lance Taylor
1
-3
/
+10
2019-03-05
sysinfo: add Flags to Statfs_t if not already there
Ian Lance Taylor
1
-0
/
+4
2019-03-02
re PR go/89406 (Go testing leaves many temporary directories in /tmp around)
Ian Lance Taylor
1
-6
/
+6
2019-03-01
cmd/go: restore passing D to ar
Ian Lance Taylor
1
-3
/
+6
2019-03-01
runtime: call execname and getpagesize on Solaris
Ian Lance Taylor
1
-34
/
+8
2019-03-01
cmd/go: add -O2 to invocation of gccgo
Ian Lance Taylor
1
-1
/
+1
2019-03-01
commit 66ac9466852d11e968f8fd2ad6ffc7386cee49e1
Ian Lance Taylor
1
-5
/
+9
[next]