summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* Lower calls to bound method expressions.ian2011-08-293-220/+197
* Don't lower blocks twice.ian2011-08-291-0/+6
* Change Bound_method_expression to refer to a constant method.ian2011-08-255-98/+121
* gccgo: fixes to ast-dump, refactoring of export and ast-dumpian2011-08-2414-213/+448
* * Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c-opts.o)jsm282011-08-242-4/+7
* Remove entry for gofrontend directory which should not be here.ian2011-08-161-6/+0
* LINEMAP_POSITION_FOR_COLUMN had the exact same effect asgchare2011-08-152-6/+8
* gcc:ro2011-08-082-1/+6
* PR go/49889ian2011-08-041-0/+2
* gccgo: Added code to dump the AST tree. The AST dump isian2011-08-0310-5/+1861
* Use temporary variables for calls with multiple results.ian2011-08-016-283/+611
* 2011-07-06 Richard Guenther <rguenther@suse.de>rguenth2011-07-062-3/+6
* Remove entry for gofrontend change which should not be here.ian2011-06-241-5/+0
* * gogo-tree.cc (Gogo::define_builtin_function_trees): Changeamacleod2011-06-212-4/+9
* * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move tojsm282011-06-144-4/+17
* Change builtin make to runtime call at lowering time.ian2011-06-148-598/+256
* Use backend interface for map descriptors.ian2011-06-116-155/+145
* Use backend interface for type descriptors.ian2011-06-1110-253/+359
* Use backend interface for zero initialization.ian2011-06-098-390/+72
* 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