Handle V4HI vector initialization more efficiently on VIS1.
[platform/upstream/gcc.git] / gcc / go /
2011-10-28 Ian Lance TaylorAdd rune as an alias for int.
2011-10-25 Ian Lance TaylorImplement predeclared delete function.
2011-10-25 Ian Lance TaylorDon't permit close of receive-only channel.
2011-10-25 Ian Lance TaylorImplement new order of assignment rules.
2011-10-24 Ian Lance TaylorError if naked return when result variables are shadowed.
2011-10-24 Ian Lance TaylorImplement append([]byte, string...).
2011-10-24 Ian Lance TaylorRename is_open_array_type to is_slice_type.
2011-10-11 Ian Lance TaylorRemove incorrect ChangeLog entry, correct spacing.
2011-10-11 Michael MeissnerConvert standard builtin functions from being arrays...
2011-10-04 Ian Lance TaylorFix global var initialized to function call with calls...
2011-09-26 Ian Lance TaylorFix location of error about unused import "unsafe".
2011-09-23 Ian Lance TaylorBetter parsing of erroneous expression on left of :=.
2011-09-21 Ian Lance TaylorBetter handling of unexpected EOF in parser.
2011-09-21 Ian Lance TaylorBetter error message for shift context types.
2011-09-21 Ian Lance TaylorSupport nil maps.
2011-09-21 Ian Lance TaylorFix typo in error message.
2011-09-20 Ian Lance TaylorImprove error for undefined name in imported package.
2011-09-20 Ian Lance TaylorImplement goto restrictions.
2011-09-20 Ian Lance TaylorCheck for duplicate parameter/result names.
2011-09-20 Ian Lance TaylorEmit compiler errors for unused values.
2011-09-19 Ian Lance TaylorFix handling of mutually recursive named types.
2011-09-17 Ian Lance TaylorImprove errors for invalid use of [...]type.
2011-09-16 Ian Lance TaylorFix defer when not calling recover in function with...
2011-09-14 Ian Lance TaylorFix handling of structs with embedded global types.
2011-09-14 Ian Lance TaylorFix defer/recover at high optimization levels.
2011-09-13 Ian Lance TaylorAlways dereference nil receiver passed to value method.
2011-09-13 Ian Lance TaylorFix inheriting hidden methods with arguments of hidden...
2011-09-13 Ian Lance TaylorFix inherited hidden methods that return hidden types.
2011-09-10 Ian Lance TaylorFix using package name as composite literal struct...
2011-08-29 Ian Lance TaylorLower calls to bound method expressions.
2011-08-29 Ian Lance TaylorDon't lower blocks twice.
2011-08-25 Ian Lance TaylorChange Bound_method_expression to refer to a constant...
2011-08-24 Roberto Lublinermangccgo...
2011-08-24 Joseph Myers* Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c...
2011-08-16 Ian Lance TaylorRemove entry for gofrontend directory which should...
2011-08-15 Gabriel CharetteLINEMAP_POSITION_FOR_COLUMN had the exact same effect...
2011-08-08 Rainer Orthdriver-sparc.c: New file.
2011-08-04 Ian Lance Taylorre PR go/49889 (Calling a function whose name is obscur...
2011-08-03 Roberto Lublinermangccgo: Added code to dump the AST tree.
2011-08-01 Ian Lance TaylorUse temporary variables for calls with multiple results.
2011-07-06 Richard Guenthertree.c (build_common_tree_nodes_2): Merge with build_co...
2011-06-24 Ian Lance TaylorRemove entry for gofrontend change which should not...
2011-06-21 Andrew MacLeodgogo-tree.cc (Gogo::define_builtin_function_trees)...
2011-06-14 Joseph Myerstarget-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to...
2011-06-14 Ian Lance TaylorChange builtin make to runtime call at lowering time.
2011-06-11 Ian Lance TaylorUse backend interface for map descriptors.
2011-06-11 Ian Lance TaylorUse backend interface for type descriptors.
2011-06-09 Ian Lance TaylorUse backend interface for zero initialization.
2011-06-08 Ian Lance TaylorCorrect type size comparison.
2011-06-07 Richard Guenthertree.c (build_common_tree_nodes): Also initialize size_...
2011-06-05 H.J. LuRevert accidental checkin.
2011-06-05 Jerry DeLisle2011-06-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2011-05-27 Ian Lance TaylorChange export code to use the backend interface.
2011-05-24 Joseph MyersMakefile.in (GCC_OBJS): Remove opts-common.o and options.o.
2011-05-20 Joseph MyersMakefile.in (LIBDEPS): Add libcommon.a.
2011-05-20 Ian Lance TaylorUpdate to current version of Go library.
2011-05-13 Ian Lance TaylorFix bug with multiple results returning structs with...
2011-05-12 Ian Lance TaylorFix bug with taking address of a variable when address...
2011-05-11 Ian Lance TaylorPermit new of a function type.
2011-05-11 Ian Lance TaylorDon't crash ranging over call to builtin function.
2011-05-07 Eric Botcazoulanghooks.h (lang_hooks_for_types): Change global_bindi...
2011-05-07 Ian Lance TaylorUse backend types for all type conversions.
2011-05-06 Ian Lance TaylorMore uses of backend interface for types.
2011-05-06 Ian Lance TaylorUse backend interface for string types.
2011-05-06 Ian Lance TaylorUse backend interface for interface types.
2011-05-06 Nathan Froydgeneralize build_case_label to the rest of the compiler
2011-05-05 Ian Lance TaylorUse backend interface for slice types.
2011-05-04 Ian Lance TaylorUse backend interface for named types and array types.
2011-04-27 Ian Lance TaylorUse backend interface for struct types.
2011-04-25 Ian Lance TaylorUse backend interface for function types.
2011-04-25 Evan ShawUse backend interface for basic types
2011-04-23 Ian Lance TaylorDefine go_unreachable to replace gcc_unreachable.
2011-04-21 Ian Lance TaylorDefine go_assert to replace gcc_assert
2011-04-21 Ian Lance TaylorUse mpfr_prec_round, not real_convert, to constraint...
2011-04-19 Ian Lance Taylorstatement.cc no longer includes gcc headers.
2011-04-19 Ian Lance TaylorChange general statement method to always use backend...
2011-04-19 Ian Lance TaylorUse backend interface for temporary variables.
2011-04-19 Ian Lance TaylorUse backend interface for blocks.
2011-04-19 Ian Lance TaylorUse backend interface for variables.
2011-04-15 Ian Lance TaylorAdd compound_list to backend interface.
2011-04-15 Ian Lance TaylorUse backend interface for send statement.
2011-04-15 Ian Lance TaylorUse the backend interface for select statements.
2011-04-13 Ian Lance TaylorUse backend interface for go and defer statements.
2011-04-13 Ian Lance TaylorUnify handling of runtime support functions.
2011-04-13 Nathan Froydada-tree.h (union lang_tree_node): Check for TS_COMMON...
2011-04-12 Ian Lance TaylorCall cgraph_get_node rather than cgraph_node.
2011-04-06 Ian Lance TaylorUse backend interface for constant switch statements.
2011-04-06 Ian Lance TaylorUse backend interface for if statements.
2011-04-06 Ian Lance TaylorUse backend interface for expression statements.
2011-04-05 Ian Lance TaylorUse backend interface for labels and goto statements.
2011-04-04 Ian Lance TaylorUse backend interface for return statements.
2011-04-03 Ian Lance TaylorStart using backend interface separate from gofrontend.
2011-03-31 Ian Lance TaylorTaking a slice of an array requires moving the array...
2011-03-29 Ian Lance TaylorFix select setting a map expression.
2011-03-28 Ian Lance TaylorPermit copying hidden fields when passing method receiver.
2011-03-28 Ian Lance TaylorBetter error message for invalid variable name in switc...
2011-03-28 Ian Lance TaylorBetter error message for missing condition in if statement.
2011-03-28 Ian Lance TaylorBetter error message for old syntax of send expression...
2011-03-28 Ian Lance TaylorBetter error messages for missing channel element type.
2011-03-28 Ian Lance TaylorDo not permit method expressions with pointers to inter...
next