aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-0/+8
2012-07-24lto-tree.h (lang_decl): Add variable_size GTY option.Uros Bizjak1-0/+4
2012-05-11Remove ChangeLog entry for change to gofrontend file.Ian Lance Taylor1-4/+0
2012-05-09compiler: Add -fgo-pkgpath option.Ian Lance Taylor1-0/+16
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-0/+4
2012-04-23go-lang.c (go_langhook_init): Set MPFR precision to 256.Ian Lance Taylor1-0/+4
2012-04-20compiler, runtime: Add explicit checks for zero and overflow division.Ian Lance Taylor1-0/+6
2012-04-18targhooks.c (default_case_values_threshold): Fix code style nit.Steven Bosscher1-0/+5
2012-03-09compiler: Be more careful to follow GENERIC type rules.Ian Lance Taylor1-0/+5
2012-03-08compiler: Don't initialize zero sized variables.Ian Lance Taylor1-0/+11
2012-03-01compiler: Avoid some compiler crashes on invalid code.Ian Lance Taylor1-0/+6
2012-02-23go-gcc.cc (Gcc_backend::placeholder_pointer_type): Use build_distinct_type_copy.Richard Guenther1-0/+5
2012-02-17compiler: Add parameter names to export information.Ian Lance Taylor1-0/+4
2012-02-17gospec.c (lang_specific_driver): If linking, and no -o option was used, add one.Ian Lance Taylor1-0/+5
2012-02-14re PR go/48411 (Bogusly canonicalized $target-gccgo)Ian Lance Taylor1-0/+9
2012-02-07compiler, libgo: Use //extern comments rather than __asm__.Ian Lance Taylor1-0/+5
2012-02-01re PR target/52079 (ICE in aggregate_value_p while building libgo on arm-linu...Jakub Jelinek1-0/+6
2012-01-21compiler: The type descriptor of an undefined forward type is an error.Ian Lance Taylor1-0/+7
2012-01-20compiler: Handle recursive interfaces.Ian Lance Taylor1-0/+6
2012-01-17gospec.c (lang_specific_driver): If we see -S without -o, add -o BASE.s rathe...Ian Lance Taylor1-0/+5
2012-01-12go-lang.c (go_langhook_init): Initialize void_list_node before calling go_cre...Ian Lance Taylor1-0/+5
2012-01-11compiler: Use backend interface for type sizes and alignments.Ian Lance Taylor1-0/+9
2011-12-28go-gcc.cc (Gcc_backend::set_placeholder_struct_type): Use build_distinct_type...Ian Lance Taylor1-5/+13
2011-12-22go-gcc.cc (set_placeholder_pointer_type): Arrange for the type name to have a...Ian Lance Taylor1-0/+8
2011-12-14compiler: Move import of Go export data to gcc side of interface.Ian Lance Taylor1-0/+9
2011-11-29compiler: Define and use backend-independent Location class.Sanjoy Das1-0/+12
2011-11-02Move shlib support to toplevel libgccRainer Orth1-0/+4
2011-10-11Remove incorrect ChangeLog entry, correct spacing.Ian Lance Taylor1-10/+0
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-0/+10
2011-08-24gccgo...Roberto Lublinerman1-0/+15
2011-08-24* Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c-opts.o)Joseph Myers1-0/+5
2011-08-16Remove entry for gofrontend directory which should not be here.Ian Lance Taylor1-6/+0
2011-08-15LINEMAP_POSITION_FOR_COLUMN had the exact same effect as linemap_position_for...Gabriel Charette1-0/+6
2011-08-08driver-sparc.c: New file.Rainer Orth1-0/+4
2011-08-03gccgo: Added code to dump the AST tree.Roberto Lublinerman1-0/+7
2011-07-06tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.Richard Guenther1-0/+5
2011-06-24Remove entry for gofrontend change which should not be here.Ian Lance Taylor1-5/+0
2011-06-21gogo-tree.cc (Gogo::define_builtin_function_trees): Change BUILT_IN_ADD_AND_F...Andrew MacLeod1-0/+5
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-0/+10
2011-06-14Change builtin make to runtime call at lowering time.Ian Lance Taylor1-0/+4
2011-06-11Use backend interface for type descriptors.Ian Lance Taylor1-0/+8
2011-06-09Use backend interface for zero initialization.Ian Lance Taylor1-0/+4
2011-06-07tree.c (build_common_tree_nodes): Also initialize size_type_node.Richard Guenther1-0/+5
2011-05-27Change export code to use the backend interface.Ian Lance Taylor1-0/+9
2011-05-24Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.Joseph Myers1-0/+5
2011-05-20Makefile.in (LIBDEPS): Add libcommon.a.Joseph Myers1-0/+4
2011-05-13Fix bug with multiple results returning structs with invalid sizes.Ian Lance Taylor1-0/+6
2011-05-12Fix bug with taking address of a variable when address does not escape.Ian Lance Taylor1-0/+6
2011-05-07langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou1-0/+4
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd1-0/+4