]> gcc.gnu.org Git - gcc.git/history - libgo
[multiple changes]
[gcc.git] / libgo /
2017-12-06 Ian Lance Taylorlibgo: remove -fplan9-extensions from CFLAGS
2017-12-02 Ian Lance Taylorruntime: export cgoCheck functions
2017-11-23 Ian Lance Taylorcmd/go, go/internal/gccgoimporter: pass -X to ar on AIX
2017-11-22 Ian Lance Taylorlibgo: don't use grep -q in mksigtab.sh
2017-11-21 Ian Lance Taylorlibgo: fix makefile buglet
2017-11-14 Rainer OrthAdapt Solaris 12 references
2017-11-14 Ian Lance Taylorlibgo: adapt Solaris 12 references
2017-11-09 Ian Lance Taylorsync/atomic, runtime/internal/atomic: don't assume...
2017-11-06 Ian Lance Taylorlibgo: pass flags to recursive make
2017-10-20 Ian Lance Taylordebug/dwarf: support 64-bit DWARF in byte order check
2017-10-11 Ian Lance Taylorruntime: fix issues on AIX about uintptr(_t)
2017-09-29 Ian Lance Taylordebug/elf: support 32-bit SPARC relocs
2017-09-29 Ian Lance Taylormksysinfo: strip locale structs
2017-09-27 Ian Lance Taylornet: check Getsockname error return
2017-09-22 Ian Lance Taylordebug/xcoff,cmd: add XCOFF support
2017-09-20 Ian Lance Taylorlibgo: fix build when using -enable-static=no
2017-09-20 Ian Lance Taylorsyscall: enable ParseDirent for AIX
2017-09-20 Ian Lance Taylorsyscall: workaround for getsockname bug in AIX
2017-09-20 Ian Lance Taylorinternal,net,os,runtime,syscall: fixes for AIX followin...
2017-09-20 Ian Lance Taylorruntime: restore "goroutine in C code" message
2017-09-18 Ian Lance Taylorruntime: always initialize str field in __go_string_sli...
2017-09-15 Ian Lance Taylorsyscall: fixes for Solaris
2017-09-14 Ian Lance Taylorlibgo: update to go1.9
2017-09-14 Ian Lance Taylorcompiler, runtime: simplify select and channel operations
2017-09-14 Ian Lance Taylorcompiler, reflect: fix struct field names for embedded...
2017-08-31 Ian Lance Taylormksysinfo: fix in6_addr in mld_hdr_t for Solaris
2017-08-29 Ian Lance Taylornet/internal/socktest: build sys_unix.go on AIX
2017-08-29 Ian Lance Taylorlibgo: netinet/icmp6.h require netinet/in.h on AIX
2017-08-29 Ian Lance Taylorlibgo: fix Stat_t on AIX
2017-08-29 Ian Lance Taylorruntime: make go-nosys.c compile with !HAVE_SYSCALL
2017-08-29 Ian Lance Taylorruntime: fix lfstack for 64-bit AIX
2017-08-18 Ian Lance Taylorre PR go/81893 (compilation error in libgo starting...
2017-08-18 Ian Lance Taylormisc/cgo/test: make cgo tests run on AIX
2017-08-18 Ian Lance Taylorcmd/go: pass -funwind-tables when compiling C code
2017-08-16 Ian Lance Taylorruntime: better implementation of netpoll for AIX
2017-08-16 Ian Lance Taylorruntime: improvements for signal registers
2017-08-09 Ian Lance Taylorcompiler: handle >32bit exponent in Ldexp
2017-08-04 Ian Lance Taylorruntime: dump registers for Alpha
2017-08-03 Ian Lance Taylorre PR go/81617 (mksigtab.sh fails to resolve NSIG with...
2017-07-26 Ian Lance Taylorruntime: handle Alpha GNU/Linux in getSiginfo
2017-07-21 Ian Lance Taylorsyscall: call f?statfs64 on GNU/Linux
2017-07-21 Ian Lance Taylorruntime: don't use runtime_lock in __go_get_backtrace_state
2017-07-21 Ian Lance Taylorruntime: handle PPC/PPC64 GNU/Linux in getSiginfo
2017-07-21 Ian Lance Taylorruntime: allocate more stack space in CgoCallbackGC...
2017-07-18 Ian Lance Taylorre PR go/81451 (missing futex check - libgo/runtime...
2017-07-18 Ian Lance Taylorre PR go/81324 (libgo does not build with glibc 2.18)
2017-07-14 Ian Lance Taylorlibgo: don't copy semt into runtime.inc
2017-07-14 Ian Lance Taylorcmd/go: use gccSupportsFlag for -fsplit-stack
2017-07-13 Ian Lance Taylorre PR go/81393 (Bootstrap failure on s390x-linux while...
2017-06-29 Ian Lance Taylormisc/cgo/testcarchive: fix test to work for gccgo
2017-06-29 Ian Lance Taylorcmd/go: fix -buildmode={c-archive,c-shared,pie} for...
2017-06-27 Ian Lance Taylorruntime: adapt memory management to AIX mmap
2017-06-27 Ian Lance Taylorsyscall: ptrace fixes for s390
2017-06-27 Ian Lance Taylorlibgo: add misc/cgo files
2017-06-26 Ian Lance Taylorsyscall: don't define PtraceRegs for Alpha
2017-06-26 Ian Lance Taylorlibgo: redefine ia64 struct names around linux/ptrace.h
2017-06-23 Ian Lance Taylorruntime: complete defer handling in CgocallBackDone
2017-06-23 Ian Lance Taylorcmd/go: don't require GOROOT to exist for gccgo
2017-06-23 Ian Lance Tayloros: align siginfo argument to waitid
2017-06-23 Ian Lance Taylorruntime: don't crash if no p in kickoff
2017-06-23 Ian Lance Taylorruntime: improve handling of panic during deferred...
2017-06-22 Ian Lance Taylorruntime: uncomment check for gchelper on g0 stack
2017-06-22 Ian Lance Taylorruntime: mark dropm and callees nowritebarrierrec
2017-06-22 Ian Lance Taylorruntime: export getm function
2017-06-22 Ian Lance Taylorruntime: fix type cast in assignment to gcnextsp in...
2017-06-22 Ian Lance Taylorruntime: make NumGoroutine wait for system goroutines...
2017-06-22 Ian Lance Taylorruntime: don't assume that _ = *s will panic if s is nil
2017-06-22 Ian Lance Taylorruntime: change some stack fields to uintptr
2017-06-22 Ian Lance Taylorruntime: avoid write barriers when calling deferred...
2017-06-22 Ian Lance Taylorruntime: rename _defer struct _panic field to panicStack
2017-06-22 Ian Lance Taylorruntime: adjust tests for gofrontend
2017-06-22 Ian Lance Taylorruntime: don't build test files that use SetCgoTracebac...
2017-06-22 Ian Lance Taylorruntime: build testprogcgo with -pthread
2017-06-22 Ian Lance Taylorruntime: in traceback, print panic rather than runtime...
2017-06-22 Ian Lance Taylorcompiler, runtime: better stack trace for `go f()`...
2017-06-21 Ian Lance Taylordebug/elf: handle Alpha relocs
2017-06-21 Ian Lance TaylorForgot to remove this file in the last libgo commit.
2017-06-21 Ian Lance Taylorlibgo: remove old MIPS architecture names
2017-06-21 Ian Lance Taylorlibgo: use gc's arch names as the default GOARCHs on...
2017-06-21 Ian Lance Taylorcmd/cgo: add mips64p32* to ptrSizeMap and intSizeMap
2017-06-21 Ian Lance Taylorinternal/syscall/unix: implement randomTrap on mips64p32*
2017-06-21 Ian Lance Taylorlibgo, syscall: fix ptrace implementation on MIPS
2017-06-21 Ian Lance Taylorlibgo, syscall: fix ptrace implementation on MIPS
2017-06-14 Ian Lance Taylorcmd/cgo: make _cgo_flags consistent across runs
2017-06-14 Ian Lance Taylorcmd/go: gccgo: consistent results, fix vendoring
2017-06-14 Ian Lance Taylorcmd/go: skip tests that do not work with gccgo
2017-06-14 Ian Lance Taylorgo/build: use GCCGOTOOLDIR to find gccgo tools
2017-06-14 Ian Lance Taylorinternal/testenv: support testing gccgo
2017-06-13 Ian Lance Taylorruntime: don't always show frames with no function...
2017-06-13 Ian Lance Taylorruntime: clear isSystemGoroutine in goexit
2017-06-12 Ian Lance Taylorruntime: ignore _Gscan bit when checking status in...
2017-06-08 Ian Lance Taylorlibgo: update to 1.8.3 release
2017-06-07 Ian Lance Taylorruntime: support ia64 in lfstack
2017-05-31 Ian Lance Taylorlibgo: support for sparc64 GNU/Linux
2017-05-17 Ian Lance Taylorlibgo: add "vendor" to pkgpath for vendored standard...
2017-05-12 Ian Lance Taylorruntime: fix build for non-split-stack systems
2017-05-12 Ian Lance Taylormksigtab.sh: recurse once when adding signals to SIGLIST
2017-05-12 Ian Lance Tayloros: use opendir64 and closedir64 on AIX
2017-05-11 Ian Lance Taylorruntime: fix isSystemGoroutine for gccgo
2017-05-10 Ian Lance TaylorBig merge of changes to gofrontend repo that were postp...
next
This page took 0.160355 seconds and 8 git commands to generate.