aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-gcc.cc
AgeCommit message (Expand)AuthorFilesLines
2015-04-30compiler: Use backend interface for stack allocation.Chris Manghane1-0/+14
2015-02-03re PR go/64836 (go.test/test/fixedbugs/issue4348.go FAILs)Ian Lance Taylor1-15/+14
2015-01-16compiler, reflect, runtime: Use static chain for closures.Richard Henderson1-2/+42
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-07re PR go/61204 (gccgo: ICE in in fold_convert_loc [GoSmith])Chris Manghane1-1/+8
2015-01-06go-gcc.cc (constructor_expression): Don't initialize zero-sized fields, just ...Chris Manghane1-1/+15
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19go-gcc.cc (array_constructor_expression): Don't construct arrays of zero-size...Chris Manghane1-2/+19
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-2/+6
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+8
2014-10-24compiler: Use MPC library for complex numbers.Ian Lance Taylor1-4/+4
2014-09-03compiler: Add precise type information on the heap.Chris Manghane1-14/+77
2014-08-25IPA C++ refactoring 4/NMartin Liska1-2/+2
2014-08-08go-gcc.cc (Gcc_backend::compound_statement): Don't return NULL_TREE.Ian Lance Taylor1-0/+6
2014-07-24go-gcc.cc (Gcc_backend::global_variable_set_init): Rename symtab_get_node to ...Uros Bizjak1-2/+2
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-1/+2
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-1/+1
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor1-4/+23
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-06compiler: Use backend interface for expressions.Chris Manghane1-76/+22
2014-05-06Merge in wide-int.Kenneth Zadeck1-2/+1
2014-05-06compiler: Use backend interface for slice construction.Chris Manghane1-4/+11
2014-05-05compiler: Handle recursive pointer types for unary indirection.Chris Manghane1-9/+22
2014-04-30go-gcc.cc: #include "langhooks.h".Chris Manghane1-3/+216
2014-04-26compiler: Use backend interface for defining global declarations.Chris Manghane1-13/+155
2014-04-22compiler: Use backend interface for initialization functions.Chris Manghane1-11/+13
2014-04-17compiler: Use backend interface for constant expressions.Chris Manghane1-0/+27
2014-04-14Sync to current external repository.Chris Manghane1-4/+443
2014-03-04go-gcc.cc (Gcc_backend::immutable_struct): If IS_COMMON, set DECL_WEAK.Ian Lance Taylor1-3/+22
2014-01-24compiler: Use backend interface for unary expressions.Chris Manghane1-0/+44
2014-01-17compiler: Use backend interface for binary expressions.Chris Manghane1-4/+128
2014-01-15compiler: Use backend interface for interface info and field expressions.Chris Manghane1-0/+41
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16compiler: Use backend interface for struct field expressions.Chris Manghane1-0/+36
2013-11-23compiler: Fix backend representation of calls to interface methods.Ian Lance Taylor1-24/+5
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-10-14runtime: Don't clobber saved context when catching signal.Chris Manghane1-0/+16
2013-10-11compiler: Use backend interface for function code expressions.Chris Manghane1-0/+16
2013-10-11compiler: Use backend interface for function declarations.Chris Manghane1-0/+71
2013-10-04compiler: Use backend interface for temporary reference expressions.Chris Manghane1-0/+17
2013-10-02compiler: Use backend interface for numeric expressions.Chris Manghane1-0/+67
2013-09-30compiler: Use backend interface for variable expressions.Chris Manghane1-0/+34
2013-08-29go-gcc.cc (Gcc_backend::immutable_struct): Set TREE_PUBLIC if the struct is n...Ian Lance Taylor1-10/+6
2013-08-06go-gcc.cc (Gcc_backend::immutable_struct_set_init): Use compute_reloc_for_con...Ian Lance Taylor1-1/+3
2013-08-02go-gcc.cc (immutable_struct_set_init): Always call resolve_unique_section.Ian Lance Taylor1-4/+5
2013-07-24go-gcc.cc (Gcc_backend::non_zero_size_type): If a struct has a fields...Ian Lance Taylor1-14/+35
2013-06-18compiler, runtime: Use function descriptors.Ian Lance Taylor1-6/+9
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-11-29compiler, runtime: Track fields with tag go:"track".Ian Lance Taylor1-0/+16