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-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
2014-01-14
compiler: Add Backend Function type.
Ian Lance Taylor
2
-0
/
+35
2014-01-10
compiler: Use backend interface for slice info.
Ian Lance Taylor
7
-138
/
+322
2014-01-09
compiler: Add flattening pass
Ian Lance Taylor
6
-5
/
+267
2013-12-17
compiler: Use backend interface for runtime errors.
Ian Lance Taylor
4
-34
/
+26
2013-12-16
compiler: Use backend interface for struct field expressions.
Chris Manghane
2
-22
/
+10
2013-12-12
compiler: Better error messages for { on line after if/for/switch.
Ian Lance Taylor
1
-3
/
+22
2013-12-12
compiler: Check for nil when slicing pointer to array.
Ian Lance Taylor
1
-0
/
+8
2013-12-12
compiler: Tweak untyped nil error message.
Ian Lance Taylor
1
-2
/
+9
2013-12-12
compiler: Don't permit importing a package as "init".
Ian Lance Taylor
1
-0
/
+3
2013-12-12
compiler: Don't compare structs with blank non-comparable fields.
Ian Lance Taylor
1
-3
/
+0
2013-12-12
compiler, reflect, runtime: Implement method values in reflect.
Ian Lance Taylor
2
-20
/
+35
2013-12-11
compiler: Minor fixes for recover thunks.
Ian Lance Taylor
1
-2
/
+23
2013-11-26
compiler: If type defined as type, forward hash/equal functions.
Ian Lance Taylor
2
-2
/
+107
2013-11-23
compiler: Fix backend representation of calls to interface methods.
Ian Lance Taylor
4
-33
/
+192
2013-11-22
compiler: Fixes for middle-end changes.
Ian Lance Taylor
3
-5
/
+2
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
2
-0
/
+5
2013-11-18
c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.
Richard Sandiford
1
-1
/
+1
2013-11-18
cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.
Richard Sandiford
1
-1
/
+1
2013-11-14
compiler: Use backend interface for comparisons.
Ian Lance Taylor
2
-149
/
+110
2013-11-12
compiler: Update for mainline changes.
Ian Lance Taylor
3
-0
/
+3
2013-11-11
compiler: Support Go 1.2 nil checks.
Ian Lance Taylor
3
-6
/
+38
2013-11-08
compiler: Fix bogus init loop error with struct composite literal.
Ian Lance Taylor
1
-3
/
+45
2013-11-08
compiler: Correct types when type conversion makes backend call.
Ian Lance Taylor
1
-2
/
+5
2013-10-24
compiler: Implement 3-index slicing.
Ian Lance Taylor
5
-44
/
+171
2013-10-23
compiler: use builtin runtime calls for integer to string and string to array...
Ian Lance Taylor
1
-26
/
+11
2013-10-17
compiler: Rework handling of imported anonymous builtin types again.
Ian Lance Taylor
2
-37
/
+50
2013-10-17
compiler: Don't warn for unknown type when importing anonymous field.
Ian Lance Taylor
1
-4
/
+18
2013-10-14
runtime: Don't clobber saved context when catching signal.
Chris Manghane
5
-30
/
+46
2013-10-13
compiler: Fix handling of imported struct with embedded builtin type.
Ian Lance Taylor
2
-0
/
+18
2013-10-11
compiler: Fix handling of hidden methods for unnamed types.
Ian Lance Taylor
4
-6
/
+23
2013-10-11
compiler: Use backend interface for function code expressions.
Chris Manghane
6
-99
/
+103
2013-10-11
compiler: Error if receiver and parameter have same name.
Ian Lance Taylor
1
-0
/
+2
2013-10-11
compiler: Better error message of unsafe.Offsetof(method value).
Ian Lance Taylor
1
-1
/
+13
2013-10-11
compiler: accept integral float constants as string indices.
Ian Lance Taylor
1
-2
/
+11
2013-10-11
compiler: Improve handling of invalid ASCII characters in identifiers.
Ian Lance Taylor
1
-1
/
+22
2013-10-11
compiler: Use backend interface for function declarations.
Chris Manghane
7
-309
/
+290
2013-10-11
compiler: Avoid extra error for anonymous embedded type.
Ian Lance Taylor
1
-6
/
+1
2013-10-10
compiler: Fix test for constant argument too large for make.
Ian Lance Taylor
1
-2
/
+17
2013-10-10
compiler: Don't inherit logical operator operand type from context.
Ian Lance Taylor
1
-0
/
+9
2013-10-10
compiler: A type conversion of a constant is not always a constant.
Ian Lance Taylor
1
-2
/
+22
[next]