aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2019-01-22golang.org/x/tools/go/analysis: pass "gccgo" to types.SizesForIan Lance Taylor4-4/+4
2019-01-22re PR go/88927 (Bootstrap failure on arm in libgo starting with r268084)Ian Lance Taylor2-0/+39
2019-01-21libgo: fix building, and some testing, on SolarisIan Lance Taylor6-18/+135
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor1325-44922/+71590
2019-01-18re PR go/88202 (FAIL: runtime/pprof)Ian Lance Taylor1-2/+9
2019-01-17runtime: dropg before CAS g status to _Grunnable/_GwaitingIan Lance Taylor3-10/+22
2019-01-16syscall: mark C syscall functions noescapeIan Lance Taylor2-0/+2
2019-01-15runtime: add padding to FFI type of struct ending with zero-sized fieldIan Lance Taylor1-0/+10
2019-01-15compiler, runtime: panic on uncomparable map key, even if map is emptyIan Lance Taylor3-59/+109
2019-01-12Remove svn:executable property from a couple of text filesJakub Jelinek2-0/+0
2019-01-07runtime: in doscanstackswitch, set gp->m before gogoIan Lance Taylor1-6/+7
2019-01-07compiler: move slice construction to callers of makesliceIan Lance Taylor2-6/+5
2019-01-07runtime: in getTraceback, set gp->m before gogoIan Lance Taylor2-6/+42
2019-01-05runtime: prevent deadlock when profiling signal arrives during tracebackIan Lance Taylor2-2/+9
2018-12-29runtime: prevent deadlock when profiling signal arrives in stack scanIan Lance Taylor3-4/+12
2018-12-27runtime: delete export_arm_test.goIan Lance Taylor1-9/+0
2018-12-27runtime: let ARM32 EABI personality function continue unwind when called from...Ian Lance Taylor1-0/+3
2018-12-27runtime: on ARM32 EABI, don't get LSDA if compact model is usedIan Lance Taylor1-0/+11
2018-12-12runtime: handle DW_EH_PE_absptr in type table encodingIan Lance Taylor1-0/+2
2018-12-12os/signal: increase deliver time for signal testcaseIan Lance Taylor1-3/+3
2018-12-11runtime: use _URC_FAILURE on ARM32Ian Lance Taylor1-2/+8
2018-12-07runtime: add missing return for non-GNU/Linux version of tgkillIan Lance Taylor1-0/+1
2018-12-05runtime: add precise stack scan supportIan Lance Taylor12-22/+572
2018-12-05syscall: remove Flock for aix/ppc64Ian Lance Taylor1-22/+0
2018-12-04cmd/vet: use default compiler when determining type sizesIan Lance Taylor1-1/+1
2018-12-03cmd/go: allow buildmode c-archive for gccgo on ppc64Ian Lance Taylor1-15/+16
2018-11-27compiler: add '$' to names in expression export dataIan Lance Taylor1-0/+9
2018-11-26syscall: always define WEXITED and WNOWAIT on GNU/LinuxIan Lance Taylor1-0/+9
2018-11-26compiler: initial support for exporting function bodiesIan Lance Taylor1-6/+57
2018-11-21re PR go/88060 (../../../gcc-8.2.0/libgo/go/syscall/libcall_linux_utimesnano....Ian Lance Taylor1-0/+13
2018-11-09cmd/cgo: fix typo in gccgo name mangling recipeIan Lance Taylor1-1/+1
2018-11-09syscall: change RLIM_INFINITY from 0xffffffffffffffff to -1Ian Lance Taylor1-3/+10
2018-10-31re PR bootstrap/82856 (--enable-maintainter-mode broken by incompatiblity of ...Ian Lance Taylor8-1679/+2003
2018-10-26libgo: simplify gotest script to avoid sed substitution to \nIan Lance Taylor1-6/+1
2018-10-26libgo: avoid use of 'local' directive in shell scriptIan Lance Taylor1-3/+1
2018-10-26libgo: fix improperly mangled linker symbol directiveIan Lance Taylor1-1/+1
2018-10-26libgo: don't use wc in gotestIan Lance Taylor1-3/+2
2018-10-25compiler: improve name mangling for packpathsIan Lance Taylor27-118/+328
2018-10-23re PR go/87661 (libgo bootstrap failure on arm-linux-gnueabihf (redefinition ...Ian Lance Taylor1-23/+0
2018-10-23compiler: export indexed type data, read unexported types lazilyIan Lance Taylor1-3/+78
2018-10-18compiler: list indirect imports separately in export dataIan Lance Taylor1-0/+8
2018-10-18compiler: drop semicolons in export dataIan Lance Taylor3-38/+51
2018-10-09runtime: skip testSetPanicOnFault for gollvmIan Lance Taylor1-0/+3
2018-10-08libgo: update to Go 1.11.1 releaseIan Lance Taylor27-166/+398
2018-10-05libgo: use inline assembly in favor of call to _xgetbv()Ian Lance Taylor1-4/+10
2018-10-05runtime: remove checkgoarm functionIan Lance Taylor1-19/+0
2018-10-02internal/bytealg: support systems that don't have memmemIan Lance Taylor4-2/+32
2018-10-02net: don't fail test if splice fails because pipe2 is missingIan Lance Taylor1-0/+6
2018-10-01libgo: support x32 as GOARCH=amd64p32 GOOS=linuxIan Lance Taylor6-4/+37
2018-10-01runtime: add arm64 version of AES hash codeIan Lance Taylor1-2/+401