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
2017-07-26
runtime: handle Alpha GNU/Linux in getSiginfo
Ian Lance Taylor
1
-0
/
+5
2017-07-21
syscall: call f?statfs64 on GNU/Linux
Ian Lance Taylor
1
-2
/
+2
2017-07-21
runtime: don't use runtime_lock in __go_get_backtrace_state
Ian Lance Taylor
1
-3
/
+11
2017-07-21
runtime: handle PPC/PPC64 GNU/Linux in getSiginfo
Ian Lance Taylor
1
-0
/
+5
2017-07-21
runtime: allocate more stack space in CgoCallbackGC test
Ian Lance Taylor
1
-1
/
+3
2017-07-18
re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...
Ian Lance Taylor
9
-89
/
+19
2017-07-18
re PR go/81324 (libgo does not build with glibc 2.18)
Ian Lance Taylor
1
-0
/
+4
2017-07-14
libgo: don't copy semt into runtime.inc
Ian Lance Taylor
3
-3
/
+7
2017-07-14
cmd/go: use gccSupportsFlag for -fsplit-stack
Ian Lance Taylor
1
-4
/
+2
2017-07-13
re PR go/81393 (Bootstrap failure on s390x-linux while building libgo against...
Ian Lance Taylor
2
-6
/
+45
2017-06-29
misc/cgo/testcarchive: fix test to work for gccgo
Ian Lance Taylor
2
-10
/
+63
2017-06-29
cmd/go: fix -buildmode={c-archive,c-shared,pie} for gccgo
Ian Lance Taylor
1
-14
/
+24
2017-06-27
runtime: adapt memory management to AIX mmap
Ian Lance Taylor
3
-1
/
+17
2017-06-27
syscall: ptrace fixes for s390
Ian Lance Taylor
3
-15
/
+6
2017-06-27
libgo: add misc/cgo files
Ian Lance Taylor
269
-0
/
+13743
2017-06-26
syscall: don't define PtraceRegs for Alpha
Ian Lance Taylor
1
-32
/
+0
2017-06-26
libgo: redefine ia64 struct names around linux/ptrace.h
Ian Lance Taylor
1
-0
/
+5
2017-06-23
runtime: complete defer handling in CgocallBackDone
Ian Lance Taylor
2
-10
/
+36
2017-06-23
cmd/go: don't require GOROOT to exist for gccgo
Ian Lance Taylor
1
-2
/
+7
2017-06-23
os: align siginfo argument to waitid
Ian Lance Taylor
1
-1
/
+1
2017-06-23
runtime: don't crash if no p in kickoff
Ian Lance Taylor
1
-0
/
+18
2017-06-23
runtime: improve handling of panic during deferred function
Ian Lance Taylor
2
-31
/
+85
2017-06-22
runtime: uncomment check for gchelper on g0 stack
Ian Lance Taylor
1
-4
/
+3
2017-06-22
runtime: mark dropm and callees nowritebarrierrec
Ian Lance Taylor
3
-0
/
+7
2017-06-22
runtime: export getm function
Ian Lance Taylor
1
-0
/
+3
2017-06-22
runtime: fix type cast in assignment to gcnextsp in C code
Ian Lance Taylor
1
-1
/
+1
2017-06-22
runtime: make NumGoroutine wait for system goroutines to register
Ian Lance Taylor
5
-0
/
+29
2017-06-22
runtime: don't assume that _ = *s will panic if s is nil
Ian Lance Taylor
2
-4
/
+6
2017-06-22
runtime: change some stack fields to uintptr
Ian Lance Taylor
4
-26
/
+28
2017-06-22
runtime: avoid write barriers when calling deferred function
Ian Lance Taylor
1
-4
/
+4
2017-06-22
runtime: rename _defer struct _panic field to panicStack
Ian Lance Taylor
2
-10
/
+10
2017-06-22
runtime: adjust tests for gofrontend
Ian Lance Taylor
3
-3
/
+29
2017-06-22
runtime: don't build test files that use SetCgoTraceback for gccgo
Ian Lance Taylor
6
-0
/
+10
2017-06-22
runtime: build testprogcgo with -pthread
Ian Lance Taylor
1
-0
/
+3
2017-06-22
runtime: in traceback, print panic rather than runtime.gopanic
Ian Lance Taylor
1
-1
/
+5
2017-06-22
compiler, runtime: better stack trace for `go f()` where f is nil
Ian Lance Taylor
1
-1
/
+10
2017-06-21
debug/elf: handle Alpha relocs
Ian Lance Taylor
1
-0
/
+51
2017-06-21
Forgot to remove this file in the last libgo commit.
Ian Lance Taylor
1
-11
/
+0
2017-06-21
libgo: remove old MIPS architecture names
Ian Lance Taylor
14
-45
/
+18
2017-06-21
libgo: use gc's arch names as the default GOARCHs on MIPS
Ian Lance Taylor
2
-8
/
+10
2017-06-21
cmd/cgo: add mips64p32* to ptrSizeMap and intSizeMap
Ian Lance Taylor
1
-42
/
+46
2017-06-21
internal/syscall/unix: implement randomTrap on mips64p32*
Ian Lance Taylor
1
-1
/
+1
2017-06-21
libgo, syscall: fix ptrace implementation on MIPS
Ian Lance Taylor
1
-20
/
+0
2017-06-21
libgo, syscall: fix ptrace implementation on MIPS
Ian Lance Taylor
6
-5
/
+29
2017-06-14
cmd/cgo: make _cgo_flags consistent across runs
Ian Lance Taylor
2
-3
/
+26
2017-06-14
cmd/go: gccgo: consistent results, fix vendoring
Ian Lance Taylor
1
-4
/
+17
2017-06-14
cmd/go: skip tests that do not work with gccgo
Ian Lance Taylor
2
-1
/
+34
2017-06-14
go/build: use GCCGOTOOLDIR to find gccgo tools
Ian Lance Taylor
3
-1
/
+7
2017-06-14
internal/testenv: support testing gccgo
Ian Lance Taylor
1
-3
/
+14
2017-06-13
runtime: don't always show frames with no function in traceback
Ian Lance Taylor
1
-1
/
+1
[next]