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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-14
Change builtin make to runtime call at lowering time.
Ian Lance Taylor
8
-598
/
+256
2011-06-11
Use backend interface for map descriptors.
Ian Lance Taylor
6
-155
/
+145
2011-06-11
Use backend interface for type descriptors.
Ian Lance Taylor
10
-253
/
+359
2011-06-09
Use backend interface for zero initialization.
Ian Lance Taylor
8
-390
/
+72
2011-06-08
Correct type size comparison.
Ian Lance Taylor
1
-2
/
+7
2011-06-07
tree.c (build_common_tree_nodes): Also initialize size_type_node.
Richard Guenther
2
-9
/
+5
2011-06-05
Revert accidental checkin.
H.J. Lu
33
-129968
/
+0
2011-06-05
2011-06-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
Jerry DeLisle
33
-0
/
+129968
2011-05-27
Change export code to use the backend interface.
Ian Lance Taylor
6
-32
/
+36
2011-05-24
Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.
Joseph Myers
2
-3
/
+8
2011-05-20
Makefile.in (LIBDEPS): Add libcommon.a.
Joseph Myers
2
-1
/
+5
2011-05-20
Update to current version of Go library.
Ian Lance Taylor
2
-17
/
+46
2011-05-13
Fix bug with multiple results returning structs with invalid sizes.
Ian Lance Taylor
6
-9
/
+78
2011-05-12
Fix bug with taking address of a variable when address does not escape.
Ian Lance Taylor
6
-26
/
+91
2011-05-11
Permit new of a function type.
Ian Lance Taylor
1
-12
/
+0
2011-05-11
Don't crash ranging over call to builtin function.
Ian Lance Taylor
2
-6
/
+7
2011-05-07
langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...
Eric Botcazou
2
-2
/
+8
2011-05-07
Use backend types for all type conversions.
Ian Lance Taylor
6
-286
/
+286
2011-05-06
More uses of backend interface for types.
Ian Lance Taylor
2
-96
/
+63
2011-05-06
Use backend interface for string types.
Ian Lance Taylor
1
-8
/
+21
2011-05-06
Use backend interface for interface types.
Ian Lance Taylor
2
-114
/
+91
2011-05-06
generalize build_case_label to the rest of the compiler
Nathan Froyd
2
-4
/
+6
2011-05-05
Use backend interface for slice types.
Ian Lance Taylor
4
-110
/
+54
2011-05-04
Use backend interface for named types and array types.
Ian Lance Taylor
5
-189
/
+487
2011-04-27
Use backend interface for struct types.
Ian Lance Taylor
3
-9
/
+50
2011-04-25
Use backend interface for function types.
Ian Lance Taylor
10
-172
/
+178
2011-04-25
Use backend interface for basic types
Evan Shaw
4
-68
/
+156
2011-04-23
Define go_unreachable to replace gcc_unreachable.
Ian Lance Taylor
13
-155
/
+153
2011-04-21
Define go_assert to replace gcc_assert
Ian Lance Taylor
21
-595
/
+605
2011-04-21
Use mpfr_prec_round, not real_convert, to constraint floats.
Ian Lance Taylor
1
-17
/
+3
2011-04-19
statement.cc no longer includes gcc headers.
Ian Lance Taylor
5
-97
/
+64
2011-04-19
Change general statement method to always use backend interface.
Ian Lance Taylor
4
-160
/
+137
2011-04-19
Use backend interface for temporary variables.
Ian Lance Taylor
6
-71
/
+152
2011-04-19
Use backend interface for blocks.
Ian Lance Taylor
8
-138
/
+292
2011-04-19
Use backend interface for variables.
Ian Lance Taylor
9
-262
/
+532
2011-04-15
Add compound_list to backend interface.
Ian Lance Taylor
4
-37
/
+50
2011-04-15
Use backend interface for send statement.
Ian Lance Taylor
4
-154
/
+112
2011-04-15
Use the backend interface for select statements.
Ian Lance Taylor
8
-139
/
+209
2011-04-13
Use backend interface for go and defer statements.
Ian Lance Taylor
7
-130
/
+133
2011-04-13
Unify handling of runtime support functions.
Ian Lance Taylor
9
-443
/
+1009
2011-04-13
ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...
Nathan Froyd
2
-1
/
+6
2011-04-12
Call cgraph_get_node rather than cgraph_node.
Ian Lance Taylor
1
-1
/
+1
2011-04-06
Use backend interface for constant switch statements.
Ian Lance Taylor
5
-81
/
+271
2011-04-06
Use backend interface for if statements.
Ian Lance Taylor
5
-29
/
+71
2011-04-06
Use backend interface for expression statements.
Ian Lance Taylor
4
-2
/
+32
2011-04-05
Use backend interface for labels and goto statements.
Ian Lance Taylor
9
-99
/
+267
2011-04-04
Use backend interface for return statements.
Ian Lance Taylor
12
-289
/
+254
2011-04-03
Start using backend interface separate from gofrontend.
Ian Lance Taylor
8
-12
/
+361
2011-03-31
Taking a slice of an array requires moving the array to the heap.
Ian Lance Taylor
1
-4
/
+7
2011-03-29
Fix select setting a map expression.
Ian Lance Taylor
1
-24
/
+26
[next]