aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-gcc.cc
AgeCommit message (Expand)AuthorFilesLines
2019-07-02compiler: use builtin memset for non-pointer memclrCherry Zhang1-0/+9
2019-06-21compiler: intrinsify some math/bits functionsCherry Zhang1-1/+26
2019-05-30Fix RISC-V build failure for go language.Jim Wilson1-0/+4
2019-05-17compiler: intrinsify runtime/internal/atomic functionsCherry Zhang1-0/+103
2019-05-08runtime: use builtin memmove directlyCherry Zhang1-0/+9
2019-03-07re PR go/89227 (gotools test cmd/go fails with link error "call lacks nop, ca...Ian Lance Taylor1-0/+1
2019-02-15compiler,runtime: use __builtin_dwarf_cfa for getcallerspCherry Zhang1-2/+3
2019-02-14go-gcc.cc: #include "opts.h".Ian Lance Taylor1-0/+36
2019-02-06re PR go/89019 (LTO and gccgo cause ICE during free_lang_data)Nikhil Benesch1-0/+7
2019-01-09re PR go/86343 (types built by GO share TYPE_FIELDS in unsupported way)Ian Lance Taylor1-1/+5
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-27compiler: import inlinable functions from package dataIan Lance Taylor1-0/+5
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-4/+4
2018-11-01go-gcc.cc (Gcc_backend::write_global_definitions): Don't call gimplify_functi...Ian Lance Taylor1-1/+2
2018-10-29compiler: pass a single flags argument to Backend::functionIan Lance Taylor1-13/+9
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-2/+2
2018-06-28re PR go/86343 (types built by GO share TYPE_FIELDS in unsupported way)Ian Lance Taylor1-1/+1
2018-06-08compiler: remove stack_allocation_expressionCherry Zhang1-17/+0
2018-02-03go-gcc.cc (Gcc_backend::fill_in_struct): Mark struct types as using structura...Ian Lance Taylor1-0/+7
2018-02-02go-gcc.cc (Gcc_backend::type_size): Return 0 for void_type_node.Ian Lance Taylor1-9/+28
2018-01-31go-gcc.cc (Gcc_backend::convert_tree): New private method.Ian Lance Taylor1-27/+43
2018-01-09compiler: make top-level decl for address-taken non-escaping localsCherry Zhang1-3/+8
2018-01-06go-gcc.cc (Gcc_backend::Gcc_backend): Correct math_function_type_long to take...Ian Lance Taylor1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-02compiler: avoid GCC middle-end control warningsIan Lance Taylor1-3/+12
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek1-2/+2
2017-11-15compiler: remove LHS/RHS context determination for var exprsThan McIntosh1-2/+2
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