summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* Correct type size comparison.ian2011-06-081-2/+7
* 2011-06-07 Richard Guenther <rguenther@suse.de>rguenth2011-06-072-9/+5
* Revert accidental checkin.hjl2011-06-0533-129968/+0
* 2011-06-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2011-06-0533-0/+129968
* Change export code to use the backend interface.ian2011-05-276-32/+36
* * Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.jsm282011-05-242-3/+8
* * Makefile.in (LIBDEPS): Add libcommon.a.jsm282011-05-202-1/+5
* Update to current version of Go library.ian2011-05-202-17/+46
* Fix bug with multiple results returning structs with invalid sizes.ian2011-05-136-9/+78
* Fix bug with taking address of a variable when address does not escape.ian2011-05-126-26/+91
* Permit new of a function type.ian2011-05-111-12/+0
* Don't crash ranging over call to builtin function.ian2011-05-112-6/+7
* 2011-05-07  Eric Botcazou  <ebotcazou@adacore.com>ebotcazou2011-05-072-2/+8
* Use backend types for all type conversions.ian2011-05-076-286/+286
* More uses of backend interface for types.ian2011-05-062-96/+63
* Use backend interface for string types.ian2011-05-061-8/+21
* Use backend interface for interface types.ian2011-05-062-114/+91
* generalize build_case_label to the rest of the compilerfroydnj2011-05-062-4/+6
* Use backend interface for slice types.ian2011-05-054-110/+54
* Use backend interface for named types and array types.ian2011-05-045-189/+487
* Use backend interface for struct types.ian2011-04-273-9/+50
* Use backend interface for function types.ian2011-04-2510-172/+178
* Use backend interface for basic typesian2011-04-254-68/+156
* Define go_unreachable to replace gcc_unreachable.ian2011-04-2313-155/+153
* Define go_assert to replace gcc_assertian2011-04-2121-595/+605
* Use mpfr_prec_round, not real_convert, to constraint floats.ian2011-04-211-17/+3
* statement.cc no longer includes gcc headers.ian2011-04-195-97/+64
* Change general statement method to always use backend interface.ian2011-04-194-160/+137
* Use backend interface for temporary variables.ian2011-04-196-71/+152
* Use backend interface for blocks.ian2011-04-198-138/+292
* Use backend interface for variables.ian2011-04-199-262/+532
* Add compound_list to backend interface.ian2011-04-154-37/+50
* Use backend interface for send statement.ian2011-04-154-154/+112
* Use the backend interface for select statements.ian2011-04-158-139/+209
* Use backend interface for go and defer statements.ian2011-04-137-130/+133
* Unify handling of runtime support functions.ian2011-04-139-443/+1009
* gcc/ada/froydnj2011-04-132-1/+6
* Call cgraph_get_node rather than cgraph_node.ian2011-04-121-1/+1
* Use backend interface for constant switch statements.ian2011-04-065-81/+271
* Use backend interface for if statements.ian2011-04-065-29/+71
* Use backend interface for expression statements.ian2011-04-064-2/+32
* Use backend interface for labels and goto statements.ian2011-04-059-99/+267
* Use backend interface for return statements.ian2011-04-0412-289/+254
* Start using backend interface separate from gofrontend.ian2011-04-038-12/+361
* Taking a slice of an array requires moving the array to the heap.ian2011-03-311-4/+7
* Fix select setting a map expression.ian2011-03-291-24/+26
* Permit copying hidden fields when passing method receiver.ian2011-03-283-7/+45
* Better error message for invalid variable name in switch statement.ian2011-03-281-0/+13
* Better error message for missing condition in if statement.ian2011-03-281-0/+6
* Better error message for old syntax of send expression as value.ian2011-03-282-19/+72