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
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
2011-06-09
Use backend interface for zero initialization.
Ian Lance Taylor
1
-0
/
+4
2011-06-07
tree.c (build_common_tree_nodes): Also initialize size_type_node.
Richard Guenther
1
-0
/
+5
2011-05-27
Change export code to use the backend interface.
Ian Lance Taylor
1
-0
/
+9
2011-05-24
Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.
Joseph Myers
1
-0
/
+5
2011-05-20
Makefile.in (LIBDEPS): Add libcommon.a.
Joseph Myers
1
-0
/
+4
2011-05-13
Fix bug with multiple results returning structs with invalid sizes.
Ian Lance Taylor
1
-0
/
+6
2011-05-12
Fix bug with taking address of a variable when address does not escape.
Ian Lance Taylor
1
-0
/
+6
2011-05-07
langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...
Eric Botcazou
1
-0
/
+4
2011-05-06
generalize build_case_label to the rest of the compiler
Nathan Froyd
1
-0
/
+4
2011-05-04
Use backend interface for named types and array types.
Ian Lance Taylor
1
-0
/
+17
2011-04-27
Use backend interface for struct types.
Ian Lance Taylor
1
-0
/
+4
2011-04-25
Use backend interface for function types.
Ian Lance Taylor
1
-0
/
+11
2011-04-25
Use backend interface for basic types
Evan Shaw
1
-0
/
+12
2011-04-21
Define go_assert to replace gcc_assert
Ian Lance Taylor
1
-0
/
+4
2011-04-19
statement.cc no longer includes gcc headers.
Ian Lance Taylor
1
-0
/
+7
2011-04-19
Use backend interface for temporary variables.
Ian Lance Taylor
1
-0
/
+4
2011-04-19
Use backend interface for blocks.
Ian Lance Taylor
1
-0
/
+10
2011-04-19
Use backend interface for variables.
Ian Lance Taylor
1
-0
/
+13
2011-04-15
Add compound_list to backend interface.
Ian Lance Taylor
1
-0
/
+9
2011-04-15
Use the backend interface for select statements.
Ian Lance Taylor
1
-0
/
+4
2011-04-13
Use backend interface for go and defer statements.
Ian Lance Taylor
1
-0
/
+4
2011-04-13
Unify handling of runtime support functions.
Ian Lance Taylor
1
-0
/
+8
2011-04-13
ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...
Nathan Froyd
1
-0
/
+5
2011-04-06
Use backend interface for constant switch statements.
Ian Lance Taylor
1
-0
/
+6
2011-04-06
Use backend interface for if statements.
Ian Lance Taylor
1
-0
/
+7
2011-04-06
Use backend interface for expression statements.
Ian Lance Taylor
1
-0
/
+4
2011-04-05
Use backend interface for labels and goto statements.
Ian Lance Taylor
1
-0
/
+14
2011-04-04
Use backend interface for return statements.
Ian Lance Taylor
1
-0
/
+11
2011-04-03
Start using backend interface separate from gofrontend.
Ian Lance Taylor
1
-0
/
+8
2011-02-28
Move ChangeLog entry to correct ChangeLog file.
Ian Lance Taylor
1
-0
/
+4
2011-02-08
go-lang.c (go_langhook_init_options_struct): Set frontend_set_flag_errno_math.
Ian Lance Taylor
1
-0
/
+5
2011-01-31
configure.ac (gcc_cv_ld_static_option): Define.
Rainer Orth
1
-0
/
+5
2011-01-21
Remove the types float and complex.
Ian Lance Taylor
1
-0
/
+6
2011-01-14
Move clearing of flag_strict_aliasing to gcc interface.
Ian Lance Taylor
1
-0
/
+9
2010-12-31
re PR go/47113 (go_field_alignment: field set but not used)
Joern Rennecke
1
-0
/
+6
2010-12-21
Make-lang.in (check-go): Remove.
Ian Lance Taylor
1
-0
/
+6
2010-12-13
gospec.c (lang_specific_driver): Add a -o option if not linking and there is ...
Ian Lance Taylor
1
-0
/
+5
2010-12-07
re PR tree-optimization/46805 (ICE: SIGSEGV in optab_for_tree_code (optabs.c:...
Ian Lance Taylor
1
-0
/
+6
2010-12-07
re PR other/46789 (go configuration with --prefix=/usr pollutes the /usr/lib ...
Ian Lance Taylor
1
-0
/
+14
2010-12-04
re PR bootstrap/46776 (gogo-tree.cc uses TRAMPOLINE_ALIGNMENT and TRAMPOLINE_...
Ian Lance Taylor
1
-0
/
+12
2010-12-03
* config-lang.in (build_by_default): Set to no.
Ian Lance Taylor
1
-0
/
+7