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
2017-08-31
mksysinfo: fix in6_addr in mld_hdr_t for Solaris
Ian Lance Taylor
1
-1
/
+1
2017-08-30
[77/77] Add a complex_mode class
Richard Sandiford
2
-4
/
+10
2017-08-30
[20/77] Replace MODE_INT checks with is_int_mode
Richard Sandiford
2
-2
/
+9
2017-08-30
[7/77] Add scalar_float_mode
Richard Sandiford
2
-3
/
+10
2017-08-29
net/internal/socktest: build sys_unix.go on AIX
Ian Lance Taylor
1
-1
/
+1
2017-08-29
libgo: netinet/icmp6.h require netinet/in.h on AIX
Ian Lance Taylor
1
-1
/
+1
2017-08-29
libgo: fix Stat_t on AIX
Ian Lance Taylor
1
-1
/
+1
2017-08-29
runtime: make go-nosys.c compile with !HAVE_SYSCALL
Ian Lance Taylor
1
-1
/
+1
2017-08-29
runtime: fix lfstack for 64-bit AIX
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
/
+1
2017-08-18
misc/cgo/test: make cgo tests run on AIX
Ian Lance Taylor
1
-1
/
+1
2017-08-18
cmd/go: pass -funwind-tables when compiling C code
Ian Lance Taylor
1
-1
/
+1
2017-08-16
runtime: better implementation of netpoll for AIX
Ian Lance Taylor
1
-1
/
+1
2017-08-16
runtime: improvements for signal registers
Ian Lance Taylor
1
-1
/
+1
2017-08-09
compiler: fix buglet in lshift type determination
Ian Lance Taylor
2
-2
/
+2
2017-08-09
compiler: handle >32bit exponent in Ldexp
Ian Lance Taylor
1
-1
/
+1
2017-08-07
Canonicalize names of attributes.
Martin Liska
2
-1
/
+6
2017-08-04
runtime: dump registers for Alpha
Ian Lance Taylor
1
-1
/
+1
2017-08-03
re PR go/81617 (mksigtab.sh fails to resolve NSIG with glibc 2.26)
Ian Lance Taylor
1
-1
/
+1
2017-08-02
compiler: only finalize embedded fields before finalizing methods
Ian Lance Taylor
2
-8
/
+35
2017-07-28
compiler: add backend type conversion
Ian Lance Taylor
2
-2
/
+5
2017-07-28
compiler: track placeholder pointer types for conversion
Ian Lance Taylor
3
-5
/
+15
2017-07-28
compiler: use a single temporary for calls with multiple results
Ian Lance Taylor
3
-135
/
+60
2017-07-28
go-backend.c (go_write_export_data): Use EXCLUDE section for AIX.
Tony Reix
2
-1
/
+12
2017-07-26
runtime: handle Alpha GNU/Linux in getSiginfo
Ian Lance Taylor
1
-1
/
+1
2017-07-25
compiler: clean up unresolved placeholders for pointer types
Ian Lance Taylor
4
-4
/
+49
2017-07-21
syscall: call f?statfs64 on GNU/Linux
Ian Lance Taylor
1
-1
/
+1
2017-07-21
runtime: don't use runtime_lock in __go_get_backtrace_state
Ian Lance Taylor
1
-1
/
+1
2017-07-21
runtime: handle PPC/PPC64 GNU/Linux in getSiginfo
Ian Lance Taylor
1
-1
/
+1
2017-07-21
runtime: allocate more stack space in CgoCallbackGC test
Ian Lance Taylor
1
-1
/
+1
2017-07-20
compiler: add explicit convert in Type_guard_expression::do_get_backend
Ian Lance Taylor
2
-2
/
+5
2017-07-18
compiler: insert backend type conversion for closure func ptr
Ian Lance Taylor
2
-2
/
+9
2017-07-18
re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...
Ian Lance Taylor
1
-1
/
+1
2017-07-18
compiler: pass correct 'function' flag to circular_pointer_type
Ian Lance Taylor
2
-3
/
+3
2017-07-18
re PR go/81324 (libgo does not build with glibc 2.18)
Ian Lance Taylor
1
-1
/
+1
2017-07-14
libgo: don't copy semt into runtime.inc
Ian Lance Taylor
1
-1
/
+1
2017-07-14
cmd/go: use gccSupportsFlag for -fsplit-stack
Ian Lance Taylor
1
-1
/
+1
2017-07-13
re PR go/81393 (Bootstrap failure on s390x-linux while building libgo against...
Ian Lance Taylor
1
-1
/
+1
2017-06-29
misc/cgo/testcarchive: fix test to work for gccgo
Ian Lance Taylor
1
-1
/
+1
2017-06-29
cmd/go: fix -buildmode={c-archive,c-shared,pie} for gccgo
Ian Lance Taylor
1
-1
/
+1
2017-06-27
runtime: adapt memory management to AIX mmap
Ian Lance Taylor
1
-1
/
+1
2017-06-27
syscall: ptrace fixes for s390
Ian Lance Taylor
1
-1
/
+1
2017-06-27
libgo: add misc/cgo files
Ian Lance Taylor
1
-1
/
+1
2017-06-26
syscall: don't define PtraceRegs for Alpha
Ian Lance Taylor
1
-1
/
+1
2017-06-26
libgo: redefine ia64 struct names around linux/ptrace.h
Ian Lance Taylor
1
-1
/
+1
2017-06-23
runtime: complete defer handling in CgocallBackDone
Ian Lance Taylor
1
-1
/
+1
2017-06-23
cmd/go: don't require GOROOT to exist for gccgo
Ian Lance Taylor
1
-1
/
+1
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
-1
/
+1
2017-06-23
compiler: add go:notinheap magic comment
Ian Lance Taylor
10
-23
/
+178
[next]