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/existing-fp8
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
2014-03-04
go-gcc.cc (Gcc_backend::immutable_struct): If IS_COMMON, set DECL_WEAK.
Ian Lance Taylor
1
-0
/
+7
2014-01-24
compiler: Use backend interface for unary expressions.
Chris Manghane
1
-0
/
+4
2014-01-17
compiler: Use backend interface for binary expressions.
Chris Manghane
1
-0
/
+7
2014-01-15
compiler: Use backend interface for interface info and field expressions.
Chris Manghane
1
-0
/
+5
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-0
/
+4
2014-01-02
Small ChangeLog fixes.
Jakub Jelinek
1
-2
/
+748
2014-01-02
gnat_ugn.texi: Bump @copying's copyright year.
Tobias Burnus
1
-743
/
+7
2013-12-16
compiler: Use backend interface for struct field expressions.
Chris Manghane
1
-0
/
+4
2013-12-12
go-lang.c (go_langhook_post_options): Disable sibling calls by default.
Ian Lance Taylor
1
-0
/
+5
2013-12-10
Make-lang.in (check_go_parallelize): Test go-test.exp r* tests separately.
Ian Lance Taylor
1
-0
/
+5
2013-12-05
Revert this change; no longer required.
Ian Lance Taylor
1
-0
/
+9
2013-11-23
compiler: Fix backend representation of calls to interface methods.
Ian Lance Taylor
1
-0
/
+5
2013-11-22
gimple.h: Remove all includes.
Andrew MacLeod
1
-0
/
+5
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
1
-0
/
+8
2013-11-18
c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.
Richard Sandiford
1
-0
/
+5
2013-11-18
cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.
Richard Sandiford
1
-0
/
+5
2013-11-14
gimplify-be.h: New file.
Andrew MacLeod
1
-1
/
+5
2013-11-12
gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.
Andrew MacLeod
1
-0
/
+4
2013-11-06
go-lang.c (go_langhook_post_options): If -fisolate-erroneous-paths was turned...
Ian Lance Taylor
1
-0
/
+6
2013-10-14
runtime: Don't clobber saved context when catching signal.
Chris Manghane
1
-0
/
+4
2013-10-11
compiler: Use backend interface for function code expressions.
Chris Manghane
1
-11
/
+16
2013-10-11
compiler: Use backend interface for function declarations.
Chris Manghane
1
-0
/
+7
2013-10-04
compiler: Use backend interface for temporary reference expressions.
Chris Manghane
1
-0
/
+4
2013-10-02
compiler: Use backend interface for numeric expressions.
Chris Manghane
1
-0
/
+7
2013-09-30
compiler: Use backend interface for variable expressions.
Chris Manghane
1
-0
/
+6
2013-09-25
Make-lang.in (gospec.o): Remove.
Tom Tromey
1
-0
/
+18
2013-09-25
Makefile.in (DRIVER_DEFINES): Use $(and), not shell code, to add -DENABLE_SHA...
Tom Tromey
1
-0
/
+4
2013-08-29
go-gcc.cc (Gcc_backend::immutable_struct): Set TREE_PUBLIC if the struct is n...
Ian Lance Taylor
1
-0
/
+6
2013-08-06
go-gcc.cc (Gcc_backend::immutable_struct_set_init): Use compute_reloc_for_con...
Ian Lance Taylor
1
-0
/
+5
2013-08-02
go-gcc.cc (immutable_struct_set_init): Always call resolve_unique_section.
Ian Lance Taylor
1
-0
/
+5
2013-07-24
go-gcc.cc (Gcc_backend::non_zero_size_type): If a struct has a fields...
Ian Lance Taylor
1
-0
/
+6
2013-07-23
go-backend.c: Don't #include "rtl.h".
Ian Lance Taylor
1
-0
/
+6
2013-07-23
go-lang.c: Don't #include "except.h".
Ian Lance Taylor
1
-0
/
+5
2013-06-18
compiler, runtime: Use function descriptors.
Ian Lance Taylor
1
-0
/
+6
2013-05-16
Makefile.in (LLINKER): New variable.
Jason Merrill
1
-0
/
+4
2013-01-16
* gospec.c: pass -u pthread_create to linker when static linking.
Shenghou Ma
1
-0
/
+4
2012-12-21
re PR bootstrap/54659 (Bootstrap with --disable-nls broken under Windows)
Ian Lance Taylor
1
-0
/
+5
2012-12-18
libgo: Link against libatomic_convenience.la.
Ian Lance Taylor
1
-0
/
+5
2012-12-18
libgo: Link against libatomic.
Andreas Schwab
1
-0
/
+7
2012-11-29
compiler, runtime: Track fields with tag go:"track".
Ian Lance Taylor
1
-0
/
+7
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-0
/
+6
2012-11-16
Make-lang.in (gccgo$(exeext)): Add + at start of command.
Ian Lance Taylor
1
-0
/
+5
2012-10-31
compiler: Add -fgo-relative-import-path.
Ian Lance Taylor
1
-0
/
+11
2012-09-17
libbacktrace/:
Ian Lance Taylor
1
-0
/
+4
2012-09-17
compile: Detect invalid and likely-bad import statements.
Ian Lance Taylor
1
-0
/
+4
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-0
/
+8
2012-07-24
lto-tree.h (lang_decl): Add variable_size GTY option.
Uros Bizjak
1
-0
/
+4
2012-05-11
Remove ChangeLog entry for change to gofrontend file.
Ian Lance Taylor
1
-4
/
+0
2012-05-09
compiler: Add -fgo-pkgpath option.
Ian Lance Taylor
1
-0
/
+16
2012-04-30
cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.c
Jan Hubicka
1
-0
/
+4
[next]