]> git.ipfire.org Git - thirdparty/gcc.git/history - libgo/runtime
i386: Wrong code with __builtin_parityl [PR112672]
[thirdparty/gcc.git] / libgo / runtime /
2023-06-20  Ian Lance Taylorruntime: use a C function to call mmap
2022-11-30  Ian Lance Taylorruntime: force XSI strerror on hurd
2022-11-30  Ian Lance Taylorsyscall, runtime: always call XSI strerror_r
2022-09-27  Ian Lance Taylorruntime: portable access to sigev_notify_thread_id
2022-09-07  Ian Lance Taylorruntime: ignore __morestack function in runtime.Callers
2022-04-21  Ian Lance Taylorruntime: use correct field name for PPC32 GLIBC registers
2022-04-14  Ian Lance Taylorruntime: use regset indexes for PPC register values
2022-03-31  Ian Lance Taylorruntime: support PPC32 MUSL register access
2022-02-11  Ian Lance Taylorlibgo: update to Go1.18beta2
2021-08-13  Ian Lance Taylorruntime: use C cast syntax in stack.c
2021-08-13  Ian Lance Taylorlibgo: update to Go1.17rc2
2021-07-10  Ian Lance Taylorruntime: remove direct assignments to memory locations
2021-03-09  Ian Lance Taylorruntime: cast SIGSTKSZ to uintptr
2021-02-26  Lynn Bogerlibgo: ensure memmove, memset 8 byte atomicity on ppc64x
2020-12-30  Ian Lance Taylorlibgo: update to Go1.16beta1 release
2020-12-08  Ian Lance Taylorlibgo: update to 1.15.6 release
2020-12-04  Ian Lance Taylorruntime: update type descriptor name in fieldtrack...
2020-12-03  Ian Lance Taylorcompiler: defer to middle-end for complex division
2020-11-20  Ian Lance Taylorcompiler, libgo: change mangling scheme
2020-10-22  Nikhil Beneschsyscall: only compile ptrace varargs shim on Linux
2020-10-15  Nikhil Beneschruntime: use correct types in __go_ptrace shim
2020-10-15  Nikhil Beneschlibgo: print reason code if throwing unwind exception...
2020-10-14  Nikhil Beneschruntime: populate signal PC on NetBSD
2020-09-24  Clément Chigotruntime: remove __go_ptrace on AIX
2020-09-17  Paul E. Murphylibgo: fix ptrace syscall hooks into glibc
2020-04-21  Benny Siegertgccgo: fix runtime compilation on NetBSD
2020-04-15  eric fangruntime: use 64 bits of hash seed on arm64
2020-04-06  Ian Lance Taylorlibgo: update to almost the 1.14.2 release
2020-02-28  eric fangruntime: handle linux/arm64 signal register
2020-01-22  Ian Lance Taylorruntime: call runtime_nanotime1, not runtime_nanotime
2020-01-22  Ian Lance Taylorlibgo: update to Go1.14beta1
2020-01-07  Ian Lance Taylorcompiler, runtime: stop using __go_runtime_error
2020-01-02  Ian Lance Taylorcompiler, runtime, reflect: generate hash functions...
2019-12-05  Ian Lance Taylorre PR go/92820 (libgo.so.15 has executable stack)
2019-11-21  Ian Lance Taylorre PR go/92605 (r278509 causes/reveals issue in buildin...
2019-10-02  Ian Lance Taylorruntime: mark go-context.S as no-executable-stack and...
2019-09-17  Ian Lance Taylorre PR go/91781 (r275691 breaks go test "reflect")
2019-09-06  Ian Lance Taylorlibgo: update to Go 1.13beta1 release
2019-08-30  Ian Lance Taylorcompile, runtime: permit anonymous and empty fields...
2019-08-28  Ian Lance Taylorruntime: move osinit to Go
2019-08-20  Ian Lance Taylorcompiler, runtime: implement shifts by signed amounts
2019-07-15  Ian Lance Taylorruntime: expose the g variable
2019-06-25  Ian Lance Taylorruntime: mark memequal and memclrNoHeapPointers nosplit
2019-06-24  Ian Lance Taylorcompiler: use builtin memcmp directly
2019-06-21  Ian Lance Taylorcompiler: open code string slice expressions
2019-06-03  Ian Lance Taylorlibgo: delay applying profile stack-frame skip until...
2019-06-03  Ian Lance Taylorruntime: remove unnecessary functions calling between...
2019-06-03  Ian Lance Taylorruntime: fix assembly syntax
2019-05-31  Ian Lance Taylorruntime: drop unused C type reflection code
2019-05-31  Ian Lance Taylorcompiler: optimize append of make
2019-05-31  Ian Lance Taylorruntime: implement cheaper context switch on Linux...
2019-05-14  Ian Lance Taylorlibgo: reduce overhead for memory/block/mutex profiling
2019-05-11  Ian Lance Taylorruntime: set up g early
2019-05-08  Cherry Zhangruntime: use builtin memmove directly
2019-05-01  Ian Lance Taylorcompiler,runtime: do more direct interfaces
2019-04-24  Ian Lance Taylorre PR target/89093 (C++ exception handling clobbers...
2019-03-19  Ian Lance Taylorlibgo: fix build on AIX
2019-02-19  Ian Lance Taylorruntime: abort stack scan in cases that we cannot unwin...
2019-02-15  Cherry Zhangcompiler,runtime: use __builtin_dwarf_cfa for getcallersp
2019-02-15  Ian Lance Taylorruntime: include <syscall.h> and <sys/syscall.h> if...
2019-02-15  Ian Lance Taylorruntime: add type cast for non-split-stack calls to...
2019-02-15  Ian Lance Taylorcompiler, runtime: harmonize types referenced by both...
2019-02-01  Ian Lance Taylorruntime: add getproccount for hurd
2019-02-01  Ian Lance Taylorlibgo: add hurd build tags
2019-02-01  Ian Lance Taylorruntime, sync: use __atomic intrinsics instead of __sync
2019-01-29  Ian Lance Taylorruntime: use the call instruction's PC for panic-in...
2019-01-21  Ian Lance Taylorlibgo: fix building, and some testing, on Solaris
2019-01-18  Ian Lance Taylorlibgo: update to Go1.12beta2
2019-01-07  Ian Lance Taylorruntime: in doscanstackswitch, set gp->m before gogo
2019-01-07  Ian Lance Taylorruntime: in getTraceback, set gp->m before gogo
2019-01-05  Ian Lance Taylorruntime: prevent deadlock when profiling signal arrives...
2018-12-29  Ian Lance Taylorruntime: prevent deadlock when profiling signal arrives...
2018-12-27  Ian Lance Taylorruntime: let ARM32 EABI personality function continue...
2018-12-27  Ian Lance Taylorruntime: on ARM32 EABI, don't get LSDA if compact model...
2018-12-12  Ian Lance Taylorruntime: handle DW_EH_PE_absptr in type table encoding
2018-12-11  Ian Lance Taylorruntime: use _URC_FAILURE on ARM32
2018-12-05  Ian Lance Taylorruntime: add precise stack scan support
2018-10-01  Ian Lance Taylorruntime: add arm64 version of AES hash code
2018-09-24  Ian Lance Taylorlibgo: update to Go 1.11
2018-09-13  Ian Lance Taylorruntime: avoid write barriers with traceback info
2018-08-24  Ian Lance Taylorruntime: remove the dummy arg of getcallersp
2018-06-28  Ian Lance Taylorruntime: don't stat a NULL filename
2018-06-23  Ian Lance Taylorruntime: use #ifdef instead of #if for USING_SPLIT_STACK
2018-05-04  Ian Lance Taylorlibgo: fix for unaligned read in go-unwind.c's read_enc...
2018-05-02  Ian Lance Taylorlibgo: break dependence on libgcc unwind-pe.h
2018-03-07  Ian Lance Taylorruntime: use a fence instruction before rdtsc
2018-02-22  Ian Lance Taylorruntime: funcfileline: get missing function name from...
2018-02-08  Ian Lance Taylorruntime: get missing function name from symbol table
2018-02-02  Ian Lance Taylorruntime: scan register backing store on ia64
2018-01-31  Ian Lance Taylorruntime: fix type descriptor name in C code
2018-01-24  Ian Lance Taylorcompiler: rationalize external symbol names
2018-01-10  Ian Lance Taylorre PR c/82922 (Request: add -Wstrict-prototypes to...
2018-01-10  Ian Lance Taylorruntime: fix makemap calls in __go_construct_map
2018-01-09  Ian Lance Taylorlibgo: update to Go1.10beta1
2017-11-09  Ian Lance Taylorsync/atomic, runtime/internal/atomic: don't assume...
2017-10-11  Ian Lance Taylorruntime: fix issues on AIX about uintptr(_t)
2017-09-18  Ian Lance Taylorruntime: always initialize str field in __go_string_sli...
2017-09-14  Ian Lance Taylorlibgo: update to go1.9
2017-08-29  Ian Lance Taylorruntime: make go-nosys.c compile with !HAVE_SYSCALL
2017-08-18  Ian Lance Taylorre PR go/81893 (compilation error in libgo starting...
next