aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-02re PR go/61880 (Linking with external functions in C does not work in GO when...Ian Lance Taylor1-4/+1
2014-09-19compiler: Pass constant arguments directly to thunk functions.Ian Lance Taylor1-14/+36
2014-09-15Makefile.in (dg_target_exps): Remove.Jakub Jelinek2-5/+6
2014-09-03compiler: Add precise type information on the heap.Chris Manghane8-35/+807
2014-08-29compiler: Fix comparison of struct/array with interface.Ian Lance Taylor1-2/+5
2014-08-27compiler: Disallow call of *T method using **T variable.Ian Lance Taylor1-2/+3
2014-08-25IPA C++ refactoring 4/NMartin Liska1-2/+2
2014-08-16compiler: Pass initialization of frame temporary to backend.Ian Lance Taylor1-0/+2
2014-08-13compiler, runtime: Fix unexpected GC interfering with closure passing.Ian Lance Taylor2-4/+47
2014-08-11compiler: Change return type comma-ok assignments to untyped bools.Ian Lance Taylor2-5/+10
2014-08-08go-gcc.cc (Gcc_backend::compound_statement): Don't return NULL_TREE.Ian Lance Taylor2-0/+11
2014-08-05re PR go/61308 (gccgo: ICE in Expression::check_bounds [GoSmith])Ian Lance Taylor1-1/+4
2014-08-05re PR go/61308 (gccgo: ICE in Expression::check_bounds [GoSmith])Ian Lance Taylor1-3/+16
2014-07-24go-gcc.cc (Gcc_backend::global_variable_set_init): Rename symtab_get_node to ...Uros Bizjak2-3/+8
2014-07-20compiler: If a variable that is only set, give not used error.Ian Lance Taylor2-8/+20
2014-07-20compiler: Don't let dot-import names match names from previous files.Ian Lance Taylor4-11/+32
2014-07-18compiler: fix test for mismatch between function results and usesIan Lance Taylor4-3/+48
2014-07-08re PR go/61308 (gccgo: ICE in Expression::check_bounds [GoSmith])Ian Lance Taylor1-2/+10
2014-07-08re PR go/61746 (A line starting with /*// causes an error even if the /* is c...Ian Lance Taylor1-1/+1
2014-06-13re PR go/61496 (Many Go tests FAIL with ld warning about go$zerovalue)Ian Lance Taylor2-0/+16
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka2-1/+7
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka2-1/+6
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor8-34/+183
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod2-0/+5
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders2-1/+5
2014-05-06compiler: Use backend interface for expressions.Chris Manghane10-718/+554