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-11-22
compiler: relocate ID encoding utilities to gofrontend
Than McIntosh
10
-192
/
+303
2016-11-22
re PR go/77910 (go: open zversion.go: no such file or directory)
Ian Lance Taylor
1
-1
/
+1
2016-11-22
runtime: rewrite panic/defer code from C to Go
Ian Lance Taylor
9
-35
/
+46
2016-11-18
runtime: move schedt type and sched var from C to Go
Ian Lance Taylor
1
-1
/
+1
2016-11-18
runtime: don't call __go_alloc/__go_free in environment functions
Ian Lance Taylor
1
-1
/
+1
2016-11-18
libgo: remove old/regexp and old/template
Ian Lance Taylor
1
-1
/
+1
2016-11-18
Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the ...
Ian Lance Taylor
1
-2
/
+2
2016-11-18
runtime, reflect: rewrite Go to FFI type conversion in Go
Ian Lance Taylor
1
-1
/
+1
2016-11-16
runtime: replace runtime1.goc with Go and C code
Ian Lance Taylor
1
-1
/
+1
2016-11-16
compiler: separate incomparable types from comparable ones
Ian Lance Taylor
2
-3
/
+21
2016-11-14
runtime: don't crash if signal handler info argument is nil
Ian Lance Taylor
1
-1
/
+1
2016-11-11
libgo: fix GOARCH_INT64ALIGN for several targets
Ian Lance Taylor
1
-1
/
+1
2016-11-10
runtime: copy signal code from Go 1.7 runtime
Ian Lance Taylor
5
-5
/
+15
2016-11-09
compiler: rework static initializer code
Ian Lance Taylor
4
-73
/
+140
2016-11-05
re PR go/78172 (gen-sysinfo.go vs AIX cred.h)
Ian Lance Taylor
1
-1
/
+1
2016-11-01
libgo: fix GOARCH_PHYSPAGESIZE for ia64
Ian Lance Taylor
1
-1
/
+1
2016-11-01
runtime: recreate function called by cgo -gccgo
Ian Lance Taylor
1
-1
/
+1
2016-11-01
libgo: only rebuild package if dependent .gox has changed
Ian Lance Taylor
1
-1
/
+1
2016-11-01
libgo: minor Makefile improvements
Ian Lance Taylor
1
-1
/
+1
2016-11-01
re PR go/78145 (Several go.test tests fail with error: integer constant overf...
Ian Lance Taylor
2
-2
/
+2
2016-10-30
compiler: fix slice/array evaluation order bug
Ian Lance Taylor
3
-105
/
+147
2016-10-30
libgo: eliminate a lot of duplication in Makefile.am
Ian Lance Taylor
1
-1
/
+1
2016-10-28
compiler, runtime: copy slice code from Go 1.7 runtime
Ian Lance Taylor
5
-220
/
+407
2016-10-28
re PR go/78144 (FAIL: time on systems with tzdata2016g installed)
Ian Lance Taylor
1
-1
/
+1
2016-10-28
re PR go/78143 (bootstrap broken in libgo on powerpc-linux-gnu)
Ian Lance Taylor
1
-1
/
+1
2016-10-28
libgo: redirect grep output in mkrsysinfo.sh to /dev/null
Ian Lance Taylor
1
-1
/
+1
2016-10-25
go-lang.c: remove a redundant cast
David Malcolm
2
-3
/
+7
2016-10-21
libgo: keep c0 and c1 out of runtime.inc
Ian Lance Taylor
1
-1
/
+1
2016-10-21
libgo: leave Int64Align as 8 on 32-bit SPARC
Ian Lance Taylor
1
-1
/
+1
2016-10-21
runtime: copy lfstack code from Go 1.7 runtime
Ian Lance Taylor
1
-1
/
+1
2016-10-20
runtime: rewrite interface code into Go
Ian Lance Taylor
6
-50
/
+66
2016-10-19
runtime, syscall: force EPOLLET to be positive
Ian Lance Taylor
1
-1
/
+1
2016-10-18
runtime: copy netpoll code from Go 1.7 runtime
Ian Lance Taylor
1
-1
/
+1
2016-10-18
runtime: scan caller-saved registers for non-split-stack
Ian Lance Taylor
1
-1
/
+1
2016-10-17
runtime: copy rdebug code from Go 1.7 runtime
Ian Lance Taylor
1
-1
/
+1
2016-10-15
runtime: copy runtime package time code from Go 1.7
Ian Lance Taylor
2
-2
/
+2
2016-10-14
runtime: copy mprof code from Go 1.7 runtime
Ian Lance Taylor
2
-3
/
+14
2016-10-14
runtime: just do file/line lookup in C, move Func to Go
Ian Lance Taylor
1
-1
/
+1
2016-10-14
debug/elf: add sparc64 relocations
Ian Lance Taylor
1
-1
/
+1
2016-10-14
runtime: copy cpuprof code from Go 1.7 runtime
Ian Lance Taylor
3
-61
/
+59
2016-10-13
compiler: don't try to get backend representation of redefinition
Ian Lance Taylor
2
-1
/
+9
2016-10-13
runtime: copy mstats code from Go 1.7 runtime
Ian Lance Taylor
2
-1
/
+16
2016-10-13
Move MEMMODEL_* from coretypes.h to memmodel.h
Thomas Preud'homme
2
-0
/
+5
2016-10-13
syscall: don't use pt_regs in clone_linux.c
Ian Lance Taylor
1
-1
/
+1
2016-10-12
compiler, runtime: copy string code from Go 1.7
Ian Lance Taylor
6
-76
/
+391
2016-10-12
syscall: mark rawClone as no_split_stack
Ian Lance Taylor
1
-1
/
+1
2016-10-12
runtime: copy Go 1.7 runtime semaphore code
Ian Lance Taylor
1
-1
/
+1
2016-10-12
syscall, internal/syscall/unix: Fix getrandom, clone on sparc64
Ian Lance Taylor
1
-1
/
+1
2016-10-11
configure: redirect -fsplit-stack compilation to dev/null
Ian Lance Taylor
1
-1
/
+1
2016-10-11
compiler: move Backend/Linemap creation out of front end.
Than McIntosh
10
-14
/
+58
[next]