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
/
gofrontend
Age
Commit message (
Expand
)
Author
Files
Lines
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-03
compiler: Add precise type information on the heap.
Chris Manghane
6
-21
/
+723
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-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-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-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
2014-07-18
compiler: fix test for mismatch between function results and uses
Ian Lance Taylor
4
-3
/
+48
2014-07-08
re PR go/61308 (gccgo: ICE in Expression::check_bounds [GoSmith])
Ian Lance Taylor
1
-2
/
+10
2014-07-08
re PR go/61746 (A line starting with /*// causes an error even if the /* is c...
Ian Lance Taylor
1
-1
/
+1
2014-06-04
libgo: Merge from revision 18783:00cce3a34d7e of master library.
Ian Lance Taylor
6
-30
/
+155
2014-05-06
compiler: Use backend interface for expressions.
Chris Manghane
8
-642
/
+516
2014-05-06
compiler: Store flags for division checks in Gogo object instead of using glo...
Chris Manghane
3
-9
/
+38
2014-05-06
compiler: Fix bug in embedded method handling.
Ian Lance Taylor
2
-21
/
+26
2014-05-06
compiler: Use backend interface for array length.
Ian Lance Taylor
2
-62
/
+48
2014-05-06
compiler: Use backend interface for slice construction.
Chris Manghane
3
-107
/
+80
2014-05-05
compiler: Handle recursive pointer types for unary indirection.
Chris Manghane
3
-23
/
+30
2014-05-05
compiler: Use backend interface for type info expressions.
Ian Lance Taylor
1
-3
/
+7
2014-05-05
compiler: Use backend interface for sink expressions.
Ian Lance Taylor
1
-5
/
+16
2014-05-05
compiler: Use backend interface for set and use temporaries.
Ian Lance Taylor
1
-9
/
+9
2014-05-05
compiler: Use backend interface for struct field offsets.
Ian Lance Taylor
1
-16
/
+15
2014-05-05
compiler: Use backend interface for bound method expressions.
Ian Lance Taylor
1
-22
/
+12
2014-05-01
compiler: Use backend interface for heap expressions.
Ian Lance Taylor
2
-23
/
+29
2014-05-01
go-backend.c: #include "diagnostics.h".
Chris Manghane
1
-37
/
+0
2014-04-30
compiler: Remove GCC langhooks from frontend proper.
Chris Manghane
1
-85
/
+0
2014-04-30
go-gcc.cc: #include "langhooks.h".
Chris Manghane
5
-406
/
+65
2014-04-30
compiler: Don't overwrite memory if an archive has a bad file name.
Ian Lance Taylor
1
-1
/
+1
2014-04-26
compiler: Use backend interface for defining global declarations.
Chris Manghane
7
-1049
/
+993
2014-04-22
compiler: Use backend interface for initialization functions.
Chris Manghane
3
-98
/
+73
2014-04-17
compiler: Use backend interface for constant expressions.
Chris Manghane
3
-44
/
+22
2014-04-17
re PR go/60870 (go interface methods broken on ppc64le (bug296.go))
Ian Lance Taylor
1
-2
/
+13
2014-04-17
compiler: Define immutability for numeric, constant, type info, type conversi...
Ian Lance Taylor
1
-1
/
+54
2014-04-14
Sync to current external repository.
Chris Manghane
11
-2859
/
+2526
2014-03-28
re PR other/59545 (Signed integer overflow issues)
Ian Lance Taylor
1
-2
/
+6
2014-03-20
compiler: Consider the depth of a nested composite literal during traversal.
Ian Lance Taylor
1
-0
/
+14
2014-02-20
re PR go/60288 (gccgo crashes compiling '*func_ptr(0)')
Ian Lance Taylor
1
-1
/
+13
2014-01-31
compiler: Use backend interface for conditional expressions.
Ian Lance Taylor
2
-1
/
+103
2014-01-28
compiler: Put nointerface methods in unique sections.
Ian Lance Taylor
1
-2
/
+9
2014-01-24
compiler: Use backend interface for unary expressions.
Chris Manghane
3
-134
/
+198
2014-01-24
compiler: Convert named types before flattening.
Ian Lance Taylor
2
-1
/
+3
2014-01-17
compiler: Use backend interface for binary expressions.
Chris Manghane
3
-246
/
+212
2014-01-15
compiler: Use backend interface for interface info and field expressions.
Chris Manghane
3
-141
/
+259
[next]