tree-ssa-loop-ivopts.c (find_inv_vars): Fix a comment typo.
[gcc.git] / gcc / go /
2019-01-11 Ian Lance Taylorcompiler: pad structs ending with zero-sized field
2019-01-09 Ian Lance Taylorre PR go/86343 (types built by GO share TYPE_FIELDS...
2019-01-09 Sandra LoosemorePR other/16615 [1/5]
2019-01-09 Ian Lance Taylorcompiler: use int type for len & cap in slice value
2019-01-07 Ian Lance Taylorruntime: in doscanstackswitch, set gp->m before gogo
2019-01-07 Ian Lance Taylorcompiler: move slice construction to callers of makeslice
2019-01-07 Ian Lance Taylorruntime: in getTraceback, set gp->m before gogo
2019-01-05 Ian Lance Taylorruntime: prevent deadlock when profiling signal arrives...
2019-01-01 Jakub JelinekUpdate copyright years.
2019-01-01 Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2018-12-29 Ian Lance Taylorruntime: prevent deadlock when profiling signal arrives...
2018-12-28 Ian Lance Taylorcompiler: remove escapes_ field from Variable and Resul...
2018-12-27 Ian Lance Taylorruntime: delete export_arm_test.go
2018-12-27 Ian Lance Taylorruntime: let ARM32 EABI personality function continue...
2018-12-27 Ian Lance Taylorruntime: on ARM32 EABI, don't get LSDA if compact model...
2018-12-12 Ian Lance Taylorruntime: handle DW_EH_PE_absptr in type table encoding
2018-12-12 Ian Lance Tayloros/signal: increase deliver time for signal testcase
2018-12-11 Ian Lance Taylorruntime: use _URC_FAILURE on ARM32
2018-12-07 Ian Lance Taylorruntime: add missing return for non-GNU/Linux version...
2018-12-05 Ian Lance Taylorruntime: add precise stack scan support
2018-12-05 Ian Lance Taylorsyscall: remove Flock for aix/ppc64
2018-12-04 Ian Lance Taylorcmd/vet: use default compiler when determining type...
2018-12-03 Ian Lance Taylorcmd/go: allow buildmode c-archive for gccgo on ppc64
2018-11-28 Ian Lance Taylorcompiler: inline functions with assignments and return...
2018-11-27 Ian Lance Taylorcompiler: tweaks for importing inline function bodies
2018-11-27 Ian Lance Taylorcompiler: record final type for numeric expressions
2018-11-27 Ian Lance Taylorcompiler: add result parameter names for inlinable...
2018-11-27 Ian Lance Taylorcompiler: add types used by inline functions to export...
2018-11-27 Ian Lance Taylorcompiler: finalize types parsed for inline functions
2018-11-27 Ian Lance Taylorcompiler: add '$' to names in expression export data
2018-11-27 Ian Lance Taylorcompiler: change expression importing to use Import_exp...
2018-11-27 Ian Lance Taylorcompiler: pass a Location to import_expression
2018-11-27 Ian Lance Taylorcompiler: change Expression export to use Export_functi...
2018-11-27 Ian Lance Taylorcompiler: import inlinable functions from package data
2018-11-26 Ian Lance Taylorsyscall: always define WEXITED and WNOWAIT on GNU/Linux
2018-11-26 Ian Lance Taylorcompiler: initial support for exporting function bodies
2018-11-21 Ian Lance Taylorre PR go/88060 (../../../gcc-8.2.0/libgo/go/syscall...
2018-11-13 David MalcolmEliminate source_location in favor of location_t
2018-11-09 Ian Lance Taylorcmd/cgo: fix typo in gccgo name mangling recipe
2018-11-09 Ian Lance Taylorsyscall: change RLIM_INFINITY from 0xffffffffffffffff...
2018-11-05 Ian Lance Taylorcompiler: handle abstract type in builtin numeric const...
2018-11-01 Ian Lance Taylorgo-gcc.cc (Gcc_backend::write_global_definitions):...
2018-10-31 Ian Lance Taylorre PR bootstrap/82856 (--enable-maintainter-mode broken...
2018-10-29 Ian Lance Taylorcompiler: pass a single flags argument to Backend:...
2018-10-29 Ian Lance Taylorcompiler: add location_file
2018-10-26 Ian Lance Taylorlibgo: simplify gotest script to avoid sed substitution...
2018-10-26 Ian Lance Taylorlibgo: avoid use of 'local' directive in shell script
2018-10-26 Ian Lance Taylorlibgo: fix improperly mangled linker symbol directive
2018-10-26 Ian Lance Taylorlibgo: don't use wc in gotest
2018-10-25 Ian Lance Taylorcompiler: improve name mangling for packpaths
2018-10-23 Ian Lance Taylorre PR go/87661 (libgo bootstrap failure on arm-linux...
2018-10-23 Ian Lance Taylorcompiler: export indexed type data, read unexported...
2018-10-19 Ian Lance Taylorcompiler: don't export any functions with special names
2018-10-18 Ian Lance Taylorcompiler: add COMPARE_ALIASES flag for type compare...
2018-10-18 Ian Lance Taylorcompiler: list indirect imports separately in export...
2018-10-18 Ian Lance TaylorRemove ChangeLog entry for changes in gofrontend that...
2018-10-18 Ian Lance TaylorRevert SVN revision 264561, incorrectly committed direc...
2018-10-18 Ian Lance Taylorcompiler: rewrite Type::are_identical to use flags
2018-10-18 Ian Lance Taylorcompiler: drop semicolons in export data
2018-10-17 David MalcolmRun selftests for C++ as well as C
2018-10-09 Ian Lance Taylorruntime: skip testSetPanicOnFault for gollvm
2018-10-08 Ian Lance Taylorlibgo: update to Go 1.11.1 release
2018-10-05 Ian Lance Taylorlibgo: use inline assembly in favor of call to _xgetbv()
2018-10-05 Ian Lance Taylorruntime: remove checkgoarm function
2018-10-02 Ian Lance Taylorinternal/bytealg: support systems that don't have memmem
2018-10-02 Ian Lance Taylornet: don't fail test if splice fails because pipe2...
2018-10-01 Ian Lance Taylorcompiler: use the underlying type to build placeholder...
2018-10-01 Ian Lance Taylorlibgo: support x32 as GOARCH=amd64p32 GOOS=linux
2018-10-01 Ian Lance Taylorruntime: add arm64 version of AES hash code
2018-09-28 Ian Lance Taylorcompiler: fix parsing issue with non-ASCII first packag...
2018-09-26 Ian Lance Taylorsyscall: don't assume we have a GETEUID system call
2018-09-26 Ian Lance Taylorruntime, os: fix the build on Solaris
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-25 Martin LiskaRemove unused functions and fields.
2018-09-24 Ian Lance Taylorlibgo: update to Go 1.11
2018-09-20 Allan Sandfeld JensenFix and document -r option
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-27 Martin LiskaReplace 8 spaces with a tabular in ChangeLog files.
2018-08-27 Martin LiskaCome up with fndecl_built_in_p.
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 Martin SeborPR middle-end/82063 - issues with arguments enabled...
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...
next