runtime: don't crash if no p in kickoff
[gcc.git] / gcc / go / gofrontend / MERGE
2017-06-23 Ian Lance Taylorruntime: don't crash if no p in kickoff
2017-06-23 Ian Lance Taylorcompiler: add go:notinheap magic comment
2017-06-23 Ian Lance Taylorruntime: improve handling of panic during deferred...
2017-06-22 Ian Lance Taylorruntime: uncomment check for gchelper on g0 stack
2017-06-22 Ian Lance Taylorruntime: mark dropm and callees nowritebarrierrec
2017-06-22 Ian Lance Taylorruntime: export getm function
2017-06-22 Ian Lance Taylorruntime: fix type cast in assignment to gcnextsp in...
2017-06-22 Ian Lance Taylorruntime: make NumGoroutine wait for system goroutines...
2017-06-22 Ian Lance Taylorcompiler: fix stale comment in lexer
2017-06-22 Ian Lance Taylorruntime: don't assume that _ = *s will panic if s is nil
2017-06-22 Ian Lance Taylorruntime: change some stack fields to uintptr
2017-06-22 Ian Lance Taylorruntime: avoid write barriers when calling deferred...
2017-06-22 Ian Lance Taylorruntime: rename _defer struct _panic field to panicStack
2017-06-22 Ian Lance Taylorruntime: adjust tests for gofrontend
2017-06-22 Ian Lance Taylorruntime: don't build test files that use SetCgoTracebac...
2017-06-22 Ian Lance Taylorruntime: build testprogcgo with -pthread
2017-06-22 Ian Lance Taylorruntime: in traceback, print panic rather than runtime...
2017-06-22 Ian Lance Taylorcompiler, runtime: better stack trace for `go f()`...
2017-06-21 Ian Lance Taylordebug/elf: handle Alpha relocs
2017-06-21 Ian Lance Taylorcompiler: fix missing case in Array_type::get_value_pointer
2017-06-21 Ian Lance Taylorlibgo: remove old MIPS architecture names
2017-06-21 Ian Lance Taylorlibgo: use gc's arch names as the default GOARCHs on...
2017-06-21 Ian Lance Taylorcmd/cgo: add mips64p32* to ptrSizeMap and intSizeMap
2017-06-21 Ian Lance Taylorinternal/syscall/unix: implement randomTrap on mips64p32*
2017-06-21 Ian Lance Taylorlibgo, syscall: fix ptrace implementation on MIPS
2017-06-14 Ian Lance Taylorcompiler: avoid crash on erroneous type
2017-06-14 Ian Lance Taylorcmd/cgo: make _cgo_flags consistent across runs
2017-06-14 Ian Lance Taylorcmd/go: gccgo: consistent results, fix vendoring
2017-06-14 Ian Lance Taylorcmd/go: skip tests that do not work with gccgo
2017-06-14 Ian Lance Taylorgo/build: use GCCGOTOOLDIR to find gccgo tools
2017-06-14 Ian Lance Taylorinternal/testenv: support testing gccgo
2017-06-14 Ian Lance Taylorcompiler: remove "DIR/../" when joining relative import...
2017-06-13 Ian Lance Taylorcompiler: containing small bfunction mixup in Gogo...
2017-06-13 Ian Lance Taylorruntime: don't always show frames with no function...
2017-06-13 Ian Lance Taylorruntime: clear isSystemGoroutine in goexit
2017-06-12 Ian Lance Taylorruntime: ignore _Gscan bit when checking status in...
2017-06-12 Ian Lance Taylorcompiler: avoid orphaning Bexpressions when processing...
2017-06-09 Ian Lance Taylorcompiler: additional lvalue/rvalue context fixes
2017-06-08 Ian Lance Taylorlibgo: update to 1.8.3 release
2017-06-08 Ian Lance Taylorcompiler: lvalue context fixes in Unary_expression...
2017-06-08 Ian Lance Taylorcompiler: fix undefined symbol error with unexported...
2017-06-07 Ian Lance Taylorruntime: support ia64 in lfstack
2017-06-06 Ian Lance Taylorcompiler: typing fixes for Interface_mtable_expression
2017-05-31 Ian Lance Taylorlibgo: support for sparc64 GNU/Linux
2017-05-26 Ian Lance Taylorcompiler: identify array index expressions in lvalue...
2017-05-23 Ian Lance Taylorcompiler: detect failure to set init priority for package
2017-05-18 Ian Lance Taylorcompiler: ignore struct field tags for type conversion
2017-05-17 Ian Lance Taylorlibgo: add "vendor" to pkgpath for vendored standard...
2017-05-16 Ian Lance Taylorcompiler: better error messages for slicing invalid...
2017-05-16 Ian Lance Taylorcompiler: report correct errors for sink methods
2017-05-12 Than McIntoshcompiler: add calling Bfunction Backend::call_expression
2017-05-12 Ian Lance Taylorruntime: fix build for non-split-stack systems
2017-05-12 Ian Lance Taylormksigtab.sh: recurse once when adding signals to SIGLIST
2017-05-12 Ian Lance Tayloros: use opendir64 and closedir64 on AIX
2017-05-11 Ian Lance Taylorruntime: fix isSystemGoroutine for gccgo
2017-05-10 Ian Lance TaylorBig merge of changes to gofrontend repo that were postp...
2017-02-28 Ian Lance Taylormksigtab.sh: skip signals defined as other signals
2017-02-28 Ian Lance Taylorruntime: fix sigfwd to not allocate memory
2017-02-28 Ian Lance Taylorlibgo: fix quoting in mksigtab.sh
2017-02-17 Ian Lance Taylorlibgo: update to final Go 1.8 release
2017-02-13 Ian Lance Taylorre PR go/79443 (libgo/math test fails on s390x (undefin...
2017-01-27 Ian Lance Taylorcompiler: let initializers hold addresses of fields
2017-01-26 Ian Lance Taylorruntime: fix setting of isarchive
2017-01-26 Ian Lance Taylorruntime: fix context used by getTraceback
2017-01-25 Ian Lance Taylorcompiler: improvements for type alias handling
2017-01-23 Ian Lance Taylorlibgo: update to go1.8rc2
2017-01-23 Ian Lance Taylorre PR go/79037 (gccgo: Binaries crash with parforsetup...
2017-01-23 Ian Lance Taylorlibgo: bump library version to 11
2017-01-20 Ian Lance Taylorruntime, testing/internal/testdeps: fixes for cgo
2017-01-20 Ian Lance Taylorre PR go/79146 (Bootstrapping go on s390x fails; redefi...
2017-01-20 Ian Lance Taylorre PR go/79146 (Bootstrapping go on s390x fails; redefi...
2017-01-18 Ian Lance Taylorsyscall, golang_org/x/net/lif: fixes for gccgo on Solaris
2017-01-16 Ian Lance Taylorruntime: rename siginfo to _siginfo_t
2017-01-16 Ian Lance Taylorlibgo: correct golang_org Makefile variables not used...
2017-01-14 Ian Lance Taylorcompiler: implement type aliases
2017-01-14 Ian Lance Taylorlibgo: update to Go 1.8 release candidate 1
2017-01-11 Than McIntoshcompiler: add containing Bfunction to conditional_expre...
2017-01-11 Ian Lance Taylorcompiler: mark generated struct/array types as incomparable
2017-01-10 Ian Lance Taylorruntime: copy more scheduler code from Go 1.7 runtime
2017-01-10 Ian Lance Taylorcompiler, runtime: drop size arguments to hash/equal...
2017-01-09 Ian Lance Taylorruntime: copy more of scheduler from Go 1.7 runtime
2017-01-06 Ian Lance Taylorre PR go/78978 (runtime/pprof FAILs on Solaris 2/x86)
2017-01-03 Ian Lance Taylorruntime: remove __go_alloc and __go_free
2017-01-03 Ian Lance Taylorre PR go/78789 (Error: no such instruction: `aesenc...
2016-12-30 Ian Lance Taylorcompile: add type conversion in Type::gc_symbol_pointer
2016-12-30 Ian Lance Taylorcompiler: use more accurate array type in Gogo::registe...
2016-12-22 Ian Lance Taylorcompiler: fix spurious redefinition error for anon...
2016-12-19 Ian Lance Taylorruntime: copy cgo support from Go 1.7 runtime
2016-12-16 Than McIntoshcompiler: add containing Bfunction to some backend...
2016-12-16 Ian Lance Taylorcompiler: fix comments + fieldnames to match libgo...
2016-12-15 Ian Lance Taylorcompiler: fix off-by-1 array type len in Type::gc_symbo...
2016-12-15 Ian Lance Taylorre PR go/78763 (go1: internal compiler error: in do_get...
2016-12-15 Ian Lance Taylorcompiler: remove unneeded zero-length slice value init
2016-12-13 Ian Lance Taylorlibgo: fixes for Solaris build
2016-12-08 Ian Lance Taylorruntime: mark non-x86 aeshashbody parameters as unused
2016-12-08 Ian Lance Taylorruntime: copy memory hash code from Go 1.7
2016-12-08 Ian Lance Taylorruntime: allocate _panic struct on heap
2016-12-08 Ian Lance Taylorcompiler: make Slice_construction_expression::do_flatte...
2016-12-08 Ian Lance Taylorruntime: remove some unused variables/declarations...
2016-12-06 Than McIntoshcompiler: pass lvalue/rvalue context to back end for...
next