aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-gcc.cc
AgeCommit message (Expand)AuthorFilesLines
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-6/+0
2015-09-10compiler: Report errors from very large types.Chris Manghane1-1/+2
2015-08-24re PR tree-optimization/67284 (libgo fails to build on trunk r227015 / *-linu...Marek Polacek1-50/+56
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-6/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
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