aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-06Update ChangeLogs for wide-int work.Kenneth Zadeck1-0/+6
2014-05-06Merge in wide-int.Kenneth Zadeck1-2/+1
2014-05-06compiler: Store flags for division checks in Gogo object instead of using glo...Chris Manghane6-11/+49
2014-05-06compiler: Fix bug in embedded method handling.Ian Lance Taylor2-21/+26
2014-05-06compiler: Use backend interface for array length.Ian Lance Taylor2-62/+48
2014-05-06compiler: Use backend interface for slice construction.Chris Manghane5-111/+96
2014-05-05compiler: Handle recursive pointer types for unary indirection.Chris Manghane5-32/+58
2014-05-05compiler: Use backend interface for type info expressions.Ian Lance Taylor1-3/+7
2014-05-05compiler: Use backend interface for sink expressions.Ian Lance Taylor1-5/+16
2014-05-05compiler: Use backend interface for set and use temporaries.Ian Lance Taylor1-9/+9
2014-05-05compiler: Use backend interface for struct field offsets.Ian Lance Taylor1-16/+15
2014-05-05compiler: Use backend interface for bound method expressions.Ian Lance Taylor1-22/+12