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
/
runtime
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-28
runtime: don't stat a NULL filename
Ian Lance Taylor
1
-1
/
+1
2018-06-23
runtime: use #ifdef instead of #if for USING_SPLIT_STACK
Ian Lance Taylor
1
-3
/
+3
2018-05-04
libgo: fix for unaligned read in go-unwind.c's read_encoded_value()
Ian Lance Taylor
1
-11
/
+43
2018-05-02
libgo: break dependence on libgcc unwind-pe.h
Ian Lance Taylor
1
-2
/
+165
2018-03-07
runtime: use a fence instruction before rdtsc
Ian Lance Taylor
1
-4
/
+55
2018-02-22
runtime: funcfileline: get missing function name from symbol table
Ian Lance Taylor
3
-13
/
+23
2018-02-08
runtime: get missing function name from symbol table
Ian Lance Taylor
1
-2
/
+30
2018-02-02
runtime: scan register backing store on ia64
Ian Lance Taylor
3
-0
/
+39
2018-01-31
runtime: fix type descriptor name in C code
Ian Lance Taylor
1
-3
/
+5
2018-01-24
compiler: rationalize external symbol names
Ian Lance Taylor
2
-11
/
+12
2018-01-10
re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ob...
Ian Lance Taylor
4
-9
/
+5
2018-01-10
runtime: fix makemap calls in __go_construct_map
Ian Lance Taylor
1
-3
/
+3
2018-01-09
libgo: update to Go1.10beta1
Ian Lance Taylor
4
-20
/
+61
2017-11-09
sync/atomic, runtime/internal/atomic: don't assume reads from 0 fail
Ian Lance Taylor
1
-0
/
+2
2017-10-11
runtime: fix issues on AIX about uintptr(_t)
Ian Lance Taylor
2
-2
/
+2
2017-09-18
runtime: always initialize str field in __go_string_slice result
Ian Lance Taylor
1
-4
/
+7
2017-09-14
libgo: update to go1.9
Ian Lance Taylor
4
-61
/
+37
2017-08-29
runtime: make go-nosys.c compile with !HAVE_SYSCALL
Ian Lance Taylor
1
-1
/
+1
2017-08-18
re PR go/81893 (compilation error in libgo starting with r251127)
Ian Lance Taylor
1
-1
/
+4
2017-08-16
runtime: improvements for signal registers
Ian Lance Taylor
1
-13
/
+49
2017-08-04
runtime: dump registers for Alpha
Ian Lance Taylor
1
-0
/
+41
2017-07-26
runtime: handle Alpha GNU/Linux in getSiginfo
Ian Lance Taylor
1
-0
/
+5
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-18
re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...
Ian Lance Taylor
6
-45
/
+4
2017-06-27
runtime: adapt memory management to AIX mmap
Ian Lance Taylor
1
-0
/
+6
2017-06-22
runtime: fix type cast in assignment to gcnextsp in C code
Ian Lance Taylor
1
-1
/
+1
2017-06-22
runtime: change some stack fields to uintptr
Ian Lance Taylor
2
-19
/
+21
2017-06-22
compiler, runtime: better stack trace for `go f()` where f is nil
Ian Lance Taylor
1
-1
/
+10
2017-05-12
runtime: fix build for non-split-stack systems
Ian Lance Taylor
2
-2
/
+3
2017-05-10
Big merge of changes to gofrontend repo that were postponed due to the
Ian Lance Taylor
36
-9048
/
+418
2017-02-17
libgo: update to final Go 1.8 release
Ian Lance Taylor
1
-1
/
+7
2017-01-26
runtime: fix context used by getTraceback
Ian Lance Taylor
1
-1
/
+1
2017-01-23
re PR go/79037 (gccgo: Binaries crash with parforsetup: pos is not aligned on...
Ian Lance Taylor
3
-3
/
+4
2017-01-20
runtime, testing/internal/testdeps: fixes for cgo
Ian Lance Taylor
1
-2
/
+14
2017-01-14
libgo: update to Go 1.8 release candidate 1
Ian Lance Taylor
10
-81
/
+63
2017-01-10
runtime: copy more scheduler code from Go 1.7 runtime
Ian Lance Taylor
5
-278
/
+10
2017-01-10
compiler, runtime: drop size arguments to hash/equal functions
Ian Lance Taylor
6
-317
/
+9
2017-01-09
runtime: copy more of scheduler from Go 1.7 runtime
Ian Lance Taylor
6
-1368
/
+100
2017-01-06
runtime: actually remove go-alloc.h
Ian Lance Taylor
1
-11
/
+0
2017-01-03
runtime: remove __go_alloc and __go_free
Ian Lance Taylor
12
-426
/
+36
2017-01-03
re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...
Ian Lance Taylor
3
-3
/
+9
2016-12-19
runtime: copy cgo support from Go 1.7 runtime
Ian Lance Taylor
8
-564
/
+95
2016-12-08
runtime: mark non-x86 aeshashbody parameters as unused
Ian Lance Taylor
1
-1
/
+4
2016-12-08
runtime: copy memory hash code from Go 1.7
Ian Lance Taylor
8
-37
/
+617
2016-12-08
runtime: remove some unused variables/declarations from runtime.h
Ian Lance Taylor
1
-4
/
+0
2016-11-30
runtime: fixes for -buildmode=c-archive
Ian Lance Taylor
1
-0
/
+9
2016-11-22
runtime: rewrite panic/defer code from C to Go
Ian Lance Taylor
14
-949
/
+89
2016-11-18
runtime: move schedt type and sched var from C to Go
Ian Lance Taylor
1
-256
/
+227
2016-11-18
runtime: don't call __go_alloc/__go_free in environment functions
Ian Lance Taylor
2
-33
/
+21
[next]