gcc/gcc/go
Ian Lance Taylor 079d2e14e3 escape: Implement flood phase.
Walks the connection graphs built in the assign phase from the
    function context's sink, propagating the escape level to each
    visited node and uncovering nodes that leak out of their scope
    which implies they must be heap allocated.
    
    Reviewed-on: https://go-review.googlesource.com/18413

From-SVN: r237453
2016-06-14 17:20:33 +00:00
..
gofrontend escape: Implement flood phase. 2016-06-14 17:20:33 +00:00
ChangeLog escape: Add skeleton for gc analysis. 2016-05-06 17:37:55 +00:00
Make-lang.in escape: Add skeleton for gc analysis. 2016-05-06 17:37:55 +00:00
README.gcc
config-lang.in Update copyright years. 2016-01-04 15:30:50 +01:00
gccgo.texi cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor. 2016-02-12 00:53:54 +01:00
go-backend.c Update copyright years. 2016-01-04 15:30:50 +01:00
go-c.h Update copyright years. 2016-01-04 15:30:50 +01:00
go-gcc.cc tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount. 2016-04-18 20:36:27 +00:00
go-lang.c Remove -fshort-double 2016-02-08 15:36:16 +00:00
go-linemap.cc
go-location.h
go-system.h Update copyright years. 2016-01-04 15:30:50 +01:00
gospec.c Update copyright years. 2016-01-04 15:30:50 +01:00
lang-specs.h Update copyright years. 2016-01-04 15:30:50 +01:00
lang.opt Update copyright years. 2016-01-04 15:30:50 +01:00

README.gcc

The files in the gofrontend subdirectory are mirrored from the
gofrontend project hosted at http://code.google.com/p/gofrontend.
These files are the ones in the go subdirectory of that project.