i386: Fix ix86_fold_builtin shift folding [PR93418]
[gcc.git] / gcc / go /
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
2019-06-05 Ian Lance Taylorcompiler: inline call expressions and function references
2019-06-05 Ian Lance Taylorcompiler: statically allocate constant interface data
2019-06-03 Ian Lance Taylorcompiler, runtime, reflect: generate unique type descri...
2019-06-03 Ian Lance Taylorlibgo: delay applying profile stack-frame skip until...
2019-06-03 Ian Lance Taylorcompiler: permit inlining references to global variables
2019-06-03 Ian Lance Taylorruntime: remove unnecessary functions calling between...
2019-06-03 Ian Lance Taylorruntime: fix assembly syntax
2019-05-31 Ian Lance Taylorruntime: drop unused C type reflection code
2019-05-31 Ian Lance Taylorcompiler: optimize append of make
2019-05-31 Ian Lance Taylorcompiler: handle int-to-string conversion with large...
2019-05-31 Ian Lance Taylorruntime: implement cheaper context switch on Linux...
2019-05-30 Jim WilsonFix RISC-V build failure for go language.
2019-05-30 Ian Lance Taylorcompiler: intrinsify sync/atomic functions
2019-05-30 Ian Lance Taylorre PR go/90669 (go/gofrontend/types.cc:2805 contains...
2019-05-27 Ian Lance Taylorre PR go/90635 (typo in libgo/configure.ac)
2019-05-27 Ian Lance Taylorre PR go/90614 (gcc-9.1.0/libgo/go/syscall/wait.c:54...
2019-05-17 Ian Lance Taylorcompiler: use SHA1-hash for symname for long gcbits...
2019-05-17 Ian Lance Taylorre PR go/90482 (Many 32-bit Solaris/SPARC tests FAIL...
2019-05-17 Cherry Zhangcompiler: intrinsify runtime/internal/atomic functions
2019-05-16 Ian Lance Taylorcompiler: add intrinsics for runtime/internal/sys functions
2019-05-16 Cherry Zhangcompiler: improve escape analysis on interface conversions
2019-05-14 Ian Lance Taylorlibgo: reduce overhead for memory/block/mutex profiling
2019-05-13 Ian Lance Taylorlibgo: drop Solaris 10 support
2019-05-11 Ian Lance Taylorruntime: set up g early
2019-05-10 Ian Lance Taylorcompiler: permit inlining receive expressions
2019-05-10 Ian Lance Taylorcompiler: permit inlining variable declaration statements
2019-05-09 Cherry Zhangcompiler: avoid copy for string([]byte) conversion...
2019-05-08 Cherry Zhangcompiler: avoid copy for string([]byte) conversion...
2019-05-08 Ian Lance Taylorlibgo: add Debugging section to README
2019-05-08 Ian Lance Taylorcompiler: generate memmove for non-pointer slice copy
2019-05-08 Cherry Zhangruntime: use builtin memmove directly
2019-05-08 Ian Lance Taylorcompiler: remove trailing spaces
2019-05-08 Ian Lance Taylorreflect: correctly handle direct interface typed receiv...
2019-05-08 Ian Lance Taylorcompiler: don't add pointer twice to value method of...
2019-05-08 Cherry Zhangcompiler: add an option to emit optimization diagnostics
2019-05-03 Ian Lance Taylorcompiler: recognize and optimize array range clear
2019-05-03 Ian Lance Tayloros/user: disable TestGroupIds for AIX
2019-05-01 Ian Lance Taylorcompiler: recognize and optimize map range clear
2019-05-01 Ian Lance Taylorcompiler,runtime: do more direct interfaces
2019-05-01 Ian Lance Taylorruntime: persistentalloc and cache itabs
2019-04-29 Ian Lance Taylorcompiler: avoid crash on real declaration of type with...
2019-04-26 Ian Lance Taylorruntime: fix TestPhysPageSize on AIX
2019-04-25 Ian Lance Taylorcompiler: fix glitch when inlining method with empty...
2019-04-24 Ian Lance Taylorre PR target/89093 (C++ exception handling clobbers...
2019-04-19 Ian Lance Taylorlibgo/go/syscall: add SockAddrDatalink on AIX
2019-04-18 Ian Lance Taylorre PR go/90110 (libgo fails to build against glibc...
2019-04-13 Ian Lance Taylorcompiler: improve type handling for string concat ops...
2019-04-09 Ian Lance Taylorcompiler: sort packages in export data more determinist...
2019-04-08 Ian Lance Taylorlibgo: update to Go 1.12.2
2019-03-21 Ian Lance Taylorcompiler: add a newline to function receiver type's...
2019-03-19 Ian Lance Taylorcompiler,runtime: pass old slice's ptr/len/cap by value...
2019-03-19 Ian Lance Taylorlibgo: fix build on AIX
2019-03-18 Ian Lance Taylorlibgo: update to Go 1.12.1
2019-03-15 Ian Lance Taylorcompiler: preserve nointerface property when inlining...
2019-03-15 Ian Lance Taylorcompiler: use const rather than constexpr
2019-03-15 Ian Lance Taylorcompiler: eliminate bound checks in append expression
2019-03-13 Ian Lance Taylorcompiler: compare parse methods when indexing interface...
2019-03-13 Ian Lance Taylorcompiler: add new debugging helper function debug_go_type()
2019-03-09 Ian Lance Taylorre PR go/89447 (libgo largefile support is incomplete...
2019-03-07 Ian Lance Taylorre PR go/89227 (gotools test cmd/go fails with link...
2019-03-06 Ian Lance Taylorcompiler: emit underlying constant in array_type length...
2019-03-06 Ian Lance Taylormksysinfo: actually use modified Statfs_t value
2019-03-06 Ian Lance Taylorre PR go/89598 (go frontend fails to build against...
2019-03-05 Ian Lance Taylorruntime: enable precise GC checks when using stack...
2019-03-05 Ian Lance Taylorcmd/go: pass -X64 to ar on aix/ppc64
2019-03-05 Ian Lance Taylorsysinfo: add Flags to Statfs_t if not already there
2019-03-05 Ian Lance Taylorre PR go/89598 (go frontend fails to build against...
next