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-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
5
-134
/
+246
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
5
-250
/
+347
2014-01-15
compiler: Use backend interface for interface info and field expressions.
Chris Manghane
5
-141
/
+305
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
2014-01-02
Update copyright years in gcc/
Richard Sandiford
11
-10
/
+14
2014-01-02
Small ChangeLog fixes.
Jakub Jelinek
2
-747
/
+748
2014-01-02
gnat_ugn.texi: Bump @copying's copyright year.
Tobias Burnus
3
-744
/
+753
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
4
-22
/
+50
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
go-lang.c (go_langhook_post_options): Disable sibling calls by default.
Ian Lance Taylor
2
-0
/
+9
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-12-10
Make-lang.in (check_go_parallelize): Test go-test.exp r* tests separately.
Ian Lance Taylor
2
-1
/
+7
2013-12-05
Revert this change; no longer required.
Ian Lance Taylor
2
-6
/
+9
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
6
-57
/
+202
2013-11-22
compiler: Fixes for middle-end changes.
Ian Lance Taylor
3
-5
/
+2
2013-11-22
gimple.h: Remove all includes.
Andrew MacLeod
3
-3
/
+9
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
6
-0
/
+18
2013-11-18
c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.
Richard Sandiford
2
-1
/
+6
2013-11-18
cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.
Richard Sandiford
2
-1
/
+6
2013-11-14
compiler: Use backend interface for comparisons.
Ian Lance Taylor
2
-149
/
+110
2013-11-14
gimplify-be.h: New file.
Andrew MacLeod
2
-1
/
+6
2013-11-12
compiler: Update for mainline changes.
Ian Lance Taylor
3
-0
/
+3
2013-11-12
gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.
Andrew MacLeod
2
-1
/
+5
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-11-06
go-lang.c (go_langhook_post_options): If -fisolate-erroneous-paths was turned...
Ian Lance Taylor
2
-0
/
+12
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
7
-30
/
+66
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
8
-110
/
+135
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
[next]