aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2019-06-07go/internal/gccgoimporter: ignore unexported and imported namesIan Lance Taylor1-26/+27
2019-06-06compiler: make use of specialized fast map routinesIan Lance Taylor3-0/+26
2019-06-05compiler: inline call expressions and function referencesIan Lance Taylor1-2/+15
2019-06-03compiler, runtime, reflect: generate unique type descriptorsIan Lance Taylor2-79/+130
2019-06-03libgo: delay applying profile stack-frame skip until fixupIan Lance Taylor3-23/+31
2019-06-03runtime: remove unnecessary functions calling between C and GoIan Lance Taylor5-90/+1
2019-06-03runtime: fix assembly syntaxIan Lance Taylor1-1/+1
2019-05-31runtime: drop unused C type reflection codeIan Lance Taylor7-199/+9
2019-05-31compiler: optimize append of makeIan Lance Taylor1-9/+15
2019-05-31runtime: implement cheaper context switch on Linux/AMD64Ian Lance Taylor9-24/+333
2019-05-27re PR go/90635 (typo in libgo/configure.ac)Ian Lance Taylor2-2/+2
2019-05-27re PR go/90614 (gcc-9.1.0/libgo/go/syscall/wait.c:54:22: error: unused parame...Ian Lance Taylor1-1/+1
2019-05-14libgo: reduce overhead for memory/block/mutex profilingIan Lance Taylor10-92/+359
2019-05-13libgo: drop Solaris 10 supportIan Lance Taylor4-11/+2
2019-05-11runtime: set up g earlyIan Lance Taylor4-7/+15
2019-05-08libgo: add Debugging section to READMEIan Lance Taylor1-0/+25
2019-05-08runtime: use builtin memmove directlyCherry Zhang4-31/+10
2019-05-08reflect: correctly handle direct interface typed receiver in Value.callIan Lance Taylor1-1/+1
2019-05-03compiler: recognize and optimize array range clearIan Lance Taylor1-0/+1
2019-05-03os/user: disable TestGroupIds for AIXIan Lance Taylor1-0/+3
2019-05-01compiler: recognize and optimize map range clearIan Lance Taylor1-0/+1
2019-05-01compiler,runtime: do more direct interfacesIan Lance Taylor6-16/+31
2019-05-01runtime: persistentalloc and cache itabsIan Lance Taylor1-31/+225
2019-04-26runtime: fix TestPhysPageSize on AIXIan Lance Taylor1-0/+5
2019-04-24re PR target/89093 (C++ exception handling clobbers d8 VFP register)Ian Lance Taylor1-1/+4
2019-04-19libgo/go/syscall: add SockAddrDatalink on AIXIan Lance Taylor1-0/+24
2019-04-08libgo: update to Go 1.12.2Ian Lance Taylor20-73/+269
2019-03-19compiler,runtime: pass old slice's ptr/len/cap by value to growsliceIan Lance Taylor1-15/+15
2019-03-19libgo: fix build on AIXIan Lance Taylor28-201/+139
2019-03-18libgo: update to Go 1.12.1Ian Lance Taylor22-137/+397
2019-03-09re PR go/89447 (libgo largefile support is incomplete and inconsistent)Ian Lance Taylor11-9/+75
2019-03-06mksysinfo: actually use modified Statfs_t valueIan Lance Taylor1-5/+4
2019-03-05runtime: enable precise GC checks when using stack mapsIan Lance Taylor3-5/+9
2019-03-05cmd/go: pass -X64 to ar on aix/ppc64Ian Lance Taylor1-3/+10
2019-03-05sysinfo: add Flags to Statfs_t if not already thereIan Lance Taylor1-0/+4
2019-03-02re PR go/89406 (Go testing leaves many temporary directories in /tmp around)Ian Lance Taylor1-6/+6
2019-03-01cmd/go: restore passing D to arIan Lance Taylor1-3/+6
2019-03-01runtime: call execname and getpagesize on SolarisIan Lance Taylor1-34/+8
2019-03-01cmd/go: add -O2 to invocation of gccgoIan Lance Taylor1-1/+1
2019-03-01commit 66ac9466852d11e968f8fd2ad6ffc7386cee49e1Ian Lance Taylor1-5/+9
2019-02-28libgo: fix go_export extraction on DarwinIan Lance Taylor2-2/+10
2019-02-27re PR go/89172 (FAIL: runtime/pprof)Ian Lance Taylor7-4/+59
2019-02-27runtime: align first persistentalloc chunk as requestedIan Lance Taylor1-1/+1
2019-02-27cmd/go: preserve CC for TestScript child processesIan Lance Taylor1-7/+6
2019-02-26libgo: update to Go 1.12 releaseIan Lance Taylor18-48/+282
2019-02-26re PR go/86535 (FreeBSD/PowerPC64 - Building Go Frontend support for gcc 7.3....Ian Lance Taylor1-7/+0
2019-02-26libgo: update to Go1.12rc1Ian Lance Taylor67-235/+2057
2019-02-22re PR go/89406 (Go testing leaves many temporary directories in /tmp around)Ian Lance Taylor3-2/+4
2019-02-22cmd/go: remove work directory on usage errorIan Lance Taylor10-19/+71
2019-02-21re PR go/89407 (go bootstrap failure on s390x starting with r268941)Ian Lance Taylor1-2/+2