m68k: add musl support
[gcc.git] / gcc / go /
2019-11-15 Ian Lance Taylorcompiler: fix buglet in function inlining related to...
2019-11-12 Martin LiskaUse more SET_OPTION_IF_UNSET.
2019-10-14 Ian Lance Taylorcompiler: revise exportdata fix for processing constant...
2019-10-14 Ian Lance Taylorruntime: correct facilities names in s390 CPU support
2019-10-14 Ian Lance Taylorinternal/cpu: define kdsaQuery for s390
2019-10-12 Ian Lance Taylorcompiler: mangle dots in pkgpath
2019-10-04 Ian Lance Taylorcompiler: include selected constant types during export...
2019-10-04 Ian Lance Taylorcompiler: adjust code to avoid shadowing local variables
2019-10-02 Ian Lance Taylorruntime: mark go-context.S as no-executable-stack and...
2019-09-30 Ian Lance Taylorcompiler: change escape maps to hash tables
2019-09-28 Ian Lance Taylorcompiler: resolve importing ambiguity for more complex...
2019-09-27 Ian Lance Taylorcompiler: don't read known type, simplify Import::final...
2019-09-27 Ian Lance Taylorcompiler: only check whether struct or array types...
2019-09-27 Ian Lance Taylorcompiler: fix brace formatting
2019-09-19 Ian Lance Taylorlibgo: support gollvm build on arm64 linux
2019-09-17 Ian Lance Taylorruntime: for FFI, treat directIface types as pointers
2019-09-17 Ian Lance Taylorre PR go/91781 (r275691 breaks go test "reflect")
2019-09-17 Ian Lance Taylorreflect: unexport FFICallbackGo; use go:linkname instead
2019-09-16 Ian Lance Taylorcompiler: fix quoting of //go:linkname in error message
2019-09-13 Ian Lance Taylorlibgo: don't use \? in grep pattern
2019-09-12 Ian Lance Taylorlibgo: update to Go1.13
2019-09-11 Ian Lance Taylorcompiler: suppress type descriptor generation for aliases
2019-09-11 Ian Lance Taylorgolang.org/x/sys/cpu: define doinit when needed
2019-09-11 Ian Lance Taylorgotest: force test package to be imported first
2019-09-10 Ian Lance Taylorlibgo: Solaris and x/sys/cpu compatibility fixes
2019-09-10 Ian Lance Taylorre PR go/91621 (libgo/mksysinfo.sh: please avoid test ==)
2019-09-10 Ian Lance Taylorgo/internal/gccgoimporter: support embedded field in...
2019-09-10 Ian Lance Taylorcmd/go: look for tool build ID before hashing entire...
2019-09-10 Ian Lance Taylorcompiler: permit inlining constant expressions and...
2019-09-09 Ian Lance Taylormisc/cgo/testcshared: restore gofrontend-local changes
2019-09-09 Ian Lance Taylorlibgo: only build x/sys/cpu/cpu_gccgo.c on x86 systems
2019-09-09 Ian Lance Taylorcompiler: don't use predeclared location for implicit...
2019-09-09 Ian Lance Taylorcompiler: traverse types of constant expressions
2019-09-06 Ian Lance Taylorlibgo: update to Go 1.13beta1 release
2019-09-05 Ian Lance Taylorre PR tree-optimization/91663 (split function can be...
2019-09-03 Ian Lance Taylorcompiler: only import variable into . if same package
2019-08-31 Ian Lance Taylorcompiler: check for notinheap struct at each struct...
2019-08-31 Ian Lance Taylorcompiler, runtime: support and use single argument...
2019-08-31 Ian Lance Taylorcompiler: don't report runtime escapes if we've seen...
2019-08-31 Ian Lance Taylorruntime: always build panic32.go
2019-08-30 Ian Lance Taylorcompile, runtime: permit anonymous and empty fields...
2019-08-28 Ian Lance Taylorruntime: move osinit to Go
2019-08-28 Ian Lance Taylorcompiler: handle unsafe conversion expression in escape...
2019-08-28 Ian Lance Taylorcompiler, runtime: provide index information on bounds...
2019-08-27 Ian Lance Taylorlibgo: rebuild runtime.inc if mkruntimeinc.sh changes
2019-08-26 Ian Lance Taylorcompiler: generalize cleanup of unresolved placeholder...
2019-08-23 Ian Lance Taylorcompiler: record pointer var values to remove write...
2019-08-23 Jakub Jelinekre PR middle-end/91283 (gcc.dg/torture/c99-contract...
2019-08-21 Ian Lance Taylorcompiler: don't use pkgpath for fieldtrack of unexporte...
2019-08-21 Ian Lance Taylorcompiler: if hidden function referenced by inline,...
2019-08-20 Ian Lance Taylorcompiler, runtime: implement shifts by signed amounts
2019-08-19 Ian Lance Taylorcompiler: new debugging output methods/functions
2019-08-19 Ian Lance Taylorruntime: be more strict in GC
2019-08-17 Ian Lance Taylorcompiler: support new numeric literal syntax
2019-08-17 Ian Lance Taylorcompiler, runtime: allocate defer records on the stack
2019-08-17 Ian Lance Taylorruntime: scan write barrier buffer conservatively
2019-08-16 Ian Lance Taylorcompiler: print runtime.hex in hex
2019-08-10 Jakub JelinekAssorted ChangeLog cleanups.
2019-07-23 Ian Lance Taylorcompiler: use correct value type in 2-case select send
2019-07-23 Ian Lance Taylorcompiler: follow-on fix for finalizing imported methods
2019-07-19 Ian Lance Taylorcompiler: don't export bodies for functions marked...
2019-07-18 Ian Lance Taylorcompiler: fix bug in importing blocks from inline functions
2019-07-18 Ian Lance Taylorcompiler: fix bug in handling of unordered set during...
2019-07-15 Ian Lance Taylorruntime: expose the g variable
2019-07-11 Ian Lance Taylorcompiler: ensure evaluation order in type hash/eq functions
2019-07-10 Ian Lance Taylorcompiler: finalize methods when importing types
2019-07-10 Ian Lance Taylorcompiler: add break label in 1,2-case select statement...
2019-07-04 Ian Lance Taylorcompiler: optimize 0,1,2-case select statement
2019-07-04 Ian Lance Taylorcompiler: fix indentation of select statement AST dump
2019-07-03 Ian Lance Taylorcompiler: set varargs lowered for imported call expressions
2019-07-03 Ian Lance Taylorcompiler: include transitive imports in the type descri...
2019-07-03 Ian Lance Taylorcompiler: rework type and package tracking in exporter
2019-07-02 Cherry Zhangcompiler: use builtin memset for non-pointer memclr
2019-07-02 Ian Lance Taylorcompiler: refactoring in Export class to encapsulate...
2019-06-26 Ian Lance Taylorlibgo/testsuite: ignore symbols with a leading dot...
2019-06-26 Ian Lance Taylorcmd/go: silence ar with D flag failures
2019-06-25 Ian Lance Taylorruntime: mark memequal and memclrNoHeapPointers nosplit
2019-06-24 Ian Lance Taylorcompiler: open code string equality
2019-06-24 Ian Lance Taylorcompiler: use builtin memcmp directly
2019-06-23 Ian Lance Taylorcompiler: edit error messages to avoid -Wformat-diag...
2019-06-23 Ian Lance Taylorcompiler: add go_debug and use it for debug messages
2019-06-21 Cherry Zhangcompiler: intrinsify some math/bits functions
2019-06-21 Ian Lance Taylorruntime: inline and remove eqtype
2019-06-21 Ian Lance Taylorcompiler: open code some type assertions
2019-06-21 Ian Lance Taylorcompiler: omit write barrier for assignment to *(conver...
2019-06-21 Ian Lance Taylorcompiler: open code string slice expressions
2019-06-19 Ian Lance Taylorcompiler: optimize string concatenations
2019-06-19 Ian Lance Taylorcompiler: stack allocate a buffer for non-escaping...
2019-06-18 Cherry Zhangcompiler: avoid copy for string([]byte) conversion...
2019-06-10 Ian Lance Taylorcompiler: support inlining functions that use index...
2019-06-10 Ian Lance Taylorcompiler: make heap expression's write barrier conditional
2019-06-10 Ian Lance Taylorcompiler: permit inlining functions with labels and...
2019-06-10 Ian Lance Taylorcompiler: use gcWriteBarrier for pointer-shaped struct...
2019-06-10 Ian Lance Taylorcompiler: make escape analysis work with imported inlin...
2019-06-07 Ian Lance Taylorcompiler: improve write barrier generation
2019-06-07 Ian Lance Taylorcompiler: support inlining functions with if statements
2019-06-07 Ian Lance Taylorcompiler: do simple deadcode elimination
2019-06-07 Ian Lance Taylorgo/internal/gccgoimporter: ignore unexported and import...
2019-06-06 Ian Lance Taylorcompiler: permit inlining temporary statements and...
2019-06-06 Ian Lance Taylorcompiler: make use of specialized fast map routines
next