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-07-03
compiler: include transitive imports in the type descriptor list
Ian Lance Taylor
5
-18
/
+80
2019-07-03
compiler: rework type and package tracking in exporter
Ian Lance Taylor
5
-290
/
+384
2019-07-02
compiler: use builtin memset for non-pointer memclr
Cherry Zhang
6
-15
/
+40
2019-07-02
compiler: refactoring in Export class to encapsulate type refs map
Ian Lance Taylor
3
-22
/
+35
2019-06-26
libgo/testsuite: ignore symbols with a leading dot in symtogo
Ian Lance Taylor
1
-1
/
+1
2019-06-26
cmd/go: silence ar with D flag failures
Ian Lance Taylor
1
-1
/
+1
2019-06-25
runtime: mark memequal and memclrNoHeapPointers nosplit
Ian Lance Taylor
1
-1
/
+1
2019-06-24
compiler: open code string equality
Ian Lance Taylor
3
-15
/
+52
2019-06-24
compiler: use builtin memcmp directly
Ian Lance Taylor
3
-3
/
+4
2019-06-23
compiler: edit error messages to avoid -Wformat-diag warnings
Ian Lance Taylor
10
-35
/
+38
2019-06-23
compiler: add go_debug and use it for debug messages
Ian Lance Taylor
6
-103
/
+137
2019-06-21
compiler: intrinsify some math/bits functions
Cherry Zhang
6
-9
/
+192
2019-06-21
runtime: inline and remove eqtype
Ian Lance Taylor
1
-1
/
+1
2019-06-21
compiler: open code some type assertions
Ian Lance Taylor
6
-38
/
+41
2019-06-21
compiler: omit write barrier for assignment to *(convert(&local))
Ian Lance Taylor
2
-1
/
+21
2019-06-21
compiler: open code string slice expressions
Ian Lance Taylor
5
-22
/
+74
2019-06-19
compiler: optimize string concatenations
Ian Lance Taylor
3
-62
/
+20
2019-06-19
compiler: stack allocate a buffer for non-escaping string ops
Ian Lance Taylor
3
-18
/
+101
2019-06-18
compiler: avoid copy for string([]byte) conversion used in string concatenation
Cherry Zhang
2
-1
/
+21
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
[prev]
[next]