aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2018-02-03go-gcc.cc (Gcc_backend::fill_in_struct): Mark struct types as using structura...Ian Lance Taylor1-0/+5
2018-02-02go-gcc.cc (Gcc_backend::type_size): Return 0 for void_type_node.Ian Lance Taylor1-0/+15
2018-02-02compiler: turn on escape analysis by defaultCherry Zhang1-0/+9
2018-01-31go-gcc.cc (Gcc_backend::convert_tree): New private method.Ian Lance Taylor1-0/+7
2018-01-09compiler: make top-level decl for address-taken non-escaping localsCherry Zhang1-0/+4
2018-01-09compiler: add escape analysis debug hashCherry Zhang1-0/+8
2018-01-06go-gcc.cc (Gcc_backend::Gcc_backend): Correct math_function_type_long to take...Ian Lance Taylor1-0/+5
2018-01-03Add support for MODE_VECTOR_BOOLRichard Sandiford1-0/+6
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-0/+6
2018-01-03Update copyright years.Jakub Jelinek1-1/+3
2018-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-0/+4
2017-12-12go-lang.c (TARGET_AIX): Define if not defined.Tony Reix1-0/+6
2017-12-02compiler: avoid GCC middle-end control warningsIan Lance Taylor1-0/+6
2017-12-01compiler: introduce size threshold for nil checksThan McIntosh1-0/+6
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek1-0/+5
2017-11-15compiler: remove LHS/RHS context determination for var exprsThan McIntosh1-0/+4
2017-10-11go-system.h (__STDC_FORMAT_MACROS): Define before including any system header...Tony Reix1-0/+5
2017-10-05compiler: centralize all symbol name handlingIan Lance Taylor1-0/+4
2017-08-30[77/77] Add a complex_mode classRichard Sandiford1-0/+6
2017-08-30[20/77] Replace MODE_INT checks with is_int_modeRichard Sandiford1-0/+6
2017-08-30[7/77] Add scalar_float_modeRichard Sandiford1-0/+6
2017-08-07Canonicalize names of attributes.Martin Liska1-0/+5
2017-07-28go-backend.c (go_write_export_data): Use EXCLUDE section for AIX.Tony Reix1-0/+5
2017-06-09opts.c (finish_options): If -fsplit-stack, disable implicit -forder-blocks-an...Ian Lance Taylor1-0/+5
2017-05-12compiler: add calling Bfunction Backend::call_expressionThan McIntosh1-0/+4
2017-05-11re PR go/64238 (ICE in get_partitioning_class, at symtab.c:1775)Ian Lance Taylor1-0/+6
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-0/+11
2017-03-28re PR go/80226 (ICE gimple-expr.c:474 on Go function returning multiple empty...Than McIntosh1-0/+6
2017-02-21re PR go/79642 (space instead of tab in lang.opt)Ian Lance Taylor1-0/+5
2017-02-07re PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr25413a.c execution test)Richard Biener1-0/+6
2017-01-11compiler: add containing Bfunction to conditional_expressionThan McIntosh1-0/+4
2017-01-01Update copyright years.Jakub Jelinek1-0/+2
2017-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-1/+5
2016-12-16compiler: add containing Bfunction to some backend interfaces.Than McIntosh1-0/+8
2016-12-06compiler: pass lvalue/rvalue context to back end for var exprsThan McIntosh1-0/+5
2016-11-22compiler: relocate ID encoding utilities to gofrontendThan McIntosh1-0/+12
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor1-0/+5
2016-10-25go-lang.c: remove a redundant castDavid Malcolm1-0/+5
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+4
2016-10-11compiler: move Backend/Linemap creation out of front end.Than McIntosh1-0/+10
2016-10-10compiler: prune away gcc-specific linemap usageThan McIntosh1-0/+4
2016-10-10* config-lang.in (lang_requires_boot_languages): Delete.Eric Botcazou1-0/+4
2016-10-06go-gcc.cc (Gcc_backend::stack_allocation_expression): Clear the returned memory.Chris Manghane1-0/+5
2016-09-27compiler: add src information to AST dumps (part 1 of 2).Than McIntosh1-0/+4
2016-09-23compiler: better abstraction layer for diagnostics.Than McIntosh1-0/+10
2016-09-23re PR go/77701 (suspicious code in go/go-gcc.cc)Chris Manghane1-0/+6
2016-09-22compiler: compile runtime.getcaller{pc,sp} into builtin functionsIan Lance Taylor1-0/+5
2016-09-11runtime/internal/sys: new package, API copied from Go 1.7Ian Lance Taylor1-0/+5
2016-09-10go-backend.c (go_trampoline_info): Remove.Ian Lance Taylor1-0/+5
2016-09-09compiler: increase buffer size to avoid -Wformat-length warningIan Lance Taylor1-6/+0