gcc/gcc/go
Ian Lance Taylor e898243c23 compiler: support inlining functions that use index expressions
Also move the determine_types pass on an inlined function body to one
    place, rather than doing it ad hoc as needed.
    
    This adds 79 new inlinable functions in the standard library, such as
    bytes.HasPrefix and bytes.LastIndexByte.
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/181261

From-SVN: r272133
2019-06-10 21:34:12 +00:00
..
gofrontend compiler: support inlining functions that use index expressions 2019-06-10 21:34:12 +00:00
ChangeLog Fix RISC-V build failure for go language. 2019-05-30 13:47:12 -07:00
Make-lang.in
README.gcc
config-lang.in
gccgo.texi compiler: add an option to emit optimization diagnostics 2019-05-08 00:14:17 +00:00
go-backend.c
go-c.h compiler: add an option to emit optimization diagnostics 2019-05-08 00:14:17 +00:00
go-gcc-diagnostics.cc
go-gcc.cc Fix RISC-V build failure for go language. 2019-05-30 13:47:12 -07:00
go-gcc.h
go-lang.c compiler: add an option to emit optimization diagnostics 2019-05-08 00:14:17 +00:00
go-linemap.cc
go-location.h
go-sha1.cc
go-system.h
gospec.c
lang-specs.h
lang.opt compiler: add an option to emit optimization diagnostics 2019-05-08 00:14:17 +00: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.