aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-lang.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-10/+3
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-23re PR go/64595 (go programs abort when debug info is stripped)Ian Lance Taylor1-0/+12
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-3/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+8
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-06compiler: Store flags for division checks in Gogo object instead of using glo...Chris Manghane1-1/+2
2014-04-30compiler: Remove GCC langhooks from frontend proper.Chris Manghane1-4/+66
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-12go-lang.c (go_langhook_post_options): Disable sibling calls by default.Ian Lance Taylor1-0/+4
2013-12-05Revert this change; no longer required.Ian Lance Taylor1-6/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-06go-lang.c (go_langhook_post_options): If -fisolate-erroneous-paths was turned...Ian Lance Taylor1-0/+6
2013-07-23go-lang.c: Don't #include "except.h".Ian Lance Taylor1-1/+0
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-8/+5
2012-10-31compiler: Add -fgo-relative-import-path.Ian Lance Taylor1-1/+7
2012-07-24lto-tree.h (lang_decl): Add variable_size GTY option.Uros Bizjak1-1/+1
2012-05-09compiler: Add -fgo-pkgpath option.Ian Lance Taylor1-2/+11
2012-04-23go-lang.c (go_langhook_init): Set MPFR precision to 256.Ian Lance Taylor1-1/+1
2012-02-01re PR target/52079 (ICE in aggregate_value_p while building libgo on arm-linu...Jakub Jelinek1-2/+18
2012-01-12go-lang.c (go_langhook_init): Initialize void_list_node before calling go_cre...Ian Lance Taylor1-3/+3
2011-08-24gccgo...Roberto Lublinerman1-0/+4
2011-07-06tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.Richard Guenther1-3/+1
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-1/+2
2011-06-07tree.c (build_common_tree_nodes): Also initialize size_type_node.Richard Guenther1-9/+0
2011-05-07langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou1-2/+4
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-1/+1
2011-02-08go-lang.c (go_langhook_init_options_struct): Set frontend_set_flag_errno_math.Ian Lance Taylor1-3/+1
2011-01-21Remove the types float and complex.Ian Lance Taylor1-2/+2
2010-12-07re PR tree-optimization/46805 (ICE: SIGSEGV in optab_for_tree_code (optabs.c:...Ian Lance Taylor1-0/+14
2010-12-07re PR other/46789 (go configuration with --prefix=/usr pollutes the /usr/lib ...Ian Lance Taylor1-4/+57
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+404