internal/bytealg, internal/cpu, internal/poll: portability fixes
[gcc.git] / gcc / go / gofrontend / MERGE
2018-09-25 Ian Lance Taylorinternal/bytealg, internal/cpu, internal/poll: portabil...
2018-09-25 Ian Lance Taylorcmd/go: pass down testing gccgo in TestScript
2018-09-24 Ian Lance Taylorlibgo: update to Go 1.11
2018-09-14 Ian Lance Taylorcmd/go: correct gccgo buildid file on ARM
2018-09-14 Ian Lance Taylorcompiler: don't use address of temporary for deferred...
2018-09-13 Ian Lance Taylorcompiler, runtime: call gcWriteBarrier instead of write...
2018-09-13 Ian Lance Taylorruntime: correct counters in sweep
2018-09-13 Ian Lance Taylorcompiler, runtime: open code select
2018-09-13 Ian Lance Taylorcompiler: implement //go:nowritebarrierrec
2018-09-13 Ian Lance Taylorruntime: avoid write barriers with traceback info
2018-09-13 Ian Lance Taylorlibgo: build roots index to speed up bulkBarrierPreWrite
2018-09-13 Ian Lance Taylorcompiler: omit a couple of write barriers
2018-09-09 Ian Lance Taylorcompiler: make sure type descriptor initializers go...
2018-08-29 Ian Lance Taylorcompiler, runtime: remove hmap field from maptypes
2018-08-24 Ian Lance Taylorruntime: remove the dummy arg of getcallersp
2018-08-07 Ian Lance Taylorlibgo: uncomment trace.Stop() call in testing package
2018-08-01 Ian Lance Taylorruntime: use poll rather than pollset for netpoll on AIX
2018-07-27 Ian Lance Taylorlibgo: prune sighandler frames in runtime.sigprof
2018-07-20 Ian Lance Taylorcompiler: do order_evaluations before remove_shortcuts
2018-07-17 Ian Lance Taylorcompiler: don't set btype_ too early for alias type
2018-07-17 Ian Lance Taylorcompiler: connect the concrete type and the placeholder...
2018-07-13 Ian Lance Taylorruntime: skip zero-sized fields in structs when convert...
2018-07-13 Ian Lance Taylorcompiler: fix parsing of composite literals with omitte...
2018-07-12 Ian Lance Taylorcompiler: build a single backend type for type alias
2018-07-11 Ian Lance Taylorcompiler: fix evaluation order of LHS index expressions
2018-07-10 Ian Lance Taylorcompiler: fix double evaluation with interface field...
2018-07-02 Ian Lance Taylorre PR go/86331 (the gccgo's "go" tool looks like failin...
2018-06-28 Ian Lance Taylorruntime: don't stat a NULL filename
2018-06-25 Ian Lance Taylorcompiler: improve escape analysis
2018-06-23 Ian Lance Taylorruntime: use #ifdef instead of #if for USING_SPLIT_STACK
2018-06-22 Ian Lance Taylorsyscall: remove Ustat
2018-06-21 Ian Lance Taylorcmd/go: re-enable a couple of tests of gccgo
2018-06-13 Ian Lance Taylorcompiler: avoid introducing redundant write barriers
2018-06-13 Ian Lance Taylorcompiler: include global variable preinit blocks in...
2018-06-13 Ian Lance Taylorlibgo: update to Go 1.10.3 release
2018-06-11 Ian Lance Taylorlibgo: add riscv and js/wasm as known targets
2018-06-07 Ian Lance Taylorcompiler: speed up variable initializer sorting
2018-06-06 Ian Lance Taylorreflect: fix StructOf hash and string
2018-06-05 Ian Lance Taylorreflect: canonicalize types returned by StructOf()...
2018-06-04 Ian Lance Taylorcompiler: fix crashes on cyclic var/type references
2018-05-31 Ian Lance Taylorlibgo: update to Go 1.10.2 release
2018-05-30 Ian Lance Taylorcmd/go, cmd/vet: make vet work with gccgo
2018-05-30 Ian Lance Taylorcrypto/x509: specify path to AIX certificate file
2018-05-09 Ian Lance Taylorgo/build, cmd/go: update to match recent changes to gc
2018-05-04 Ian Lance Taylorcmd/go: on AIX, pass -X64 first when invoking ar
2018-05-04 Ian Lance Taylorlibgo: fix for unaligned read in go-unwind.c's read_enc...
2018-05-04 Ian Lance Taylorcmd/go: update mkalldocs.sh
2018-05-04 Ian Lance Taylorcmd/go: enable tests of vet tool
2018-05-04 Ian Lance Taylorcmd/go: update to match recent changes to gc
2018-05-03 Ian Lance Taylorcompiler: avoid crashing on invalid non-integer array...
2018-05-03 Ian Lance Taylorcmd/go: run tests that require package build IDs
2018-05-02 Ian Lance Taylorlibgo: add type/const references to sysinfo.c
2018-05-02 Ian Lance Taylorlibgo: add support for the Nios II architecture
2018-05-01 Ian Lance Taylorre PR go/85429 (Several gotools tests FAIL with Solaris as)
2018-04-27 Ian Lance Taylorre PR go/85429 (Several gotools tests FAIL with Solaris as)
2018-04-20 Ian Lance Taylorgotest: only use [TD] on big-endian PPC64 non-AIX systems
2018-04-17 Ian Lance Tayloros/signal: disable loading of history during test
2018-04-17 Ian Lance Taylorgccgo: suppress "ar rcD" and "-zdefs" on AIX
2018-03-26 Ian Lance Taylorruntime: don't check for stale runtime
2018-03-16 Ian Lance Taylorlibgo: add runtime/pprof/internal/profile.gox to noinst...
2018-03-15 Ian Lance Taylorcmd/go: force LANG=C when looking for compiler version
2018-03-09 Ian Lance Taylorcommit ce28919112dbb234366816ab39ce060ad45e8ca9
2018-03-07 Ian Lance Taylorruntime: push arena on AIX higher due to clashes
2018-03-07 Ian Lance Taylorruntime: use a fence instruction before rdtsc
2018-03-05 Ian Lance Taylorlibgo: fix typo in mksysinfo.sh script
2018-03-01 Ian Lance Taylorcompiler: avoid crashing on bad self-referential type
2018-02-28 Ian Lance Taylorruntime: update AIX memory allocation for new versions
2018-02-28 Ian Lance Taylorlibgo: update to final Go 1.10 release
2018-02-23 Ian Lance Taylorcompiler: ignore aliases in fieldtrack info
2018-02-22 Ian Lance Taylorruntime: funcfileline: get missing function name from...
2018-02-22 Ian Lance Taylorlibgo: add -L option for libatomic when using -pthread
2018-02-20 Ian Lance Taylorruntime: allow preemption in fast syscall return
2018-02-20 Ian Lance Taylorcompiler: look through aliases for type compatibility
2018-02-16 Ian Lance Taylorruntime: add some more preemption checks
2018-02-13 Ian Lance Taylorcompiler: don't export function descriptors for unexpor...
2018-02-12 Ian Lance Taylorcompiler: error on func declaration/definition
2018-02-12 Ian Lance Taylorre PR go/84215 (Random results in go/libgo tests)
2018-02-09 Ian Lance Taylorcompiler: track //go:nointerface in export data
2018-02-08 Ian Lance Taylorruntime: get missing function name from symbol table
2018-02-08 Ian Lance Taylorlibgo: update to Go1.10rc2
2018-02-07 Ian Lance Taylorruntime: don't call funcPC from a function
2018-02-07 Ian Lance Taylorcompiler: make single Btype for methods table of identi...
2018-02-06 Ian Lance Taylorcompiler: avoid negative zero in float constants
2018-02-06 Ian Lance Taylorruntime: correct runtime structfield type to match...
2018-02-05 Ian Lance Taylorcompiler: rollback "avoid negative zero in float constants"
2018-02-05 Ian Lance Taylorcompiler: avoid negative zero in float constants
2018-02-05 Ian Lance Taylorcompiler: update iota handling, fix using iota in array...
2018-02-05 Ian Lance Taylorcompiler: permit empty statements after fallthrough
2018-02-05 Ian Lance Taylorcompiler: in range, evaluate array if it has receives...
2018-02-05 Ian Lance Taylorcompiler: give error for non-int arguments to make
2018-02-05 Ian Lance Taylorcompiler: don't error for goto over type or const decla...
2018-02-05 Ian Lance Taylorcompiler: correct parse of parenthesized select case
2018-02-05 Ian Lance Taylorcmd/go: don't lose last flag from _cgo_flags
2018-02-02 Ian Lance Taylorcompiler: don't incorrectly evaluate range variable
2018-02-02 Ian Lance Taylorreflect: enable allocation tests
2018-02-02 Ian Lance Taylorruntime: scan register backing store on ia64
2018-02-02 Cherry Zhangcompiler: turn on escape analysis by default
2018-02-01 Ian Lance Taylorcompiler: omit field name for embedded fields in reflec...
2018-02-01 Ian Lance Taylornet: declare lib_getaddrinfo as returning int32
2018-02-01 Ian Lance Taylorcompiler: check for nil receiver in value method
next