aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
AgeCommit message (Expand)Author
2020-12-03compiler: defer to middle-end for complex divisionIan Lance Taylor
2020-10-28libgo: handle linking to NetBSD's versioned symbolsNikhil Benesch
2020-10-15libgo: correct Makefile typo in path to x/net/route packageNikhil Benesch
2020-10-13reflect: ensure uniqueness of type descriptors on AIX.Clément Chigot
2020-09-21libgo: don't put golang.org packages in zstdpkglist.goIan Lance Taylor
2020-08-26libgo: add FAT library support for static libraries on AIXClément Chigot
2020-08-12libgo: correctly handle AIX FAT library creationClément Chigot
2020-08-01libgo: update to go1.15rc1Ian Lance Taylor
2020-07-23libgo: add AIX FAT libraries supportClément Chigot
2020-05-15libgo: only build syscall test with -static if it worksIan Lance Taylor
2020-05-14libgo: only build syscall test with -static on GNU/LinuxIan Lance Taylor
2020-05-13libgo: build syscall test with -staticIan Lance Taylor
2020-02-16libgo: install internal/reflectlite.goxIan Lance Taylor
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor
2020-01-07compiler, runtime: stop using __go_runtime_errorIan Lance Taylor
2019-12-06re PR go/92820 (libgo.so.15 has executable stack)Ian Lance Taylor
2019-09-12libgo: update to Go1.13Ian Lance Taylor
2019-09-10libgo: Solaris and x/sys/cpu compatibility fixesIan Lance Taylor
2019-09-09libgo: only build x/sys/cpu/cpu_gccgo.c on x86 systemsIan Lance Taylor
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor
2019-08-28runtime: move osinit to GoIan Lance Taylor
2019-08-27libgo: rebuild runtime.inc if mkruntimeinc.sh changesIan Lance Taylor
2019-06-24compiler: use builtin memcmp directlyIan Lance Taylor
2019-06-21compiler: open code string slice expressionsIan Lance Taylor
2019-05-31runtime: drop unused C type reflection codeIan Lance Taylor
2019-05-31runtime: implement cheaper context switch on Linux/AMD64Ian Lance Taylor
2019-05-08runtime: use builtin memmove directlyCherry Zhang
2019-02-28libgo: fix go_export extraction on DarwinIan Lance Taylor
2019-02-27re PR go/89172 (FAIL: runtime/pprof)Ian Lance Taylor
2019-02-01libgo: add configury and sysinfo support for hurdIan Lance Taylor
2019-02-01runtime, sync: use __atomic intrinsics instead of __syncIan Lance Taylor
2019-01-21libgo: fix building, and some testing, on SolarisIan Lance Taylor
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor
2018-10-31re PR bootstrap/82856 (--enable-maintainter-mode broken by incompatiblity of ...Ian Lance Taylor
2018-09-25internal/bytealg, internal/cpu, internal/poll: portability fixesIan Lance Taylor
2018-09-24libgo: update to Go 1.11Ian Lance Taylor
2018-05-09go/build, cmd/go: update to match recent changes to gcIan Lance Taylor
2018-05-02libgo: refactor code to enumerate stdlib packagesIan Lance Taylor
2018-03-16libgo: add runtime/pprof/internal/profile.gox to noinst_DATAIan Lance Taylor
2018-03-09commit ce28919112dbb234366816ab39ce060ad45e8ca9Ian Lance Taylor
2018-02-01math: adjust compilation flags, use them when testingIan Lance Taylor
2018-01-19mksysinfo: use rlimit64 if available when we use getrlimit64Ian Lance Taylor
2018-01-17libgo: update to Go1.10beta2 releaseIan Lance Taylor
2018-01-14go/types: implement SizesFor for gccgoIan Lance Taylor
2018-01-10exp: remove exp/proxy and exp/terminal packagesIan Lance Taylor
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor
2017-12-06libgo: remove -fplan9-extensions from CFLAGSIan Lance Taylor
2017-11-21libgo: fix makefile bugletIan Lance Taylor
2017-11-14libgo: adapt Solaris 12 referencesIan Lance Taylor
2017-11-06libgo: pass flags to recursive makeIan Lance Taylor