]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/go/gofrontend/runtime.def
compiler, runtime: allocate defer records on the stack
[thirdparty/gcc.git] / gcc / go / gofrontend / runtime.def
2019-08-17  Ian Lance Taylorcompiler, runtime: allocate defer records on the stack
2019-08-16  Ian Lance Taylorcompiler: print runtime.hex in hex
2019-07-04  Ian Lance Taylorcompiler: optimize 0,1,2-case select statement
2019-07-02  Cherry Zhangcompiler: use builtin memset for non-pointer memclr
2019-06-24  Ian Lance Taylorcompiler: open code string equality
2019-06-24  Ian Lance Taylorcompiler: use builtin memcmp directly
2019-06-21  Cherry Zhangcompiler: intrinsify some math/bits functions
2019-06-21  Ian Lance Taylorcompiler: open code some type assertions
2019-06-21  Ian Lance Taylorcompiler: open code string slice expressions
2019-06-19  Ian Lance Taylorcompiler: optimize string concatenations
2019-06-06  Ian Lance Taylorcompiler: make use of specialized fast map routines
2019-06-03  Ian Lance Taylorcompiler, runtime, reflect: generate unique type descri...
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-08  Ian Lance Taylorcompiler: generate memmove for non-pointer slice copy
2019-05-03  Ian Lance Taylorcompiler: recognize and optimize array range clear
2019-05-01  Ian Lance Taylorcompiler: recognize and optimize map range clear
2019-03-19  Ian Lance Taylorcompiler,runtime: pass old slice's ptr/len/cap by value...
2019-02-15  Ian Lance Taylorcompiler, runtime: harmonize types referenced by both...
2019-01-07  Ian Lance Taylorcompiler: move slice construction to callers of makeslice
2018-09-13  Ian Lance Taylorcompiler, runtime: call gcWriteBarrier instead of write...
2018-09-13  Ian Lance Taylorcompiler, runtime: open code select
2018-01-18  Ian Lance Taylorre PR go/83787 (Many 32-bit Solaris/SPARC Go tests...
2018-01-09  Ian Lance Taylorlibgo: update to Go1.10beta1
2017-12-02  Ian Lance Taylorcompiler: avoid GCC middle-end control warnings
2017-09-14  Ian Lance Taylorcompiler, runtime: simplify select and channel operations
2017-05-10  Ian Lance TaylorBig merge of changes to gofrontend repo that were postp...
2017-01-14  Ian Lance Taylorlibgo: update to Go 1.8 release candidate 1
2016-11-22  Ian Lance Taylorruntime: rewrite panic/defer code from C to Go
2016-10-28  Ian Lance Taylorcompiler, runtime: copy slice code from Go 1.7 runtime
2016-10-20  Ian Lance Taylorruntime: rewrite interface code into Go
2016-10-12  Ian Lance Taylorcompiler, runtime: copy string code from Go 1.7
2016-10-10  Ian Lance Taylorruntime: copy print/println support from Go 1.7
2016-10-10  Ian Lance Taylorruntime: copy channel code from Go 1.7 runtime
2016-09-21  Ian Lance Taylorcompiler, runtime: replace hashmap code with Go 1.7...
2015-07-14  Ian Lance Taylorcompiler,runtime: Determine if allocations need new...
2015-01-16  Richard Hendersoncompiler, reflect, runtime: Use static chain for closures.
2014-10-20  Ian Lance Taylorcompiler, runtime: Add type information to single objec...
2014-04-14  Chris ManghaneSync to current external repository.
2013-10-09  Ian Lance Taylorcompiler, runtime: Fix complex division of NaN / 0.
2013-06-18  Ian Lance Taylorcompiler, runtime: Use function descriptors.
2012-11-29  Ian Lance Taylorcompiler, runtime: Track fields with tag go:"track".
2012-11-06  Ian Lance Taylorcompiler, runtime: Memcmp routine returns intgo.
2012-11-01  Ian Lance Taylorcompiler, runtime: More steps toward separating int...
2012-10-23  Ian Lance Taylorlibgo: Update to current sources.
2012-02-08  Ian Lance Taylorcompiler, runtime: Check make int64 args for overflow.
2012-01-21  Ian Lance Taylorcompiler: Change alias handling, change rune alias...
2012-01-06  Ian Lance Taylorcompiler, runtime: Implement struct and array comparisons.
2011-12-01  Ian Lance Taylorcompiler/runtime: Copy channel implementation from...
2011-10-25  Ian Lance TaylorImplement predeclared delete function.
2011-09-21  Ian Lance TaylorSupport nil maps.
2011-09-16  Ian Lance TaylorFix defer when not calling recover in function with...
2011-06-14  Ian Lance TaylorChange builtin make to runtime call at lowering time.
2011-04-13  Ian Lance TaylorUnify handling of runtime support functions.