re PR debug/83917 (with -mcall-ms2sysv-xlogues, stepping into x86 tail-call restore...
[gcc.git] / gcc / go /
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-03 Ian Lance Taylorgo-gcc.cc (Gcc_backend::fill_in_struct): Mark struct...
2018-02-02 Ian Lance Taylorgo-gcc.cc (Gcc_backend::type_size): Return 0 for void_t...
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
2018-01-31 Ian Lance Taylorcompiler: lower expression types in lowering pass
2018-01-31 Ian Lance Taylorruntime: fix type descriptor name in C code
2018-01-31 Ian Lance Taylorgotest: accept symbols with leading dot
2018-01-31 Ian Lance Taylornet: rename TestAddr6 to avoid gotest confusion
2018-01-31 Ian Lance Taylorgo-gcc.cc (Gcc_backend::convert_tree): New private...
2018-01-31 Ian Lance Taylorcompiler: Function_type and Backend_function_type shoul...
2018-01-30 Ian Lance Taylorinternal/syscall/unix: add randomTrap for sh/shbe
2018-01-29 Ian Lance Taylorcompiler: don't insert write barriers if we've seen...
2018-01-27 Ian Lance Taylorlibgo: update to Go1.10rc1
2018-01-26 Ian Lance Taylorcompiler: show readable names in escape analysis messages
2018-01-25 Ian Lance Taylorcompiler: look through aliases when looking for methods
2018-01-25 Ian Lance Taylorcompiler: deref receiver types in mangled names
2018-01-25 Ian Lance Taylorruntime: fix lfstackUnpack on ia64
2018-01-25 Ian Lance Taylorcompiler: don't write sink constants to C header file
2018-01-24 Ian Lance Taylorcompiler: rationalize external symbol names
2018-01-23 Ian Lance Taylorcmd/go: buildid support for AIX archives.
2018-01-19 Ian Lance Taylormksysinfo: use rlimit64 if available when we use getrli...
2018-01-19 Ian Lance Taylormksysinfo: force Passwd.Pw_[ug]id from int32 to uint32
2018-01-19 Ian Lance Taylorruntime: no escape for some functions on AIX
2018-01-19 Ian Lance Taylorcmd/go: recognize AIX objects and archives
2018-01-19 Ian Lance Taylorruntime: add go:noescape declaration for Solaris
2018-01-18 Ian Lance Taylorre PR go/83787 (Many 32-bit Solaris/SPARC Go tests...
2018-01-17 Ian Lance Taylorcompiler: enable escape analysis for runtime
2018-01-17 Ian Lance Taylorarchive/tar: support stat and device numbers on AIX
2018-01-17 Ian Lance Taylorlibgo: update to Go1.10beta2 release
2018-01-15 Ian Lance Taylorcompiler: reclaim memory of escape analysis Nodes
2018-01-15 Ian Lance Taylorcompiler: make sure variables captured by defer closure...
2018-01-14 Ian Lance Taylorgo/types: implement SizesFor for gccgo
2018-01-11 Ian Lance Taylorre PR go/83794 (misc/cgo/test uses gigabytes of memory)
2018-01-11 Ian Lance Taylordebug/dwarf: formStrp uses a 64-bit value for 64-bit...
2018-01-10 Ian Lance Tayloros, syscall: handle _st_timespec for AIX stat
2018-01-10 Ian Lance Taylorlibgo: add platform support for SuperH
2018-01-10 Ian Lance Taylorre PR c/82922 (Request: add -Wstrict-prototypes to...
2018-01-10 Ian Lance Taylorexp: remove exp/proxy and exp/terminal packages
2018-01-10 Ian Lance Taylorcmd/go: check for another GCC error message
2018-01-10 Ian Lance Taylorruntime: fix makemap calls in __go_construct_map
2018-01-10 Ian Lance Taylorruntime: work around escaping closure in export_test.go
2018-01-10 Ian Lance Taylorruntime: noescape some functions/variables
2018-01-10 Ian Lance Taylorcmd/go: add AIX support
2018-01-10 Ian Lance Taylorlibgo: add aix build tags
2018-01-09 Ian Lance Taylorcompiler: use temporary variable for stack allocation
2018-01-09 Ian Lance Taylorcompiler: set captured variable address to nonescape...
2018-01-09 Ian Lance Taylorcompiler: stack allocate defer thunk
2018-01-09 Ian Lance Taylorcompiler: make non-escaping Bound_method_expression...
2018-01-09 Ian Lance Taylorcompiler: move some escape check to Mark_address_taken
2018-01-09 Ian Lance Taylorcompiler: support go:noescape cross package
2018-01-09 Ian Lance Taylorcompiler: stack allocate non-escaping makeslice
2018-01-09 Ian Lance Taylorcompiler: delay escaping sliced arrays
2018-01-09 Ian Lance Tayloros/signal/internal/pty: build on Solaris
2018-01-09 Cherry Zhangcompiler: make top-level decl for address-taken non...
2018-01-09 Cherry Zhangcompiler: add escape analysis debug hash
2018-01-09 Ian Lance Taylorcompiler: use macro Unordered_map instead of std::unord...
2018-01-09 Ian Lance Taylorlibgo: update to Go1.10beta1
2018-01-06 Ian Lance Taylorlibgo: fix GOARCH_CACHELINESIZE on ia64
2018-01-06 Ian Lance Taylorgo-gcc.cc (Gcc_backend::Gcc_backend): Correct math_func...
2018-01-03 Richard SandifordAdd support for MODE_VECTOR_BOOL
2018-01-03 Richard Sandifordpoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03 Jakub JelinekUpdate copyright years.
2018-01-03 Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2017-12-22 Ian Lance Taylorcompiler: do not propagate address-taken of a slice...
2017-12-22 Ian Lance Taylorcompiler: bring escape analysis mostly in line with...
2017-12-22 Ian Lance Taylorcompiler: improve escape analysis diagnostics
2017-12-16 Ian Lance Tayloros: pass -s to hostname on AIX
2017-12-16 Ian Lance Taylorsyscall: emulate Flock on AIX
2017-12-12 Tony Reixgo-lang.c (TARGET_AIX): Define if not defined.
2017-12-06 Ian Lance Taylorlibgo: remove -fplan9-extensions from CFLAGS
next