OSDN Git Service

libgo: Define CC_FOR_BUILD in Makefile.
[pf3gnuchains/gcc-fork.git] / gcc / go /
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...
2011-03-28 ianBetter error messages for missing channel element type.
2011-03-28 ianDo not permit method expressions with pointers to inter...
2011-03-28 ianSupport method expressions for interface types.
2011-03-28 ianDon't bother to check for duplicate interface/named...
2011-03-28 ianFix useless assertion in ^ code.
2011-03-27 ianError for return with no values when result parameters...
2011-03-27 ianImprove error about indirecting an unsafe.Pointer type.
2011-03-26 ianDon't look up methods for pointer to interface.
2011-03-26 ianDon't permit embedded field to be pointer to interface.
2011-03-26 ianCheck for invalid uses of ... in builtin function calls.
2011-03-26 ianBetter error when setting const to nil.
2011-03-26 ianCorrectly parse select case <-c <- v.
2011-03-25 ianClean up handling of undefined types.
2011-03-25 ianAvoid overflow error after negative shift count error.
2011-03-25 ianGive an error if a label is defined but not used.
2011-03-25 ianRemove closed function. Fix tuple receive in select.
2011-03-24 ianTuple receives indicate whether channel is closed.
2011-03-24 ianCondition in if statement is not optional.
2011-03-24 ianChange c <- v from an expression to a statement.
2011-03-16 ianUpdate to current version of Go library (revision 94d65...
2011-03-07 ianSupport multiple init functions in a single file.
2011-03-07 ianFix second import of package using _.
2011-03-07 ianHandle predeclared names used as fields in struct compo...
2011-03-03 ianDon't crash if erroneous type was not converted.
2011-03-03 ianDon't crash on large composite literal array index.
2011-03-03 ianDon't crash calling make with NaN or Infinity.
2011-03-03 ianMake sure variable type is determined when var initiali...
2011-03-03 ianDon't crash getting type descriptor of abstract types.
2011-03-03 ianDon't look for methods on named pointer types.
2011-03-03 ianDetermine call types even if first call result is not...
2011-03-03 ianDon't crash declaring a function named "_".
2011-03-03 ianDon't crash on erroneous void initializer in temporary...
2011-03-03 ianFix type of discarded send expression.
2011-03-03 ianDon't crash on erroneous named result.
2011-03-03 ianDon't crash if a constant has a declared but undefined...
2011-03-03 ianRewrite conversion of named types to backend representa...
2011-02-28 ianMove ChangeLog entry to correct ChangeLog file.
2011-02-24 ianDon't delete old arguments when lowering varargs.
2011-02-24 ianTraverse erroneous send/receive statements.
2011-02-24 ianDon't crash when using receive on erroneous channel.
2011-02-24 ianSet type of array length expressions.
2011-02-24 ianAvoid infinite loop in field_reference.
next