index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
go
/
go-gcc.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-07-02
compiler: use builtin memset for non-pointer memclr
Cherry Zhang
1
-0
/
+9
2019-06-21
compiler: intrinsify some math/bits functions
Cherry Zhang
1
-1
/
+26
2019-05-30
Fix RISC-V build failure for go language.
Jim Wilson
1
-0
/
+4
2019-05-17
compiler: intrinsify runtime/internal/atomic functions
Cherry Zhang
1
-0
/
+103
2019-05-08
runtime: use builtin memmove directly
Cherry Zhang
1
-0
/
+9
2019-03-07
re PR go/89227 (gotools test cmd/go fails with link error "call lacks nop, ca...
Ian Lance Taylor
1
-0
/
+1
2019-02-15
compiler,runtime: use __builtin_dwarf_cfa for getcallersp
Cherry Zhang
1
-2
/
+3
2019-02-14
go-gcc.cc: #include "opts.h".
Ian Lance Taylor
1
-0
/
+36
2019-02-06
re PR go/89019 (LTO and gccgo cause ICE during free_lang_data)
Nikhil Benesch
1
-0
/
+7
2019-01-09
re PR go/86343 (types built by GO share TYPE_FIELDS in unsupported way)
Ian Lance Taylor
1
-1
/
+5
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-2
/
+2
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-27
compiler: import inlinable functions from package data
Ian Lance Taylor
1
-0
/
+5
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
1
-4
/
+4
2018-11-01
go-gcc.cc (Gcc_backend::write_global_definitions): Don't call gimplify_functi...
Ian Lance Taylor
1
-1
/
+2
2018-10-29
compiler: pass a single flags argument to Backend::function
Ian Lance Taylor
1
-13
/
+9
2018-08-27
Come up with fndecl_built_in_p.
Martin Liska
1
-2
/
+2
2018-06-28
re PR go/86343 (types built by GO share TYPE_FIELDS in unsupported way)
Ian Lance Taylor
1
-1
/
+1
2018-06-08
compiler: remove stack_allocation_expression
Cherry Zhang
1
-17
/
+0
2018-02-03
go-gcc.cc (Gcc_backend::fill_in_struct): Mark struct types as using structura...
Ian Lance Taylor
1
-0
/
+7
2018-02-02
go-gcc.cc (Gcc_backend::type_size): Return 0 for void_type_node.
Ian Lance Taylor
1
-9
/
+28
2018-01-31
go-gcc.cc (Gcc_backend::convert_tree): New private method.
Ian Lance Taylor
1
-27
/
+43
2018-01-09
compiler: make top-level decl for address-taken non-escaping locals
Cherry Zhang
1
-3
/
+8
2018-01-06
go-gcc.cc (Gcc_backend::Gcc_backend): Correct math_function_type_long to take...
Ian Lance Taylor
1
-1
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-02
compiler: avoid GCC middle-end control warnings
Ian Lance Taylor
1
-3
/
+12
2017-11-28
tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.
Jakub Jelinek
1
-2
/
+2
2017-11-15
compiler: remove LHS/RHS context determination for var exprs
Than McIntosh
1
-2
/
+2
2017-08-07
Canonicalize names of attributes.
Martin Liska
1
-1
/
+1
2017-05-12
compiler: add calling Bfunction Backend::call_expression
Than McIntosh
1
-3
/
+6
2017-05-11
re PR go/64238 (ICE in get_partitioning_class, at symtab.c:1775)
Ian Lance Taylor
1
-2
/
+2
2017-05-10
Big merge of changes to gofrontend repo that were postponed due to the
Ian Lance Taylor
1
-0
/
+18
2017-03-28
re PR go/80226 (ICE gimple-expr.c:474 on Go function returning multiple empty...
Than McIntosh
1
-1
/
+2
2017-01-11
compiler: add containing Bfunction to conditional_expression
Than McIntosh
1
-3
/
+4
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-16
compiler: add containing Bfunction to some backend interfaces.
Than McIntosh
1
-15
/
+18
2016-12-06
compiler: pass lvalue/rvalue context to back end for var exprs
Than McIntosh
1
-2
/
+2
2016-11-22
compiler: relocate ID encoding utilities to gofrontend
Than McIntosh
1
-135
/
+36
2016-11-22
runtime: rewrite panic/defer code from C to Go
Ian Lance Taylor
1
-0
/
+9
2016-10-11
compiler: move Backend/Linemap creation out of front end.
Than McIntosh
1
-0
/
+1
2016-10-06
go-gcc.cc (Gcc_backend::stack_allocation_expression): Clear the returned memory.
Chris Manghane
1
-0
/
+3
2016-09-23
re PR go/77701 (suspicious code in go/go-gcc.cc)
Chris Manghane
1
-4
/
+4
2016-09-22
compiler: compile runtime.getcaller{pc,sp} into builtin functions
Ian Lance Taylor
1
-6
/
+7
2016-09-11
runtime/internal/sys: new package, API copied from Go 1.7
Ian Lance Taylor
1
-0
/
+22
2016-08-08
re PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC: SIGILL)
Ian Lance Taylor
1
-0
/
+29
2016-08-05
re PR go/72812 (reflect FAILs with Solaris as)
Ian Lance Taylor
1
-1
/
+113
2016-04-18
tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
Michael Matz
1
-1
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-22
go-gcc.cc (class Bvariable): Remove Gcc_tree parent class.
Ian Lance Taylor
1
-29
/
+60
[next]