]> gcc.gnu.org Git - gcc.git/history - libgo
re PR target/78093 ([avr] New variable attribute "absdata" and option "-mabsdata...
[gcc.git] / libgo /
2016-11-11 Ian Lance Taylorlibgo: fix GOARCH_INT64ALIGN for several targets
2016-11-10 Ian Lance Taylorruntime: copy signal code from Go 1.7 runtime
2016-11-05 Ian Lance Taylorre PR go/78172 (gen-sysinfo.go vs AIX cred.h)
2016-11-01 Ian Lance Taylorlibgo: fix GOARCH_PHYSPAGESIZE for ia64
2016-11-01 Ian Lance Taylorruntime: recreate function called by cgo -gccgo
2016-11-01 Ian Lance Taylorlibgo: only rebuild package if dependent .gox has changed
2016-11-01 Ian Lance Taylorlibgo: minor Makefile improvements
2016-10-30 Ian Lance Taylorlibgo: eliminate a lot of duplication in Makefile.am
2016-10-28 Ian Lance Taylorcompiler, runtime: copy slice code from Go 1.7 runtime
2016-10-28 Ian Lance Taylorre PR go/78144 (FAIL: time on systems with tzdata2016g...
2016-10-28 Ian Lance Taylorre PR go/78143 (bootstrap broken in libgo on powerpc...
2016-10-28 Ian Lance Taylorlibgo: redirect grep output in mkrsysinfo.sh to /dev...
2016-10-21 Ian Lance Taylorlibgo: keep c0 and c1 out of runtime.inc
2016-10-21 Ian Lance Taylorlibgo: leave Int64Align as 8 on 32-bit SPARC
2016-10-21 Ian Lance Taylorruntime: copy lfstack code from Go 1.7 runtime
2016-10-20 Ian Lance Taylorruntime: rewrite interface code into Go
2016-10-19 Ian Lance Taylorruntime, syscall: force EPOLLET to be positive
2016-10-18 Ian Lance Taylorruntime: copy netpoll code from Go 1.7 runtime
2016-10-18 Ian Lance Taylorruntime: scan caller-saved registers for non-split...
2016-10-17 Ian Lance Taylorruntime: copy rdebug code from Go 1.7 runtime
2016-10-15 Ian Lance Taylorruntime: copy runtime package time code from Go 1.7
2016-10-14 Ian Lance Taylorruntime: copy mprof code from Go 1.7 runtime
2016-10-14 Ian Lance Taylorruntime: just do file/line lookup in C, move Func to Go
2016-10-14 Ian Lance Taylordebug/elf: add sparc64 relocations
2016-10-14 Ian Lance Taylorruntime: copy cpuprof code from Go 1.7 runtime
2016-10-13 Ian Lance Taylorruntime: copy mstats code from Go 1.7 runtime
2016-10-13 Ian Lance Taylorsyscall: don't use pt_regs in clone_linux.c
2016-10-12 Ian Lance Taylorcompiler, runtime: copy string code from Go 1.7
2016-10-12 Ian Lance Taylorsyscall: mark rawClone as no_split_stack
2016-10-12 Ian Lance Taylorruntime: copy Go 1.7 runtime semaphore code
2016-10-12 Ian Lance Taylorsyscall, internal/syscall/unix: Fix getrandom, clone...
2016-10-11 Ian Lance Taylorconfigure: redirect -fsplit-stack compilation to dev...
2016-10-11 Ian Lance TaylorAccidentally failed to commit these earlier, as part of:
2016-10-10 Ian Lance Taylorruntime: copy print/println support from Go 1.7
2016-10-10 Ian Lance Taylorruntime: copy channel code from Go 1.7 runtime
2016-10-03 Ian Lance Taylorre PR go/77809 ("_LITTLE_ENDIAN" redefined)
2016-09-30 Ian Lance Taylorruntime: copy internal locking code from Go 1.7 runtime
2016-09-29 Ian Lance Taylorruntime: copy runtime.go and runtime1.go from Go 1.7
2016-09-28 Ian Lance Taylorlibgo: fix for runtime/check failure with "-O0 -g"
2016-09-27 Ian Lance Taylorlibgo: separate mksysinfo inputs into separate Makefile...
2016-09-23 Ian Lance Taylorinternal/syscall/unix: add getrandom syscall for MIPS...
2016-09-21 Ian Lance Taylorcompiler, runtime: replace hashmap code with Go 1.7...
2016-09-20 Ian Lance Taylorsyscall: build export_unix_test.go on solaris
2016-09-20 Ian Lance Taylorre PR go/77642 (GO Bootstrap fail starting with r239872...
2016-09-14 Ian Lance Taylorlibgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM)
2016-09-11 Ian Lance Taylorruntime/internal/sys: new package, API copied from...
2016-09-10 Ian Lance Taylorlibgo: update to Go 1.7.1 release
2016-09-10 Ian Lance Taylorruntime/internal/atomic: new package, API copied from...
2016-09-09 Ian Lance Taylorruntime: use alignof to check alignment of ucontext_t
2016-09-09 Ian Lance Taylorruntime: remove remaining use of MAKECONTEXT_STACK_TOP...
2016-09-09 Ian Lance Taylorruntime: align ucontext_t argument to 16 byte boundary
2016-08-31 Ian Lance Taylorruntime: make gsignal stack at least SIGSTKSZ bytes
2016-08-30 Ian Lance Taylorruntime: use -fgo-c-header to build C header file
2016-08-15 Ian Lance Taylorcmd/go: ignore errors from go/build for standard packages
2016-08-13 Ian Lance Taylorlibgo: don't unset in shell script
2016-08-13 Ian Lance Taylorcrypto/aes, hash/crc32: ignore s390x specific files...
2016-08-13 Ian Lance Taylorsyscall: remove exec_solaris_test.go
2016-08-11 Ian Lance Tayloros: fix build tags for dir_regfile.go
2016-08-09 Ian Lance Taylormksysinfo.sh: always define CLONE_NEWNET
2016-08-08 Ian Lance Taylortext/template: reduce maxExecDepth for gccgo further
2016-08-08 Ian Lance Taylorlibgo: don't have .lo depend on .lo.dep
2016-08-08 Ian Lance Taylortestsuite: fix gotest for absolute srcdir
2016-08-08 Ian Lance Taylorre PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC...
2016-08-07 Ian Lance Taylorinternal/syscall/unix: fix syscalls for alpha, ia64...
2016-08-06 Ian Lance Taylorlibgo: fix getrandom build for 32-bit ppc
2016-08-06 Ian Lance Taylorlibgo: change build procedure to use build tags
2016-08-04 Ian Lance Taylorruntime: fix incorrectly commented out code in heapdump.c
2016-08-04 Ian Lance Taylortext/template: reduce maxExecDepth for gccgo
2016-08-03 Ian Lance Taylorgotest: multiple +build lines must all be true
2016-07-26 Ian Lance Taylorlibgo: bump library version number for 1.7
2016-07-26 Ian Lance Tayloros/user: fix Solaris declaration.
2016-07-22 Ian Lance Taylorlibgo: update to go1.7rc3
2016-04-23 Ian Lance Taylorcmd/go: bring in final version of gccgo pkg-config...
2016-04-13 Ian Lance Taylorlibgo: update to Go 1.6.1 release
2016-04-12 Ian Lance Taylorreflect: change Value.Call results to not be addressable
2016-04-02 Ian Lance Taylorruntime: Use atomic load for in entersyscall.
2016-02-26 Ian Lance Taylorre PR go/69966 (libgo: Port syscall.SetsockoptUcred...
2016-02-24 Ian Lance Taylorruntime: lock M during cgo call
2016-02-18 Ian Lance Taylorlibgo: Update to final Go 1.6 release.
2016-02-12 Ian Lance Taylorruntime: For c-archive/c-shared, install signal handler...
2016-02-10 Ian Lance Taylorre PR go/66904 (cmd/go: "#cgo pkg-config:" comments...
2016-02-10 Ian Lance Taylorre PR go/69511 (G.gcstack_size uses uintptr instead...
2016-02-09 Ian Lance Taylorre PR go/69357 (libgo refers to _end in a non-weak...
2016-02-04 Ian Lance Taylorlibgo: bump version number for upgrade to 1.6rc1
2016-02-03 Ian Lance Taylorlibgo: Update to go1.6rc1.
2016-02-03 Ian Lance Taylorcompiler, runtime: mark stub methods, ignore them in...
2016-01-11 Ian Lance Taylorre PR go/68980 (ps -o cmd in gotest isn't portable)
2015-12-18 Ian Lance Taylorsyscall: Add definition for NLA_HDRLEN
2015-11-26 Ian Lance Taylorre PR go/61303 (gccgo: segfault, regression since 4...
2015-11-23 Ian Lance Taylorre PR go/68496 ([libgo] reflect test fails on Linux...
2015-11-21 Ian Lance Taylorre PR go/66378 (libgo syscall.Sendfile() does not honor...
2015-11-21 Ian Lance Taylorre PR go/65785 (libgo TestIPv4MulticastListener test...
2015-11-21 Ian Lance Taylorre PR go/66574 (Time is provided in millisecond precisi...
2015-11-20 Ian Lance Taylorre PR go/68072 (malformed DWARF TagVariable entry)
2015-11-20 Ian Lance Taylorcmd: Use correct install tool dir with gccgo
2015-11-10 Ian Lance Taylorlibgo: use Solaris sendfile lib, fix Solaris _in6_addr_...
2015-11-10 Ian Lance Taylorre PR go/68255 (cgo-generated constructor not being...
2015-11-07 Ian Lance Taylorre PR go/66138 (json decoder Decode function fails...
2015-11-06 Ian Lance Taylorlibgo: Solaris portability fixes.
2015-11-04 Ian Lance Taylorgotest: fix handling of --goarch option
next
This page took 0.196543 seconds and 8 git commands to generate.