aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-c.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Go frontend: add -fgo-embedcfg optionIan Lance Taylor1-0/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-08-10runtime: revert eqtype for AIXClément Chigot1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-05-08compiler: add an option to emit optimization diagnosticsCherry Zhang1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-02-02compiler: turn on escape analysis by defaultCherry Zhang1-1/+1
2018-01-09compiler: add escape analysis debug hashCherry Zhang1-0/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-01compiler: introduce size threshold for nil checksThan McIntosh1-0/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-11compiler: move Backend/Linemap creation out of front end.Than McIntosh1-3/+7
2016-09-10go-backend.c (go_trampoline_info): Remove.Ian Lance Taylor1-2/+0
2016-08-30compiler: add -fgo-c-header=FILE to create a C headerIan Lance Taylor1-5/+15
2016-08-02escape: Add basic debugging.Chris Manghane1-1/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-05-06compiler: Store flags for division checks in Gogo object instead of using glo...Chris Manghane1-1/+2
2014-05-01go-backend.c: #include "diagnostics.h".Chris Manghane1-0/+2
2014-04-30compiler: Remove GCC langhooks from frontend proper.Chris Manghane1-3/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-10-31compiler: Add -fgo-relative-import-path.Ian Lance Taylor1-1/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-13/+0
2012-05-09compiler: Add -fgo-pkgpath option.Ian Lance Taylor1-2/+2
2012-03-08compiler: Don't initialize zero sized variables.Ian Lance Taylor1-0/+2
2012-01-11compiler: Use backend interface for type sizes and alignments.Ian Lance Taylor1-3/+1
2011-12-14compiler: Move import of Go export data to gcc side of interface.Ian Lance Taylor1-0/+2
2011-08-24gccgo...Roberto Lublinerman1-0/+1
2011-05-27Change export code to use the backend interface.Ian Lance Taylor1-0/+2
2011-01-21Remove the types float and complex.Ian Lance Taylor1-2/+1
2011-01-14Move clearing of flag_strict_aliasing to gcc interface.Ian Lance Taylor1-1/+3
2010-12-04re PR bootstrap/46776 (gogo-tree.cc uses TRAMPOLINE_ALIGNMENT and TRAMPOLINE_...Ian Lance Taylor1-0/+6
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+66