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