t-mep (mep-pragma.o): Use $(COMPILER) to compile mep-pragma.c.
[platform/upstream/gcc.git] / gcc / go /
2012-08-15 Ian Lance Taylorcompiler: Adjust for GCC always being built with C++.
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-08-11 Ian Lance Taylorcompiler: Reject type switch using non-interface type.
2012-07-24 Uros Bizjaklto-tree.h (lang_decl): Add variable_size GTY option.
2012-06-14 Ian Lance Taylorcompiler, reflect: Quote package path with tabs.
2012-06-14 Ian Lance Taylorcompiler: Avoid unnecessary interface conversions.
2012-06-12 Ian Lance Taylorcompiler, reflect: Handle package path like gc compiler.
2012-06-07 Ian Lance Taylorcompiler: Fix taking address of field of local variable.
2012-06-07 Ian Lance Taylorcompiler: Fix unsafe.Sizeof for named structs with...
2012-06-04 Steven Bosscheroutput.h (merge_weak, [...]): Move protos from here...
2012-05-30 Ian Lance Taylorcompiler: Don't crash for invalid constant types for...
2012-05-25 Ian Lance Taylorcompiler: Don't create a closure if not needed.
2012-05-18 Ian Lance Taylorcompiler: Fix erroneous use of VEC.
2012-05-16 Ian Lance Taylorcompiler: Fix assembler names of types defined in funct...
2012-05-15 Ian Lance Taylorcompiler: Fix taking address of constant outside of...
2012-05-15 Ian Lance Taylorcompiler: Sort array constructors by index.
2012-05-15 Ian Lance Taylorcompiler: Don't try to take the address of a constant.
2012-05-14 Ian Lance Taylorlibgo: Use -fgo-pkgpath.
2012-05-11 Ian Lance TaylorRemove ChangeLog entry for change to gofrontend file.
2012-05-09 Ian Lance Taylorcompiler: Add -fgo-pkgpath option.
2012-05-07 Ian Lance Taylorcompiler: fix an ICE when parsing 0xdie, reject token...
2012-05-07 Ian Lance Taylorcompiler: fix ICE in handling of rune constants.
2012-05-07 Ian Lance Taylorcompiler: reject NOT operator on integer types.
2012-05-04 Ian Lance Taylorcompiler: Correct parse of for with possible composite...
2012-05-04 Ian Lance Taylorcompiler: Error if importing same package twice with...
2012-05-03 Ian Lance Taylorcompiler: Build import tables as needed for imported...
2012-05-03 Ian Lance Taylorcompiler: Fix order of initialization bug with global...
2012-04-30 Jan Hubickacgraph.c (ld_plugin_symbol_resolution_names): Move...
2012-04-28 Ian Lance Taylorcompiler: Fix some crashes on invalid code.
2012-04-28 Ian Lance Taylorcompiler: Use less memory for array/slice literals.
2012-04-24 Ian Lance Taylorcompiler: Fix order of evalation for m[0] = len(m)...
2012-04-24 Ian Lance Taylorcompiler: Reject invalid composite literals.
2012-04-24 Ian Lance Taylorcompiler: Error for invalid use of ... in call.
2012-04-23 Ian Lance Taylorgo-lang.c (go_langhook_init): Set MPFR precision to...
2012-04-23 Ian Lance Taylorcompiler: Correct handling of negative zero floating...
2012-04-20 Ian Lance Taylorcompiler: Don't call cgraph_mark_needed_node.
2012-04-20 Ian Lance Taylorcompiler, runtime: Add explicit checks for zero and...
2012-04-18 Steven Bosschertarghooks.c (default_case_values_threshold): Fix code...
2012-04-16 Ian Lance Taylorcompiler: fix infinite recursion in string constant...
2012-03-30 Ian Lance Taylorcompiler: Fix order of evaluation of struct composite...
2012-03-29 Ian Lance Taylorcompiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} retur...
2012-03-28 Ian Lance Taylorcompiler: fix null-dereference on invalid len() arg.
2012-03-28 Ian Lance Taylorcompiler: avoid an ICE on bound interface methods used...
2012-03-28 Ian Lance Taylorcompiler: fix method finalization of unnamed structs.
2012-03-28 Ian Lance Taylorcompiler: fix crashes.
2012-03-28 Ian Lance Taylorcompiler: Rewrite handling of untyped numeric constants.
2012-03-09 Ian Lance Taylorcompiler: Be more careful to follow GENERIC type rules.
2012-03-09 Ian Lance Taylorcompiler: Correct handling of sink receiver.
2012-03-08 Ian Lance Taylorcompiler: Don't initialize zero sized variables.
2012-03-08 Ian Lance Taylorcompiler: Don't crash on array assignment.
2012-03-07 Ian Lance Taylorcompiler: Don't crash if writing type functions too...
2012-03-07 Ian Lance Taylorcompiler: Fix struct inheriting interface with varargs...
2012-03-02 Ian Lance Taylorlibgo: Update to weekly.2012-02-14 release.
2012-03-01 Ian Lance Taylorcompiler: Reliably give errors on misuse of multiple...
2012-03-01 Ian Lance Taylorcompiler: Fix varargs functions that call recover.
2012-03-01 Ian Lance Taylorcompiler: Fix handling of indirection of circular types.
2012-03-01 Ian Lance Taylorcompiler: Avoid some compiler crashes on invalid code.
2012-03-01 Ian Lance Taylorcompiler: Fix unary ^ applied to typed signed integer...
2012-02-29 Ian Lance Taylorcompiler: Avoid various crashes on error conditions.
2012-02-29 Ian Lance Taylorcompiler: Fix handling of invalid types within invalid...
2012-02-23 Richard Guenthergo-gcc.cc (Gcc_backend::placeholder_pointer_type):...
2012-02-18 Ian Lance Taylorcompiler: Permit an empty interface to be embedded...
2012-02-17 Ian Lance Taylorcompiler: Permit (_) on left hand side of =.
2012-02-17 Ian Lance Taylorcompiler: List imported packages in export information.
2012-02-17 Ian Lance Taylorcompiler: Add parameter names to export information.
2012-02-17 Ian Lance Taylorcompiler: Don't lower binary expressions with mismatche...
2012-02-17 Ian Lance Taylorgospec.c (lang_specific_driver): If linking, and no...
2012-02-17 Ian Lance Taylorcompiler: Fix backend representation for interface...
2012-02-17 Ian Lance Taylorcompiler: Check for initialization loop in constant...
2012-02-16 Ian Lance Taylorcompiler: Don't crash on erroneous unnamed integer...
2012-02-16 Ian Lance Taylorcompiler: Lower constant string comparisons.
2012-02-16 Ian Lance Taylorcompiler: Fix crash: type T1 struct { F *[1]T2 } where...
2012-02-15 Ian Lance Taylorcompiler: Avoid crashes on erroneous input.
2012-02-14 Ian Lance Taylorre PR go/48411 (Bogusly canonicalized $target-gccgo)
2012-02-08 Ian Lance Taylormath: Compile with -mfancy-math-387 -funsafe-optimizati...
2012-02-08 Ian Lance Taylorcompiler, runtime: Check make int64 args for overflow.
2012-02-07 Ian Lance Taylorcompiler, libgo: Use //extern comments rather than...
2012-02-04 Ian Lance Taylorcompiler, reflect: Fix hash codes of named types, fix...
2012-02-02 Ian Lance Taylorcompiler: Compare slice start and end with cap, not...
2012-02-02 Ian Lance Taylorcompiler: Permit importing a method to a type being...
2012-02-02 Ian Lance Taylorcompiler: Fix parameter references in method expressions.
2012-02-01 Ian Lance Taylorcompiler: Fix type checking for append.
2012-02-01 Ian Lance Taylorcompiler: Don't crash on switch _ := v.(type).
2012-02-01 Jakub Jelinekre PR target/52079 (ICE in aggregate_value_p while...
2012-02-01 Ian Lance Taylorcompiler: Permit a general expression in case x :=...
2012-02-01 Ian Lance Taylorcompiler: Don't crash on type switch case nil with...
2012-01-27 Ian Lance Taylorcompiler: Use new __builtin_init_heap_trampoline.
2012-01-26 Ian Lance Taylorcompiler: Don't make type fns for private fields in...
2012-01-25 Ian Lance Taylorcompiler: Always re-lower lowered expressions.
2012-01-24 Ian Lance Taylorcompiler: Error if type switch case can not implement...
2012-01-24 Ian Lance Taylorcompiler: Do not allow slice of array literal.
2012-01-24 Ian Lance Taylorcompiler: Simple statement in type switch is in differe...
2012-01-24 Ian Lance Taylorcompiler: Correct type of expressions involving charact...
2012-01-24 Ian Lance Taylorcompiler: Verify types of sink variables.
2012-01-24 Ian Lance Taylorcompiler: Better handling of erroneous function signatures.
2012-01-24 Ian Lance Taylorcompiler: Better error message for invalid use of prede...
2012-01-23 Ian Lance Taylorcompiler: Give an error if a variable is defined but...
2012-01-21 Ian Lance Taylorcompiler: The type descriptor of an undefined forward...
2012-01-21 Ian Lance Taylorcompiler: Check for calling value method with dereferen...
2012-01-21 Ian Lance Taylorcompiler: Change alias handling, change rune alias...
next