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
2014-11-14
runtime: set library name based on compiler name
Ian Lance Taylor
4
-44
/
+116
2014-11-12
libgo: Update libtool support to files in current GCC trunk.
Ian Lance Taylor
3
-45
/
+37
2014-11-06
runtime: Use stckf unconditionally on s390.
Dominik Vogt
1
-6
/
+6
2014-11-06
mksysinfo: Tolerate missing structures in upcase_fields.
Dominik Vogt
1
-4
/
+4
2014-11-05
sync/atomic: fix data races in tests
Ian Lance Taylor
1
-8
/
+8
2014-11-04
libgo: add s390 support
Ian Lance Taylor
20
-18
/
+1309
2014-11-03
runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler ver...
Ian Lance Taylor
2
-2
/
+2
2014-10-28
debug/elf: add power64 support along with relocation test
Ian Lance Taylor
4
-1
/
+233
2014-10-28
libgo: Add consts for ioctl
Ian Lance Taylor
1
-1
/
+25
2014-10-27
libgo: Update to Go 1.3.3 release.
Ian Lance Taylor
19
-60
/
+336
2014-10-20
compiler, runtime: Add type information to single object allocation.
Ian Lance Taylor
1
-4
/
+8
2014-10-20
reflect: allocate correct type in assignTo and cvtT2I
Ian Lance Taylor
1
-11
/
+11
2014-10-17
configure: Quote some shell variables.
Ian Lance Taylor
2
-16
/
+16
2014-10-16
runtime: Don't create threads with a small stack.
Ian Lance Taylor
1
-55
/
+0
2014-10-08
re PR go/60406 (recover.go: test13reflect2 test failure)
Ian Lance Taylor
5
-76
/
+195
2014-10-03
re PR go/61877 (reflect: cannot use []string as type string in Call)
Ian Lance Taylor
2
-39
/
+97
2014-10-03
runtime: Check for CPU_COUNT itself, don't check glibc version.
Ian Lance Taylor
1
-1
/
+1
2014-09-29
libgo/configure: Use -Qunused-arguments for asm tests if supported.
Ian Lance Taylor
2
-0
/
+61
2014-09-22
runtime: Mark runtime_goexit function as noinline.
Ian Lance Taylor
1
-0
/
+1
2014-09-20
runtime: Restore copyright notice accidentally removed from mgc0.c.
Ian Lance Taylor
1
-1
/
+1
2014-09-05
runtime: Use the clone system call on GNU/Linux.
Ian Lance Taylor
1
-2
/
+2
2014-09-05
runtime: Use correct size for unsafe.Pointer GC instructions.
Ian Lance Taylor
1
-1
/
+1
2014-09-03
compiler: Add precise type information on the heap.
Chris Manghane
6
-60
/
+84
2014-08-15
runtime: Don't get confused if m changes during runtime_gc.
Ian Lance Taylor
1
-0
/
+1
2014-08-13
compiler, runtime: Fix unexpected GC interfering with closure passing.
Ian Lance Taylor
1
-0
/
+8
2014-08-04
runtime: Add casts to mincore call to compile on Solaris.
Ian Lance Taylor
1
-1
/
+1
2014-08-02
re PR other/61895 (libbacktrace crashes with bus error with empty file argv[0])
Ian Lance Taylor
1
-0
/
+12
2014-07-20
runtime: remove unused variable
Ian Lance Taylor
1
-4
/
+3
2014-07-20
runtime: add a missing import
Ian Lance Taylor
1
-1
/
+1
2014-07-20
runtime: also disable split stacks for runtime_snprintf function under Clang
Ian Lance Taylor
1
-0
/
+6
2014-07-19
reflect, runtime: Use libffi closures to implement reflect.MakeFunc.
Ian Lance Taylor
18
-408
/
+709
2014-07-19
libgo: Bump version number.
Ian Lance Taylor
2
-2
/
+2
2014-07-19
libgo: Update to Go 1.3 release.
Ian Lance Taylor
456
-4836
/
+15264
2014-07-12
runtime: Merge master revision 19185.
Ian Lance Taylor
25
-561
/
+279
2014-07-11
runtime: Rename iface.goc to go-iface.goc.
Ian Lance Taylor
3
-4
/
+4
2014-07-11
runtime: Drop reflectFlags tests.
Ian Lance Taylor
7
-30
/
+0
2014-07-02
re PR go/61620 (FAIL: go.test/test/fixedbugs/bug242.go execution, -O2 -g)
Ian Lance Taylor
1
-1
/
+3
2014-07-01
runtime: introduce build targets for running benchmarks
Ian Lance Taylor
3
-14
/
+44
2014-06-24
runtime: add missing benchmark input files to the repository
Ian Lance Taylor
7
-0
/
+0
2014-06-13
re PR go/52583 (Several new go testsuite failues on Solaris)
Ian Lance Taylor
1
-0
/
+26
2014-06-13
re PR go/61498 (Many 64-bit Go tests SEGV in scanblock)
Ian Lance Taylor
1
-5
/
+2
2014-06-10
runtime: Initialize variable to avoid compiler warning.
Ian Lance Taylor
1
-1
/
+1
2014-06-06
libgo: Merge to master revision 19184.
Ian Lance Taylor
319
-6342
/
+11965
2014-06-04
libgo: Merge from revision 18783:00cce3a34d7e of master library.
Ian Lance Taylor
222
-7865
/
+9333
2014-05-30
runtime: Use _mm_pause rather than __builtin_ia32_pause.
Ian Lance Taylor
1
-1
/
+5
2014-05-29
runtime: add the --without-libatomic configure option
Ian Lance Taylor
5
-9
/
+46
2014-05-29
runtime: disable split stacks for runtime_printf function under Clang
Ian Lance Taylor
1
-1
/
+21
2014-05-28
runtime: fix misc gcc-isms and undefined behavior
Ian Lance Taylor
5
-142
/
+113
2014-05-27
libgo/runtime: fix unused-result warning
Ian Lance Taylor
1
-1
/
+2
2014-05-07
mksysinfo: Define some more non-trivial TIOC constants.
Ian Lance Taylor
1
-0
/
+32
[next]