aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-gcc.cc
AgeCommit message (Expand)AuthorFilesLines
2017-08-07Canonicalize names of attributes.Martin Liska1-1/+1
2017-05-12compiler: add calling Bfunction Backend::call_expressionThan McIntosh1-3/+6
2017-05-11re PR go/64238 (ICE in get_partitioning_class, at symtab.c:1775)Ian Lance Taylor1-2/+2
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-0/+18
2017-03-28re PR go/80226 (ICE gimple-expr.c:474 on Go function returning multiple empty...Than McIntosh1-1/+2
2017-01-11compiler: add containing Bfunction to conditional_expressionThan McIntosh1-3/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-16compiler: add containing Bfunction to some backend interfaces.Than McIntosh1-15/+18
2016-12-06compiler: pass lvalue/rvalue context to back end for var exprsThan McIntosh1-2/+2
2016-11-22compiler: relocate ID encoding utilities to gofrontendThan McIntosh1-135/+36
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor1-0/+9
2016-10-11compiler: move Backend/Linemap creation out of front end.Than McIntosh1-0/+1
2016-10-06go-gcc.cc (Gcc_backend::stack_allocation_expression): Clear the returned memory.Chris Manghane1-0/+3
2016-09-23re PR go/77701 (suspicious code in go/go-gcc.cc)Chris Manghane1-4/+4
2016-09-22compiler: compile runtime.getcaller{pc,sp} into builtin functionsIan Lance Taylor1-6/+7
2016-09-11runtime/internal/sys: new package, API copied from Go 1.7Ian Lance Taylor1-0/+22
2016-08-08re PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC: SIGILL)Ian Lance Taylor1-0/+29
2016-08-05re PR go/72812 (reflect FAILs with Solaris as)Ian Lance Taylor1-1/+113
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-22go-gcc.cc (class Bvariable): Remove Gcc_tree parent class.Ian Lance Taylor1-29/+60
2015-12-22go-gcc.cc (Gcc_backend::global_variable): If type is zero-sized, add a VIEW_C...Ian Lance Taylor1-1/+15
2015-12-01re PR go/68477 (error: type variant differs by TYPE_STRING_FLAG.)Ian Lance Taylor1-1/+0
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