aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-gcc.cc
AgeCommit message (Expand)AuthorFilesLines
2024-06-25go: Replace uses of {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZEKewen Lin1-6/+6
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-03-24go: Fix up go.test/test/fixedbugs/bug207.go failure [PR109258]Jakub Jelinek1-1/+11
2023-01-17go: define two builtin functions used by middle-endIan Lance Taylor1-0/+10
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-09go: don't crash if __atomic_fetch_add functions are usedIan Lance Taylor1-4/+8
2022-07-16go: fix f().x where f returns zero-sized typeIan Lance Taylor1-0/+7
2022-07-15go: fix f(g()) where g returns zero-sized typeIan Lance Taylor1-0/+13
2022-02-08compiler: recognize Go 1.18 runtime/internal/atomic methodsIan Lance Taylor1-0/+14
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-06-29go-gcc: set DECL_NAMELESS for temporary variablesIan Lance Taylor1-0/+3
2021-05-24compiler: mark global variables whose address is takenIan Lance Taylor1-50/+105
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-11Re: Refactor copying decl section namesAlan Modra1-1/+1
2020-11-06core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTINNathan Sidwell1-1/+1
2020-09-14options: Save and restore opts_set for Optimization and Target optionsJakub Jelinek1-3/+5
2020-04-15Go Gcc_backend class: mark prefetch as novopsIan Lance Taylor1-88/+91
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
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