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
2014-12-16
compiler: Don't built hash/equality functions for thunk structs.
Ian Lance Taylor
3
-2
/
+26
2014-12-16
re PR go/61246 (gccgo: ICE in do_determine_types [GoSmith])
Ian Lance Taylor
1
-1
/
+5
2014-12-16
re PR go/61264 (gccgo: ICE in __normal_iterator [GoSmith])
Ian Lance Taylor
1
-2
/
+8
2014-12-16
re PR go/61273 (gccgo: ICE in Unsafe_type_conversion_expression::do_get_backe...
Ian Lance Taylor
2
-5
/
+5
2014-12-15
re PR go/61255 (gccgo: spurious "error: argument 2 has incompatible type" [Go...
Ian Lance Taylor
2
-15
/
+36
2014-12-15
re PR go/61248 (gccgo: spurious "error: too many arguments" [GoSmith])
Ian Lance Taylor
1
-2
/
+8
2014-12-15
re PR go/61253 (gccgo: spurious "error: expected '<-' or '='" [GoSmith])
Ian Lance Taylor
1
-0
/
+10
2014-12-14
compiler: Fix crash when tracked field used in global initializer.
Ian Lance Taylor
1
-1
/
+1
2014-12-14
re PR go/61244 (gccgo: ICE in write_specific_type_functions [GoSmith])
Ian Lance Taylor
1
-0
/
+11
2014-12-13
re PR go/61254 (gccgo: spurious "error: slice end must be integer" [GoSmith])
Ian Lance Taylor
1
-1
/
+2
2014-12-10
re PR go/61316 (gccgo: spurious "incompatible types in assignment" error [GoS...
Ian Lance Taylor
3
-1
/
+26
2014-12-10
compiler: Don't track fields in compiler-generated hash and eq funcs.
Ian Lance Taylor
4
-0
/
+23
2014-12-08
re PR go/64198 (ICE in gofrontend)
Ian Lance Taylor
1
-3
/
+6
2014-12-01
compiler: Don't crash with self-referential types.
Ian Lance Taylor
4
-10
/
+44
2014-11-24
compiler: Do not dereference a named pointer type when looking up a method.
Ian Lance Taylor
1
-0
/
+12
2014-11-18
compiler: Initialize variables in declaration order.
Ian Lance Taylor
1
-32
/
+100
2014-11-13
compiler: Do not count package uses from ambiguous lookups.
Ian Lance Taylor
4
-13
/
+66
2014-11-04
compiler: Logical operators should yield untyped bool for untyped operands.
Ian Lance Taylor
1
-9
/
+0
2014-10-29
decl.c, [...]: Remove redundant enum from machine_mode.
Richard Sandiford
2
-1
/
+5
2014-10-28
cgraph.h: Flatten.
Andrew MacLeod
2
-2
/
+10
2014-10-27
ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.
Andrew MacLeod
3
-2
/
+21
2014-10-24
compiler: Use MPC library for complex numbers.
Ian Lance Taylor
6
-470
/
+169
2014-10-24
compiler: Simplify making integer expressions.
Ian Lance Taylor
7
-271
/
+142
2014-10-21
compiler: Remove obsolete hidden_fields_are_ok code.
Ian Lance Taylor
6
-274
/
+31
2014-10-20
compiler, runtime: Add type information to single object allocation.
Ian Lance Taylor
7
-45
/
+77
2014-10-18
compiler: Don't allow tuple assignments to contain duplicate symbols.
Ian Lance Taylor
1
-0
/
+12
2014-10-16
compiler: Method names must be non-blank.
Ian Lance Taylor
1
-0
/
+2
2014-10-16
compiler: Don't record interface types with blank type names.
Ian Lance Taylor
2
-5
/
+12
2014-10-16
compiler: Check for initialization cycles in bound method expressions.
Ian Lance Taylor
1
-5
/
+6
2014-10-16
re PR go/63560 (__go_set_defer_retaddr shouldn't be split by IPA split)
Ian Lance Taylor
3
-0
/
+19
2014-10-16
compiler: Parse receiver as a single parameter.
Ian Lance Taylor
2
-93
/
+28
2014-10-09
compiler: Permit "for range x" clauses.
Ian Lance Taylor
2
-19
/
+36
2014-10-03
compiler: Recognize 64-bit symbol tables in archives.
Ian Lance Taylor
1
-0
/
+9
2014-10-03
compiler: Don't insert promoted methods that conflict with fields.
Ian Lance Taylor
2
-19
/
+44
2014-10-02
re PR go/61880 (Linking with external functions in C does not work in GO when...
Ian Lance Taylor
1
-4
/
+1
2014-09-19
compiler: Pass constant arguments directly to thunk functions.
Ian Lance Taylor
1
-14
/
+36
2014-09-15
Makefile.in (dg_target_exps): Remove.
Jakub Jelinek
2
-5
/
+6
2014-09-03
compiler: Add precise type information on the heap.
Chris Manghane
8
-35
/
+807
2014-08-29
compiler: Fix comparison of struct/array with interface.
Ian Lance Taylor
1
-2
/
+5
2014-08-27
compiler: Disallow call of *T method using **T variable.
Ian Lance Taylor
1
-2
/
+3
2014-08-25
IPA C++ refactoring 4/N
Martin Liska
1
-2
/
+2
2014-08-16
compiler: Pass initialization of frame temporary to backend.
Ian Lance Taylor
1
-0
/
+2
2014-08-13
compiler, runtime: Fix unexpected GC interfering with closure passing.
Ian Lance Taylor
2
-4
/
+47
2014-08-11
compiler: Change return type comma-ok assignments to untyped bools.
Ian Lance Taylor
2
-5
/
+10
2014-08-08
go-gcc.cc (Gcc_backend::compound_statement): Don't return NULL_TREE.
Ian Lance Taylor
2
-0
/
+11
2014-08-05
re PR go/61308 (gccgo: ICE in Expression::check_bounds [GoSmith])
Ian Lance Taylor
1
-1
/
+4
2014-08-05
re PR go/61308 (gccgo: ICE in Expression::check_bounds [GoSmith])
Ian Lance Taylor
1
-3
/
+16
2014-07-24
go-gcc.cc (Gcc_backend::global_variable_set_init): Rename symtab_get_node to ...
Uros Bizjak
2
-3
/
+8
2014-07-20
compiler: If a variable that is only set, give not used error.
Ian Lance Taylor
2
-8
/
+20
2014-07-20
compiler: Don't let dot-import names match names from previous files.
Ian Lance Taylor
4
-11
/
+32
[prev]
[next]