aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2015-01-09configure.ac (host_tools): Add gotools.Ian Lance Taylor2-0/+5
2015-01-09re PR rtl-optimization/64536 (Undefined .L* symbol starting with jump2 on s390x)Jakub Jelinek1-0/+8
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison3-7/+30
2015-01-07re PR go/61204 (gccgo: ICE in in fold_convert_loc [GoSmith])Chris Manghane2-5/+19
2015-01-07compiler: Don't assign to embedded builtins in imported struct compositeIan Lance Taylor1-2/+4
2015-01-07compiler: Add explicit sign to exported complex constants without imaginary c...Ian Lance Taylor1-1/+1
2015-01-06go-gcc.cc (constructor_expression): Don't initialize zero-sized fields, just ...Chris Manghane2-1/+20
2015-01-06compiler: Use function receiver name in mangled named type descriptor.Ian Lance Taylor1-0/+16
2015-01-05Update copyright years.Jakub Jelinek11-10/+12
2015-01-05gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2-2/+6
2014-12-23compiler: Evaluate array range expression once before iteration.Ian Lance Taylor1-2/+5
2014-12-19compiler: Add temporaries required in cases of interface conversion.Ian Lance Taylor2-16/+45
2014-12-19go-gcc.cc (array_constructor_expression): Don't construct arrays of zero-size...Chris Manghane2-2/+24
2014-12-19compiler: More cases that need a temporary for interface conversion.Ian Lance Taylor3-22/+74
2014-12-19compiler: Avoid multiple evaluations in interface conversions.Ian Lance Taylor4-11/+164
2014-12-17compiler: Don't crash on append with single argument.Ian Lance Taylor1-2/+7
2014-12-16compiler: Don't built hash/equality functions for thunk structs.Ian Lance Taylor3-2/+26
2014-12-16re PR go/61246 (gccgo: ICE in do_determine_types [GoSmith])Ian Lance Taylor1-1/+5
2014-12-16re PR go/61264 (gccgo: ICE in __normal_iterator [GoSmith])Ian Lance Taylor1-2/+8
2014-12-16re PR go/61273 (gccgo: ICE in Unsafe_type_conversion_expression::do_get_backe...Ian Lance Taylor2-5/+5
2014-12-15re PR go/61255 (gccgo: spurious "error: argument 2 has incompatible type" [Go...Ian Lance Taylor2-15/+36
2014-12-15re PR go/61248 (gccgo: spurious "error: too many arguments" [GoSmith])Ian Lance Taylor1-2/+8
2014-12-15re PR go/61253 (gccgo: spurious "error: expected '<-' or '='" [GoSmith])Ian Lance Taylor1-0/+10
2014-12-14compiler: Fix crash when tracked field used in global initializer.Ian Lance Taylor1-1/+1
2014-12-14re PR go/61244 (gccgo: ICE in write_specific_type_functions [GoSmith])Ian Lance Taylor1-0/+11
2014-12-13re PR go/61254 (gccgo: spurious "error: slice end must be integer" [GoSmith])Ian Lance Taylor1-1/+2
2014-12-10re PR go/61316 (gccgo: spurious "incompatible types in assignment" error [GoS...Ian Lance Taylor3-1/+26
2014-12-10compiler: Don't track fields in compiler-generated hash and eq funcs.Ian Lance Taylor4-0/+23
2014-12-08re PR go/64198 (ICE in gofrontend)Ian Lance Taylor1-3/+6
2014-12-01compiler: Don't crash with self-referential types.Ian Lance Taylor4-10/+44
2014-11-24compiler: Do not dereference a named pointer type when looking up a method.Ian Lance Taylor1-0/+12
2014-11-18compiler: Initialize variables in declaration order.Ian Lance Taylor1-32/+100
2014-11-13compiler: Do not count package uses from ambiguous lookups.Ian Lance Taylor4-13/+66
2014-11-04compiler: Logical operators should yield untyped bool for untyped operands.Ian Lance Taylor1-9/+0
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2-1/+5
2014-10-28cgraph.h: Flatten.Andrew MacLeod2-2/+10
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod3-2/+21
2014-10-24compiler: Use MPC library for complex numbers.Ian Lance Taylor6-470/+169
2014-10-24compiler: Simplify making integer expressions.Ian Lance Taylor7-271/+142
2014-10-21compiler: Remove obsolete hidden_fields_are_ok code.Ian Lance Taylor6-274/+31
2014-10-20compiler, runtime: Add type information to single object allocation.Ian Lance Taylor7-45/+77
2014-10-18compiler: Don't allow tuple assignments to contain duplicate symbols.Ian Lance Taylor1-0/+12
2014-10-16compiler: Method names must be non-blank.Ian Lance Taylor1-0/+2
2014-10-16compiler: Don't record interface types with blank type names.Ian Lance Taylor2-5/+12
2014-10-16compiler: Check for initialization cycles in bound method expressions.Ian Lance Taylor1-5/+6
2014-10-16re PR go/63560 (__go_set_defer_retaddr shouldn't be split by IPA split)Ian Lance Taylor3-0/+19
2014-10-16compiler: Parse receiver as a single parameter.Ian Lance Taylor2-93/+28
2014-10-09compiler: Permit "for range x" clauses.Ian Lance Taylor2-19/+36
2014-10-03compiler: Recognize 64-bit symbol tables in archives.Ian Lance Taylor1-0/+9
2014-10-03compiler: Don't insert promoted methods that conflict with fields.Ian Lance Taylor2-19/+44