]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/go/gofrontend/escape.cc
compiler: improve escape analysis on interface conversions
[thirdparty/gcc.git] / gcc / go / gofrontend / escape.cc
2019-05-16  ian compiler: improve escape analysis on interface...
2019-01-07  ian compiler: move slice construction to callers of...
2018-10-18  ianRevert SVN revision 264561, incorrectly committed direc...
2018-10-18  ian compiler: rewrite Type::are_identical to use flags
2018-09-25  marxinRemove unused functions and fields.
2018-09-13  ian compiler, runtime: open code select
2018-06-25  ian compiler: improve escape analysis
2018-02-02  ian compiler: turn on escape analysis by default
2018-01-26  ian compiler: show readable names in escape analysis...
2018-01-24  ian compiler: rationalize external symbol names
2018-01-18  ian PR go/83787
2018-01-17  ian compiler: enable escape analysis for runtime
2018-01-15  ian compiler: reclaim memory of escape analysis Nodes
2018-01-09  ian compiler: set captured variable address to nonescap...
2018-01-09  ian compiler: stack allocate defer thunk
2018-01-09  ian compiler: support go:noescape cross package
2018-01-09  ian compiler: add escape analysis debug hash
2018-01-09  ian compiler: use macro Unordered_map instead of std...
2017-12-22  ian compiler: bring escape analysis mostly in line...
2017-12-22  ian compiler: improve escape analysis diagnostics
2017-11-06  ian compiler: disable escape analysis for runtime
2017-10-05  ian compiler: centralize all symbol name handling
2017-01-14  ian libgo: update to Go 1.8 release candidate 1
2016-11-22  ian runtime: rewrite panic/defer code from C to Go
2016-10-28  ian compiler, runtime: copy slice code from Go 1.7...
2016-10-20  ian runtime: rewrite interface code into Go
2016-10-12  ian compiler, runtime: copy string code from Go 1.7
2016-10-10  ian compiler: prune away gcc-specific linemap usage
2016-10-10  ian runtime: copy channel code from Go 1.7 runtime
2016-10-06  ian escape: Avoid allocation of varargs parameter.
2016-09-23  ian compiler: better abstraction layer for diagnostics.
2016-09-21  ian compiler, runtime: replace hashmap code with Go...
2016-08-10  ian compiler: annotate or fix fall through cases in...
2016-08-04  ian compiler: include "go-system.h" in escape.cc
2016-08-04  ian escape: Enable escape analysis in gccgo.
2016-08-02  ian escape: Add basic debugging.
2016-07-06  ian escape: Implement tag phase.
2016-06-14  ian escape: Implement flood phase.
2016-06-14  ian escape: Implement assign phase.
2016-05-13  ian escape: Implement the discovery phase.
2016-05-06  ian escape: Add escape graph nodes.
2016-05-06  ian escape: Add skeleton for gc analysis.
2016-04-29  ian escape: Remove previously existing analysis.
2015-07-14  ian escape: Analyze multiple result type assertions.
2015-06-15  ianescape: Analyze binary expressions.
2015-05-06  iancompiler: Analyze escape information of interface param...
2015-04-30  ianescape: Analyze function values and conversions.
2015-04-30  iancompiler: Mark non-escaping variables that aren't addre...
2015-04-29  iancompiler: Consider multi-result calls in escape analysis.
2015-04-29  iancompiler: Propagate escape info from closures to enclos...
2015-04-17  iancompiler: Escape analysis.