aboutsummaryrefslogtreecommitdiff
path: root/libgo/configure
AgeCommit message (Expand)AuthorFilesLines
2019-09-09libgo: only build x/sys/cpu/cpu_gccgo.c on x86 systemsIan Lance Taylor1-2/+17
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor1-2/+2
2019-05-31runtime: drop unused C type reflection codeIan Lance Taylor1-15/+3
2019-05-31runtime: implement cheaper context switch on Linux/AMD64Ian Lance Taylor1-3/+159
2019-05-27re PR go/90635 (typo in libgo/configure.ac)Ian Lance Taylor1-1/+1
2019-05-13libgo: drop Solaris 10 supportIan Lance Taylor1-1/+1
2019-02-27re PR go/89172 (FAIL: runtime/pprof)Ian Lance Taylor1-2/+24
2019-02-01libgo: add configury and sysinfo support for hurdIan Lance Taylor1-2/+18
2019-02-01runtime, sync: use __atomic intrinsics instead of __syncIan Lance Taylor1-116/+0
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor1-2/+2
2018-10-31re PR bootstrap/82856 (--enable-maintainter-mode broken by incompatiblity of ...Ian Lance Taylor1-635/+913
2018-10-02internal/bytealg: support systems that don't have memmemIan Lance Taylor1-1/+1
2018-10-01libgo: support x32 as GOARCH=amd64p32 GOOS=linuxIan Lance Taylor1-0/+12
2018-06-22syscall: remove UstatIan Lance Taylor1-33/+0
2018-06-11libgo: add riscv and js/wasm as known targetsIan Lance Taylor1-2/+2
2018-05-02libgo: add support for the Nios II architectureIan Lance Taylor1-2/+5
2018-02-22re PR go/84484 (libgo configure tests fail to find -latomic)Andreas Schwab1-2/+5
2018-02-22libgo: add -L option for libatomic when using -pthreadIan Lance Taylor1-2/+3
2018-02-01math: adjust compilation flags, use them when testingIan Lance Taylor1-3/+2
2018-01-14go/types: implement SizesFor for gccgoIan Lance Taylor1-124/+22
2018-01-10libgo: add platform support for SuperHIan Lance Taylor1-2/+32
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor1-9/+15
2018-01-06libgo: fix GOARCH_CACHELINESIZE on ia64Ian Lance Taylor1-1/+1
2017-11-14Adapt Solaris 12 referencesRainer Orth1-2/+2
2017-09-14libgo: update to go1.9Ian Lance Taylor1-1/+1
2017-08-29libgo: netinet/icmp6.h require netinet/in.h on AIXIan Lance Taylor1-1/+16
2017-07-14libgo: don't copy semt into runtime.incIan Lance Taylor1-1/+1
2017-06-21libgo: remove old MIPS architecture namesIan Lance Taylor1-15/+2
2017-06-21libgo: use gc's arch names as the default GOARCHs on MIPSIan Lance Taylor1-4/+5
2017-06-21libgo, syscall: fix ptrace implementation on MIPSIan Lance Taylor1-1/+1
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-4/+28
2017-01-23libgo: bump library version to 11Ian Lance Taylor1-1/+1
2017-01-06re PR go/78978 (runtime/pprof FAILs on Solaris 2/x86)Ian Lance Taylor1-36/+25
2017-01-03re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor1-0/+26
2016-12-13libgo: fixes for Solaris buildIan Lance Taylor1-2/+56
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor1-1/+1
2016-11-18Update libgo/configure to restore it to the master version.Ian Lance Taylor1-5/+45
2016-11-18runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor1-1/+15
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose1-47/+6
2016-11-11libgo: fix GOARCH_INT64ALIGN for several targetsIan Lance Taylor1-5/+1
2016-11-01libgo: fix GOARCH_PHYSPAGESIZE for ia64Ian Lance Taylor1-1/+1
2016-10-21libgo: leave Int64Align as 8 on 32-bit SPARCIan Lance Taylor1-1/+0
2016-10-18runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor1-1/+1
2016-10-11configure: redirect -fsplit-stack compilation to dev/nullIan Lance Taylor1-3/+3
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor1-1/+1
2016-09-14libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM)Ian Lance Taylor1-1/+1
2016-09-11runtime/internal/sys: new package, API copied from Go 1.7Ian Lance Taylor1-324/+125
2016-08-07internal/syscall/unix: fix syscalls for alpha, ia64, s390Ian Lance Taylor1-2/+21
2016-07-26libgo: bump library version number for 1.7Ian Lance Taylor1-1/+1
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor1-2/+16