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
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-07
Canonicalize names of attributes.
Martin Liska
1
-0
/
+5
2017-07-28
go-backend.c (go_write_export_data): Use EXCLUDE section for AIX.
Tony Reix
1
-0
/
+5
2017-06-09
opts.c (finish_options): If -fsplit-stack, disable implicit -forder-blocks-an...
Ian Lance Taylor
1
-0
/
+5
2017-05-12
compiler: add calling Bfunction Backend::call_expression
Than McIntosh
1
-0
/
+4
2017-05-11
re PR go/64238 (ICE in get_partitioning_class, at symtab.c:1775)
Ian Lance Taylor
1
-0
/
+6
2017-05-10
Big merge of changes to gofrontend repo that were postponed due to the
Ian Lance Taylor
1
-0
/
+11
2017-03-28
re PR go/80226 (ICE gimple-expr.c:474 on Go function returning multiple empty...
Than McIntosh
1
-0
/
+6
2017-02-21
re PR go/79642 (space instead of tab in lang.opt)
Ian Lance Taylor
1
-0
/
+5
2017-02-07
re PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr25413a.c execution test)
Richard Biener
1
-0
/
+6
2017-01-11
compiler: add containing Bfunction to conditional_expression
Than McIntosh
1
-0
/
+4
2017-01-01
Update copyright years.
Jakub Jelinek
1
-0
/
+2
2017-01-01
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
1
-1
/
+5
2016-12-16
compiler: add containing Bfunction to some backend interfaces.
Than McIntosh
1
-0
/
+8
2016-12-06
compiler: pass lvalue/rvalue context to back end for var exprs
Than McIntosh
1
-0
/
+5
2016-11-22
compiler: relocate ID encoding utilities to gofrontend
Than McIntosh
1
-0
/
+12
2016-11-22
runtime: rewrite panic/defer code from C to Go
Ian Lance Taylor
1
-0
/
+5
2016-10-25
go-lang.c: remove a redundant cast
David Malcolm
1
-0
/
+5
2016-10-13
Move MEMMODEL_* from coretypes.h to memmodel.h
Thomas Preud'homme
1
-0
/
+4
2016-10-11
compiler: move Backend/Linemap creation out of front end.
Than McIntosh
1
-0
/
+10
2016-10-10
compiler: prune away gcc-specific linemap usage
Than McIntosh
1
-0
/
+4
2016-10-10
* config-lang.in (lang_requires_boot_languages): Delete.
Eric Botcazou
1
-0
/
+4
2016-10-06
go-gcc.cc (Gcc_backend::stack_allocation_expression): Clear the returned memory.
Chris Manghane
1
-0
/
+5
2016-09-27
compiler: add src information to AST dumps (part 1 of 2).
Than McIntosh
1
-0
/
+4
2016-09-23
compiler: better abstraction layer for diagnostics.
Than McIntosh
1
-0
/
+10
2016-09-23
re PR go/77701 (suspicious code in go/go-gcc.cc)
Chris Manghane
1
-0
/
+6
2016-09-22
compiler: compile runtime.getcaller{pc,sp} into builtin functions
Ian Lance Taylor
1
-0
/
+5
2016-09-11
runtime/internal/sys: new package, API copied from Go 1.7
Ian Lance Taylor
1
-0
/
+5
2016-09-10
go-backend.c (go_trampoline_info): Remove.
Ian Lance Taylor
1
-0
/
+5
2016-09-09
compiler: increase buffer size to avoid -Wformat-length warning
Ian Lance Taylor
1
-6
/
+0
2016-09-09
compiler: add abstraction layer for sha1 checksums.
Than McIntosh
1
-0
/
+6
2016-09-05
ChangeLog formatting fixes.
Jakub Jelinek
1
-1
/
+1
2016-09-01
c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...
Martin Sebor
1
-0
/
+6
2016-08-30
compiler: add -fgo-c-header=FILE to create a C header
Ian Lance Taylor
1
-0
/
+10
2016-08-10
gccgo.texi (Invoking gccgo): Document -fgo-optimize-allocs and -fgo-debug-escae.
Ian Lance Taylor
1
-0
/
+8
2016-08-08
re PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC: SIGILL)
Ian Lance Taylor
1
-0
/
+8
2016-08-05
re PR go/72812 (reflect FAILs with Solaris as)
Ian Lance Taylor
1
-0
/
+14
2016-08-02
escape: Add basic debugging.
Chris Manghane
1
-0
/
+7
2016-05-06
escape: Add skeleton for gc analysis.
Chris Manghane
1
-0
/
+5
2016-04-29
escape: Remove previously existing analysis.
Chris Manghane
1
-0
/
+4
2016-04-18
tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
Michael Matz
1
-0
/
+4
2016-02-12
cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.
Jakub Jelinek
1
-0
/
+6
2016-01-27
go-lang.c (go_langhook_init_options_struct): Default to -fkeep-gc-roots-live.
Ian Lance Taylor
1
-0
/
+5
2016-01-04
Update copyright years.
Jakub Jelinek
1
-0
/
+2
2016-01-04
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
1
-1
/
+5
2015-12-22
go-gcc.cc (class Bvariable): Remove Gcc_tree parent class.
Ian Lance Taylor
1
-0
/
+17
2015-12-22
go-gcc.cc (Gcc_backend::global_variable): If type is zero-sized, add a VIEW_C...
Ian Lance Taylor
1
-0
/
+8
2015-12-01
re PR go/68477 (error: type variant differs by TYPE_STRING_FLAG.)
Ian Lance Taylor
1
-0
/
+6
2015-11-11
decl.c: Remove unused header files.
Andrew MacLeod
1
-0
/
+7
2015-10-29
decl.c: Reorder #include's and remove duplicates.
Andrew MacLeod
1
-0
/
+5
2015-10-20
PR66870 PowerPC64 Enable gold linker with split stack
Alan Modra
1
-0
/
+8
[next]