aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/escape.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-30compiler: change escape maps to hash tablesIan Lance Taylor1-3/+3
2018-01-15compiler: reclaim memory of escape analysis NodesIan Lance Taylor1-0/+10
2017-12-22compiler: bring escape analysis mostly in line with gc compilerIan Lance Taylor1-16/+44
2017-12-22compiler: improve escape analysis diagnosticsIan Lance Taylor1-0/+4
2016-08-02escape: Add basic debugging.Chris Manghane1-0/+15
2016-06-14escape: Implement assign phase.Ian Lance Taylor1-1/+8
2016-05-06escape: Add escape graph nodes.Ian Lance Taylor1-3/+401
2016-05-06escape: Add skeleton for gc analysis.Chris Manghane1-0/+44
2016-04-29escape: Remove previously existing analysis.Chris Manghane1-310/+0
2015-04-17compiler: Escape analysis.Chris Manghane1-0/+310