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-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
2019-08-19
runtime: be more strict in GC
Ian Lance Taylor
1
-1
/
+1
2019-08-17
compiler: support new numeric literal syntax
Ian Lance Taylor
3
-65
/
+224
2019-08-17
compiler, runtime: allocate defer records on the stack
Ian Lance Taylor
4
-5
/
+62
2019-08-17
runtime: scan write barrier buffer conservatively
Ian Lance Taylor
1
-1
/
+1
2019-08-16
compiler: print runtime.hex in hex
Ian Lance Taylor
3
-2
/
+11
2019-08-10
Assorted ChangeLog cleanups.
Jakub Jelinek
1
-5
/
+5
2019-07-23
compiler: use correct value type in 2-case select send
Ian Lance Taylor
2
-3
/
+4
2019-07-23
compiler: follow-on fix for finalizing imported methods
Ian Lance Taylor
2
-7
/
+9
2019-07-19
compiler: don't export bodies for functions marked "go:noinline"
Ian Lance Taylor
2
-1
/
+5
2019-07-18
compiler: fix bug in importing blocks from inline functions
Ian Lance Taylor
4
-9
/
+38
2019-07-18
compiler: fix bug in handling of unordered set during exporting
Ian Lance Taylor
4
-43
/
+63
2019-07-15
runtime: expose the g variable
Ian Lance Taylor
1
-1
/
+1
2019-07-11
compiler: ensure evaluation order in type hash/eq functions
Ian Lance Taylor
5
-1
/
+35
2019-07-10
compiler: finalize methods when importing types
Ian Lance Taylor
5
-22
/
+65
2019-07-10
compiler: add break label in 1,2-case select statement lowering
Ian Lance Taylor
2
-1
/
+9
2019-07-04
compiler: optimize 0,1,2-case select statement
Ian Lance Taylor
5
-5
/
+285
2019-07-04
compiler: fix indentation of select statement AST dump
Ian Lance Taylor
2
-1
/
+2
2019-07-03
compiler: set varargs lowered for imported call expressions
Ian Lance Taylor
2
-2
/
+2
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
[prev]
[next]