aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2015-03-06compiler: Do not declare type switch variable outside case statements.Ian Lance Taylor5-80/+79
2015-02-03re PR go/64836 (go.test/test/fixedbugs/issue4348.go FAILs)Ian Lance Taylor9-101/+158
2015-01-31compiler: Treat map index expressions as lvalues in range expressions.Ian Lance Taylor1-8/+11
2015-01-30compiler: Pass location to fatal_error.Ian Lance Taylor1-1/+2
2015-01-30compiler: Add pkgpath symbol information to export data.Ian Lance Taylor5-6/+79
2015-01-30compiler: Fix -fgo-prefix handling.Ian Lance Taylor6-25/+103
2015-01-24re PR go/63565 (please document that (and why) Go binaries should not be stri...Ian Lance Taylor2-0/+18
2015-01-23re PR go/64595 (go programs abort when debug info is stripped)Ian Lance Taylor3-0/+33
2015-01-22compiler: Avoid infinite recursion when describing initialization loops.Ian Lance Taylor1-2/+4
2015-01-22compiler: Prohibit use of ellipsis operator on multi-valued calls.Ian Lance Taylor1-0/+11
2015-01-20compiler: Do not mark unused variables as used inside closures.Ian Lance Taylor2-6/+23
2015-01-16compiler, reflect, runtime: Use static chain for closures.Richard Henderson7-36/+90
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor3-1/+5
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