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/gfortran-test
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-15
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-15
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-06-10
compiler: support inlining functions that use index expressions
Ian Lance Taylor
6
-11
/
+129
2019-06-10
compiler: make heap expression's write barrier conditional
Ian Lance Taylor
4
-21
/
+53
2019-06-10
compiler: permit inlining functions with labels and goto statements
Ian Lance Taylor
7
-25
/
+321
2019-06-10
compiler: use gcWriteBarrier for pointer-shaped struct/array
Ian Lance Taylor
2
-9
/
+16
2019-06-10
compiler: make escape analysis work with imported inlineable functions
Ian Lance Taylor
3
-14
/
+9
2019-06-07
compiler: improve write barrier generation
Ian Lance Taylor
3
-7
/
+116
2019-06-07
compiler: support inlining functions with if statements
Ian Lance Taylor
4
-20
/
+131
2019-06-07
compiler: do simple deadcode elimination
Ian Lance Taylor
7
-1
/
+240
2019-06-07
go/internal/gccgoimporter: ignore unexported and imported names
Ian Lance Taylor
1
-1
/
+1
2019-06-06
compiler: permit inlining temporary statements and references
Ian Lance Taylor
9
-6
/
+255
2019-06-06
compiler: make use of specialized fast map routines
Ian Lance Taylor
7
-114
/
+409
2019-06-05
compiler: inline call expressions and function references
Ian Lance Taylor
7
-49
/
+330
2019-06-05
compiler: statically allocate constant interface data
Ian Lance Taylor
2
-4
/
+21
2019-06-03
compiler, runtime, reflect: generate unique type descriptors
Ian Lance Taylor
6
-2
/
+219
2019-06-03
libgo: delay applying profile stack-frame skip until fixup
Ian Lance Taylor
1
-1
/
+1
2019-06-03
compiler: permit inlining references to global variables
Ian Lance Taylor
9
-87
/
+482
2019-06-03
runtime: remove unnecessary functions calling between C and Go
Ian Lance Taylor
1
-1
/
+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
1
-1
/
+1
2019-05-31
compiler: optimize append of make
Ian Lance Taylor
7
-84
/
+251
2019-05-31
compiler: handle int-to-string conversion with large integer constant
Ian Lance Taylor
2
-4
/
+13
2019-05-31
runtime: implement cheaper context switch on Linux/AMD64
Ian Lance Taylor
1
-1
/
+1
2019-05-30
Fix RISC-V build failure for go language.
Jim Wilson
2
-0
/
+9
2019-05-30
compiler: intrinsify sync/atomic functions
Ian Lance Taylor
3
-12
/
+112
2019-05-30
re PR go/90669 (go/gofrontend/types.cc:2805 contains range-based ‘for’ lo...
Ian Lance Taylor
2
-3
/
+8
2019-05-27
re PR go/90635 (typo in libgo/configure.ac)
Ian Lance Taylor
1
-1
/
+1
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-17
compiler: use SHA1-hash for symname for long gcbits symbols
Ian Lance Taylor
2
-10
/
+32
2019-05-17
re PR go/90482 (Many 32-bit Solaris/SPARC tests FAIL with SIGBUS)
Ian Lance Taylor
5
-19
/
+42
2019-05-17
compiler: intrinsify runtime/internal/atomic functions
Cherry Zhang
6
-1
/
+390
2019-05-16
compiler: add intrinsics for runtime/internal/sys functions
Ian Lance Taylor
7
-109
/
+149
2019-05-16
compiler: improve escape analysis on interface conversions
Cherry Zhang
9
-22
/
+360
2019-05-14
libgo: reduce overhead for memory/block/mutex profiling
Ian Lance Taylor
1
-1
/
+1
2019-05-13
libgo: drop Solaris 10 support
Ian Lance Taylor
1
-1
/
+1
2019-05-11
runtime: set up g early
Ian Lance Taylor
1
-1
/
+1
2019-05-10
compiler: permit inlining receive expressions
Ian Lance Taylor
3
-1
/
+32
2019-05-10
compiler: permit inlining variable declaration statements
Ian Lance Taylor
4
-9
/
+71
2019-05-09
compiler: avoid copy for string([]byte) conversion used in map keys
Cherry Zhang
3
-1
/
+15
2019-05-08
compiler: avoid copy for string([]byte) conversion used in string comparison
Cherry Zhang
3
-6
/
+131
2019-05-08
libgo: add Debugging section to README
Ian Lance Taylor
1
-1
/
+1
2019-05-08
compiler: generate memmove for non-pointer slice copy
Ian Lance Taylor
3
-56
/
+134
2019-05-08
runtime: use builtin memmove directly
Cherry Zhang
3
-1
/
+14
2019-05-08
compiler: remove trailing spaces
Ian Lance Taylor
6
-15
/
+15
2019-05-08
reflect: correctly handle direct interface typed receiver in Value.call
Ian Lance Taylor
1
-1
/
+1
2019-05-08
compiler: don't add pointer twice to value method of direct interface type
Ian Lance Taylor
2
-10
/
+12
2019-05-08
compiler: add an option to emit optimization diagnostics
Cherry Zhang
10
-1
/
+40
2019-05-03
compiler: recognize and optimize array range clear
Ian Lance Taylor
6
-2
/
+279
2019-05-03
os/user: disable TestGroupIds for AIX
Ian Lance Taylor
1
-1
/
+1
2019-05-01
compiler: recognize and optimize map range clear
Ian Lance Taylor
4
-1
/
+104
2019-05-01
compiler,runtime: do more direct interfaces
Ian Lance Taylor
6
-26
/
+357
[prev]
[next]