OSDN Git Service

* lib/gcc-simulate-thread.exp (simulate-thread): Run on all targets.
[pf3gnuchains/gcc-fork.git] / gcc / go /
2011-11-04 ianFix select { case v, ok := <-c: }.
2011-11-02 roMove shlib support to toplevel libgcc
2011-10-28 ianAdd rune as an alias for int.
2011-10-25 ianImplement predeclared delete function.
2011-10-25 ianDon't permit close of receive-only channel.
2011-10-25 ianImplement new order of assignment rules.
2011-10-24 ianError if naked return when result variables are shadowed.
2011-10-24 ianImplement append([]byte, string...).
2011-10-24 ianRename is_open_array_type to is_slice_type.
2011-10-11 ianRemove incorrect ChangeLog entry, correct spacing.
2011-10-11 meissnerConvert standard builtin functions from being arrays...
2011-10-04 ianFix global var initialized to function call with calls...
2011-09-26 ianFix location of error about unused import "unsafe".
2011-09-23 ianBetter parsing of erroneous expression on left of :=.
2011-09-21 ianBetter handling of unexpected EOF in parser.
2011-09-21 ianBetter error message for shift context types.
2011-09-21 ianSupport nil maps.
2011-09-21 ianFix typo in error message.
2011-09-20 ianImprove error for undefined name in imported package.
2011-09-20 ianImplement goto restrictions.
2011-09-20 ianCheck for duplicate parameter/result names.
2011-09-20 ianEmit compiler errors for unused values.
2011-09-19 ianFix handling of mutually recursive named types.
2011-09-17 ianImprove errors for invalid use of [...]type.
2011-09-16 ianFix defer when not calling recover in function with...
2011-09-14 ianFix handling of structs with embedded global types.
2011-09-14 ianFix defer/recover at high optimization levels.
2011-09-13 ianAlways dereference nil receiver passed to value method.
2011-09-13 ianFix inheriting hidden methods with arguments of hidden...
2011-09-13 ianFix inherited hidden methods that return hidden types.
2011-09-10 ianFix using package name as composite literal struct...
2011-08-29 ianLower calls to bound method expressions.
2011-08-29 ianDon't lower blocks twice.
2011-08-25 ianChange Bound_method_expression to refer to a constant...
2011-08-24 iangccgo: fixes to ast-dump, refactoring of export and...
2011-08-24 jsm28 * Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family...
2011-08-16 ianRemove entry for gofrontend directory which should...
2011-08-15 gchareLINEMAP_POSITION_FOR_COLUMN had the exact same effect as
2011-08-08 ro gcc:
2011-08-04 ian PR go/49889
2011-08-03 iangccgo: Added code to dump the AST tree. The AST dump is
2011-08-01 ianUse temporary variables for calls with multiple results.
2011-07-06 rguenth2011-07-06 Richard Guenther <rguenther@suse.de>
2011-06-24 ianRemove entry for gofrontend change which should not...
2011-06-21 amacleod * gogo-tree.cc (Gogo::define_builtin_function_trees...
2011-06-14 jsm28 * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to
2011-06-14 ianChange builtin make to runtime call at lowering time.
2011-06-11 ianUse backend interface for map descriptors.
2011-06-11 ianUse backend interface for type descriptors.
2011-06-09 ianUse backend interface for zero initialization.
2011-06-08 ianCorrect type size comparison.
2011-06-07 rguenth2011-06-07 Richard Guenther <rguenther@suse.de>
2011-06-05 hjlRevert accidental checkin.
2011-06-05 jvdelisle2011-06-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2011-05-27 ianChange export code to use the backend interface.
2011-05-24 jsm28 * Makefile.in (GCC_OBJS): Remove opts-common.o and...
2011-05-20 jsm28 * Makefile.in (LIBDEPS): Add libcommon.a.
2011-05-20 ianUpdate to current version of Go library.
2011-05-13 ianFix bug with multiple results returning structs with...
2011-05-12 ianFix bug with taking address of a variable when address...
2011-05-11 ianPermit new of a function type.
2011-05-11 ianDon't crash ranging over call to builtin function.
2011-05-07 ebotcazou2011-05-07  Eric Botcazou  <ebotcazou@adacore.com>
2011-05-07 ianUse backend types for all type conversions.
2011-05-06 ianMore uses of backend interface for types.
2011-05-06 ianUse backend interface for string types.
2011-05-06 ianUse backend interface for interface types.
2011-05-06 froydnjgeneralize build_case_label to the rest of the compiler
2011-05-05 ianUse backend interface for slice types.
2011-05-04 ianUse backend interface for named types and array types.
2011-04-27 ianUse backend interface for struct types.
2011-04-25 ianUse backend interface for function types.
2011-04-25 ianUse backend interface for basic types
2011-04-23 ianDefine go_unreachable to replace gcc_unreachable.
2011-04-21 ianDefine go_assert to replace gcc_assert
2011-04-21 ianUse mpfr_prec_round, not real_convert, to constraint...
2011-04-19 ianstatement.cc no longer includes gcc headers.
2011-04-19 ianChange general statement method to always use backend...
2011-04-19 ianUse backend interface for temporary variables.
2011-04-19 ianUse backend interface for blocks.
2011-04-19 ianUse backend interface for variables.
2011-04-15 ianAdd compound_list to backend interface.
2011-04-15 ianUse backend interface for send statement.
2011-04-15 ianUse the backend interface for select statements.
2011-04-13 ianUse backend interface for go and defer statements.
2011-04-13 ianUnify handling of runtime support functions.
2011-04-13 froydnjgcc/ada/
2011-04-12 ianCall cgraph_get_node rather than cgraph_node.
2011-04-06 ianUse backend interface for constant switch statements.
2011-04-06 ianUse backend interface for if statements.
2011-04-06 ianUse backend interface for expression statements.
2011-04-05 ianUse backend interface for labels and goto statements.
2011-04-04 ianUse backend interface for return statements.
2011-04-03 ianStart using backend interface separate from gofrontend.
2011-03-31 ianTaking a slice of an array requires moving the array...
2011-03-29 ianFix select setting a map expression.
2011-03-28 ianPermit copying hidden fields when passing method receiver.
2011-03-28 ianBetter error message for invalid variable name in switc...
2011-03-28 ianBetter error message for missing condition in if statement.
2011-03-28 ianBetter error message for old syntax of send expression...
next