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
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
2012-04-23
go-lang.c (go_langhook_init): Set MPFR precision to 256.
Ian Lance Taylor
1
-0
/
+4
2012-04-20
compiler, runtime: Add explicit checks for zero and overflow division.
Ian Lance Taylor
1
-0
/
+6
2012-04-18
targhooks.c (default_case_values_threshold): Fix code style nit.
Steven Bosscher
1
-0
/
+5
2012-03-09
compiler: Be more careful to follow GENERIC type rules.
Ian Lance Taylor
1
-0
/
+5
2012-03-08
compiler: Don't initialize zero sized variables.
Ian Lance Taylor
1
-0
/
+11
2012-03-01
compiler: Avoid some compiler crashes on invalid code.
Ian Lance Taylor
1
-0
/
+6
2012-02-23
go-gcc.cc (Gcc_backend::placeholder_pointer_type): Use build_distinct_type_copy.
Richard Guenther
1
-0
/
+5
2012-02-17
compiler: Add parameter names to export information.
Ian Lance Taylor
1
-0
/
+4
2012-02-17
gospec.c (lang_specific_driver): If linking, and no -o option was used, add one.
Ian Lance Taylor
1
-0
/
+5
2012-02-14
re PR go/48411 (Bogusly canonicalized $target-gccgo)
Ian Lance Taylor
1
-0
/
+9
2012-02-07
compiler, libgo: Use //extern comments rather than __asm__.
Ian Lance Taylor
1
-0
/
+5
2012-02-01
re PR target/52079 (ICE in aggregate_value_p while building libgo on arm-linu...
Jakub Jelinek
1
-0
/
+6
2012-01-21
compiler: The type descriptor of an undefined forward type is an error.
Ian Lance Taylor
1
-0
/
+7
2012-01-20
compiler: Handle recursive interfaces.
Ian Lance Taylor
1
-0
/
+6
2012-01-17
gospec.c (lang_specific_driver): If we see -S without -o, add -o BASE.s rathe...
Ian Lance Taylor
1
-0
/
+5
2012-01-12
go-lang.c (go_langhook_init): Initialize void_list_node before calling go_cre...
Ian Lance Taylor
1
-0
/
+5
2012-01-11
compiler: Use backend interface for type sizes and alignments.
Ian Lance Taylor
1
-0
/
+9
2011-12-28
go-gcc.cc (Gcc_backend::set_placeholder_struct_type): Use build_distinct_type...
Ian Lance Taylor
1
-5
/
+13
2011-12-22
go-gcc.cc (set_placeholder_pointer_type): Arrange for the type name to have a...
Ian Lance Taylor
1
-0
/
+8
2011-12-14
compiler: Move import of Go export data to gcc side of interface.
Ian Lance Taylor
1
-0
/
+9
2011-11-29
compiler: Define and use backend-independent Location class.
Sanjoy Das
1
-0
/
+12
2011-11-02
Move shlib support to toplevel libgcc
Rainer Orth
1
-0
/
+4
2011-10-11
Remove incorrect ChangeLog entry, correct spacing.
Ian Lance Taylor
1
-10
/
+0
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-0
/
+10
2011-08-24
gccgo...
Roberto Lublinerman
1
-0
/
+15
2011-08-24
* Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c-opts.o)
Joseph Myers
1
-0
/
+5
2011-08-16
Remove entry for gofrontend directory which should not be here.
Ian Lance Taylor
1
-6
/
+0
2011-08-15
LINEMAP_POSITION_FOR_COLUMN had the exact same effect as linemap_position_for...
Gabriel Charette
1
-0
/
+6
2011-08-08
driver-sparc.c: New file.
Rainer Orth
1
-0
/
+4
2011-08-03
gccgo: Added code to dump the AST tree.
Roberto Lublinerman
1
-0
/
+7
2011-07-06
tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.
Richard Guenther
1
-0
/
+5
2011-06-24
Remove entry for gofrontend change which should not be here.
Ian Lance Taylor
1
-5
/
+0
2011-06-21
gogo-tree.cc (Gogo::define_builtin_function_trees): Change BUILT_IN_ADD_AND_F...
Andrew MacLeod
1
-0
/
+5
2011-06-15
target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.
Joseph Myers
1
-0
/
+10
2011-06-14
Change builtin make to runtime call at lowering time.
Ian Lance Taylor
1
-0
/
+4
2011-06-11
Use backend interface for type descriptors.
Ian Lance Taylor
1
-0
/
+8
[next]