aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2011-07-06tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.Richard Guenther2-3/+6
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 MacLeod2-4/+9
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers4-4/+17
2011-06-14Change builtin make to runtime call at lowering time.Ian Lance Taylor8-598/+256
2011-06-11Use backend interface for map descriptors.Ian Lance Taylor6-155/+145
2011-06-11Use backend interface for type descriptors.Ian Lance Taylor10-253/+359
2011-06-09Use backend interface for zero initialization.Ian Lance Taylor8-390/+72
2011-06-08Correct type size comparison.Ian Lance Taylor1-2/+7
2011-06-07tree.c (build_common_tree_nodes): Also initialize size_type_node.Richard Guenther2-9/+5
2011-06-05Revert accidental checkin.H.J. Lu33-129968/+0
2011-06-052011-06-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle33-0/+129968
2011-05-27Change export code to use the backend interface.Ian Lance Taylor6-32/+36
2011-05-24Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.Joseph Myers2-3/+8
2011-05-20Makefile.in (LIBDEPS): Add libcommon.a.Joseph Myers2-1/+5
2011-05-20Update to current version of Go library.Ian Lance Taylor2-17/+46
2011-05-13Fix bug with multiple results returning structs with invalid sizes.Ian Lance Taylor6-9/+78
2011-05-12Fix bug with taking address of a variable when address does not escape.Ian Lance Taylor6-26/+91
2011-05-11Permit new of a function type.Ian Lance Taylor1-12/+0
2011-05-11Don't crash ranging over call to builtin function.Ian Lance Taylor2-6/+7
2011-05-07langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou2-2/+8
2011-05-07Use backend types for all type conversions.Ian Lance Taylor6-286/+286
2011-05-06More uses of backend interface for types.Ian Lance Taylor2-96/+63
2011-05-06Use backend interface for string types.Ian Lance Taylor1-8/+21
2011-05-06Use backend interface for interface types.Ian Lance Taylor2-114/+91
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd2-4/+6
2011-05-05Use backend interface for slice types.Ian Lance Taylor4-110/+54
2011-05-04Use backend interface for named types and array types.Ian Lance Taylor5-189/+487
2011-04-27Use backend interface for struct types.Ian Lance Taylor3-9/+50
2011-04-25Use backend interface for function types.Ian Lance Taylor10-172/+178
2011-04-25Use backend interface for basic typesEvan Shaw4-68/+156
2011-04-23Define go_unreachable to replace gcc_unreachable.Ian Lance Taylor13-155/+153
2011-04-21Define go_assert to replace gcc_assertIan Lance Taylor21-595/+605
2011-04-21Use mpfr_prec_round, not real_convert, to constraint floats.Ian Lance Taylor1-17/+3
2011-04-19statement.cc no longer includes gcc headers.Ian Lance Taylor5-97/+64
2011-04-19Change general statement method to always use backend interface.Ian Lance Taylor4-160/+137
2011-04-19Use backend interface for temporary variables.Ian Lance Taylor6-71/+152
2011-04-19Use backend interface for blocks.Ian Lance Taylor8-138/+292
2011-04-19Use backend interface for variables.Ian Lance Taylor9-262/+532
2011-04-15Add compound_list to backend interface.Ian Lance Taylor4-37/+50
2011-04-15Use backend interface for send statement.Ian Lance Taylor4-154/+112
2011-04-15Use the backend interface for select statements.Ian Lance Taylor8-139/+209
2011-04-13Use backend interface for go and defer statements.Ian Lance Taylor7-130/+133
2011-04-13Unify handling of runtime support functions.Ian Lance Taylor9-443/+1009
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd2-1/+6
2011-04-12Call cgraph_get_node rather than cgraph_node.Ian Lance Taylor1-1/+1
2011-04-06Use backend interface for constant switch statements.Ian Lance Taylor5-81/+271
2011-04-06Use backend interface for if statements.Ian Lance Taylor5-29/+71
2011-04-06Use backend interface for expression statements.Ian Lance Taylor4-2/+32
2011-04-05Use backend interface for labels and goto statements.Ian Lance Taylor9-99/+267