aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-gcc.cc
AgeCommit message (Expand)Author
2016-09-11 runtime/internal/sys: new package, API copied from Go 1.7Ian Lance Taylor
2016-08-08 PR go/72814Ian Lance Taylor
2016-08-05 PR go/72812Ian Lance Taylor
2016-04-18 * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz
2016-01-04 Update copyright years.Jakub Jelinek
2015-12-22 * go-gcc.cc (class Bvariable): Remove Gcc_tree parent class. AddIan Lance Taylor
2015-12-22 * go-gcc.cc (Gcc_backend::global_variable): If type is zero-sized,Ian Lance Taylor
2015-12-01 PR go/68477Ian Lance Taylor
2015-11-11adaAndrew Macleod
2015-09-10 compiler: Report errors from very large types.Chris Manghane
2015-08-24 PR tree-optimization/67284Marek Polacek
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-252015-06-25 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-04-30compiler: Use backend interface for stack allocation.Chris Manghane
2015-02-03 PR go/64836Ian Lance Taylor
2015-01-16compiler, reflect, runtime: Use static chain for closures.Richard Henderson
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-07 PR go/61204Chris Manghane
2015-01-06 * go-gcc.cc (constructor_expression): Don't initialize zero-sizedChris Manghane
2015-01-05 Update copyright years.Jakub Jelinek
2014-12-19 * go-gcc.cc (array_constructor_expression): Don't construct arraysChris Manghane
2014-10-28 * cgraph.h: Flatten. Remove all include files.Andrew Macleod
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-10-24compiler: Use MPC library for complex numbers.Ian Lance Taylor
2014-09-03compiler: Add precise type information on the heap.Chris Manghane
2014-08-25IPA C++ refactoring 4/NMartin Liska
2014-08-08 * go-gcc.cc (Gcc_backend::compound_statement): Don't returnIan Lance Taylor
2014-07-24 * go-gcc.cc (Gcc_backend::global_variable_set_init): RenameUros Bizjak
2014-06-11 * varasm.c (set_implicit_section): New function.Jan Hubicka
2014-06-09 * symtab.c (dump_symtab_base): Update dumping.Jan Hubicka
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor
2014-06-02 * expr.h: Remove prototypes of functions defined in builtins.c.Andrew Macleod
2014-05-06compiler: Use backend interface for expressions.Chris Manghane
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-05-06compiler: Use backend interface for slice construction.Chris Manghane
2014-05-05compiler: Handle recursive pointer types for unary indirection.Chris Manghane
2014-04-30 * go-gcc.cc: #include "langhooks.h".Chris Manghane
2014-04-26compiler: Use backend interface for defining global declarations.Chris Manghane
2014-04-22compiler: Use backend interface for initialization functions.Chris Manghane
2014-04-17compiler: Use backend interface for constant expressions.Chris Manghane
2014-04-14Sync to current external repository.Chris Manghane
2014-03-04 * go-gcc.cc (Gcc_backend::immutable_struct): If IS_COMMON, setIan Lance Taylor
2014-01-24compiler: Use backend interface for unary expressions.Chris Manghane
2014-01-17compiler: Use backend interface for binary expressions.Chris Manghane
2014-01-15compiler: Use backend interface for interface info and field expressions.Chris Manghane
2014-01-02Update copyright years in gcc/Richard Sandiford