summaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
AgeCommit message (Expand)Author
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
2017-09-22debug/xcoff,cmd: add XCOFF supportIan Lance Taylor
2017-09-20libgo: fix build when using -enable-static=noIan Lance Taylor
2017-09-14libgo: update to go1.9Ian Lance Taylor
2017-07-18re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...Ian Lance Taylor
2017-07-14libgo: don't copy semt into runtime.incIan Lance Taylor
2017-05-31libgo: support for sparc64 GNU/LinuxIan Lance Taylor
2017-05-17libgo: add "vendor" to pkgpath for vendored standard packagesIan Lance Taylor
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor
2017-01-20runtime, testing/internal/testdeps: fixes for cgoIan Lance Taylor
2017-01-16libgo: correct golang_org Makefile variables not used on all systemsIan Lance Taylor
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor
2017-01-10compiler, runtime: drop size arguments to hash/equal functionsIan Lance Taylor