re PR bootstrap/80867 (gnat bootstrap broken on powerpc64le-linux-gnu with -O3)
[gcc.git] / gcc / go /
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
2017-12-06 Ian Lance Taylorcompiler: handle set-and-use-temp in nilcheck code
2017-12-05 Ian Lance Taylorcompiler: no nil check needed for closure var dereferences
2017-12-02 Ian Lance Taylorruntime: export cgoCheck functions
2017-12-02 Ian Lance Taylorcompiler: avoid GCC middle-end control warnings
2017-12-01 Than McIntoshcompiler: introduce size threshold for nil checks
2017-11-30 Ian Lance Taylorcompiler: don't make map zero value constant
2017-11-28 Jakub Jelinektree.def (SWITCH_EXPR): Change from 3 operand to 2...
2017-11-23 Ian Lance Taylorcmd/go, go/internal/gccgoimporter: pass -X to ar on AIX
2017-11-22 Ian Lance Taylorcompiler: make comparison operator() methods const
2017-11-22 Ian Lance Taylorlibgo: don't use grep -q in mksigtab.sh
2017-11-21 Ian Lance Taylorlibgo: fix makefile buglet
2017-11-21 Ian Lance Taylorcompiler: report error for ++/-- applied to a non-numer...
2017-11-15 Than McIntoshcompiler: remove LHS/RHS context determination for...
2017-11-14 Ian Lance Taylorlibgo: adapt Solaris 12 references
2017-11-09 Ian Lance Taylorsync/atomic, runtime/internal/atomic: don't assume...
2017-11-07 Ian Lance Taylorcompiler: don't double count "." in nested_function_num
2017-11-06 Ian Lance Taylorcompiler: disable escape analysis for runtime
2017-11-06 Ian Lance Taylorlibgo: pass flags to recursive make
2017-10-26 Ian Lance Taylorcompiler: explicitly convert between type aliases
2017-10-20 Ian Lance Taylordebug/dwarf: support 64-bit DWARF in byte order check
2017-10-12 Ian Lance Taylorcompiler: fix import of indirectly imported type alias
2017-10-11 Tony Reixgo-system.h (__STDC_FORMAT_MACROS): Define before inclu...
2017-10-11 Ian Lance Taylorruntime: fix issues on AIX about uintptr(_t)
2017-10-05 Ian Lance Taylorcompiler: drop special handling of unexported func...
2017-10-05 Ian Lance Taylorcompiler: centralize all symbol name handling
2017-09-29 Ian Lance Taylordebug/elf: support 32-bit SPARC relocs
2017-09-29 Ian Lance Taylormksysinfo: strip locale structs
2017-09-27 Ian Lance Taylorcompiler: fix crash on struct that embeds pointer type
2017-09-27 Ian Lance Taylornet: check Getsockname error return
2017-09-22 Ian Lance Taylordebug/xcoff,cmd: add XCOFF support
2017-09-20 Ian Lance Taylorlibgo: fix build when using -enable-static=no
2017-09-20 Ian Lance Taylorsyscall: enable ParseDirent for AIX
2017-09-20 Ian Lance Taylorsyscall: workaround for getsockname bug in AIX
2017-09-20 Ian Lance Taylorinternal,net,os,runtime,syscall: fixes for AIX followin...
2017-09-20 Ian Lance Taylorruntime: restore "goroutine in C code" message
2017-09-18 Ian Lance Taylorruntime: always initialize str field in __go_string_sli...
2017-09-15 Ian Lance Taylorsyscall: fixes for Solaris
2017-09-15 Ian Lance Taylorcompiler: call error_statement for fallthrough in last...
2017-09-15 Ian Lance Taylorcompiler: check error expression in Array_type::get_bac...
2017-09-14 Ian Lance Taylorlibgo: update to go1.9
2017-09-14 Ian Lance Taylorcompiler, runtime: simplify select and channel operations
2017-09-14 Ian Lance Taylorcompiler: avoid compiler crash on invalid program
next