summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.Richard Guenther2011-07-062-3/+6
* Remove entry for gofrontend change which should not be here.Ian Lance Taylor2011-06-241-5/+0
* gogo-tree.cc (Gogo::define_builtin_function_trees): Change BUILT_IN_ADD_AND_F...Andrew MacLeod2011-06-212-4/+9
* target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers2011-06-154-4/+17
* Change builtin make to runtime call at lowering time.Ian Lance Taylor2011-06-148-598/+256
* Use backend interface for map descriptors.Ian Lance Taylor2011-06-116-155/+145
* Use backend interface for type descriptors.Ian Lance Taylor2011-06-1110-253/+359
* Use backend interface for zero initialization.Ian Lance Taylor2011-06-098-390/+72
* Correct type size comparison.Ian Lance Taylor2011-06-081-2/+7
* tree.c (build_common_tree_nodes): Also initialize size_type_node.Richard Guenther2011-06-072-9/+5
* Revert accidental checkin.H.J. Lu2011-06-0533-129968/+0
* 2011-06-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle2011-06-0533-0/+129968
* Change export code to use the backend interface.Ian Lance Taylor2011-05-276-32/+36
* Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.Joseph Myers2011-05-242-3/+8
* Makefile.in (LIBDEPS): Add libcommon.a.Joseph Myers2011-05-202-1/+5
* Update to current version of Go library.Ian Lance Taylor2011-05-202-17/+46
* Fix bug with multiple results returning structs with invalid sizes.Ian Lance Taylor2011-05-136-9/+78
* Fix bug with taking address of a variable when address does not escape.Ian Lance Taylor2011-05-126-26/+91
* Permit new of a function type.Ian Lance Taylor2011-05-111-12/+0
* Don't crash ranging over call to builtin function.Ian Lance Taylor2011-05-112-6/+7
* langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou2011-05-072-2/+8
* Use backend types for all type conversions.Ian Lance Taylor2011-05-076-286/+286
* More uses of backend interface for types.Ian Lance Taylor2011-05-062-96/+63
* Use backend interface for string types.Ian Lance Taylor2011-05-061-8/+21
* Use backend interface for interface types.Ian Lance Taylor2011-05-062-114/+91
* generalize build_case_label to the rest of the compilerNathan Froyd2011-05-062-4/+6
* Use backend interface for slice types.Ian Lance Taylor2011-05-054-110/+54
* Use backend interface for named types and array types.Ian Lance Taylor2011-05-045-189/+487
* Use backend interface for struct types.Ian Lance Taylor2011-04-273-9/+50
* Use backend interface for function types.Ian Lance Taylor2011-04-2510-172/+178
* Use backend interface for basic typesEvan Shaw2011-04-254-68/+156
* Define go_unreachable to replace gcc_unreachable.Ian Lance Taylor2011-04-2313-155/+153
* Define go_assert to replace gcc_assertIan Lance Taylor2011-04-2121-595/+605
* Use mpfr_prec_round, not real_convert, to constraint floats.Ian Lance Taylor2011-04-211-17/+3
* statement.cc no longer includes gcc headers.Ian Lance Taylor2011-04-195-97/+64
* Change general statement method to always use backend interface.Ian Lance Taylor2011-04-194-160/+137
* Use backend interface for temporary variables.Ian Lance Taylor2011-04-196-71/+152
* Use backend interface for blocks.Ian Lance Taylor2011-04-198-138/+292
* Use backend interface for variables.Ian Lance Taylor2011-04-199-262/+532
* Add compound_list to backend interface.Ian Lance Taylor2011-04-154-37/+50
* Use backend interface for send statement.Ian Lance Taylor2011-04-154-154/+112
* Use the backend interface for select statements.Ian Lance Taylor2011-04-158-139/+209
* Use backend interface for go and defer statements.Ian Lance Taylor2011-04-137-130/+133
* Unify handling of runtime support functions.Ian Lance Taylor2011-04-139-443/+1009
* ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd2011-04-132-1/+6
* Call cgraph_get_node rather than cgraph_node.Ian Lance Taylor2011-04-121-1/+1
* Use backend interface for constant switch statements.Ian Lance Taylor2011-04-065-81/+271
* Use backend interface for if statements.Ian Lance Taylor2011-04-065-29/+71
* Use backend interface for expression statements.Ian Lance Taylor2011-04-064-2/+32
* Use backend interface for labels and goto statements.Ian Lance Taylor2011-04-059-99/+267