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
/
statements.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-10
compiler: only build thunk struct type when it is needed
Ian Lance Taylor
1
-25
/
+9
2022-06-24
compiler: use bool for comma-ok if not already boolean
Ian Lance Taylor
1
-7
/
+11
2022-05-17
compiler: load LHS subexpressions of op= assignment only once
Ian Lance Taylor
1
-0
/
+10
2021-08-03
compile, runtime: make selectnbrecv return two values
Ian Lance Taylor
1
-28
/
+31
2021-05-24
compiler: mark global variables whose address is taken
Ian Lance Taylor
1
-2
/
+4
2021-03-17
compiler: copy receiver argument for go/defer of method call
Ian Lance Taylor
1
-0
/
+27
2021-03-11
compiler: create temporaries for heap variables
Ian Lance Taylor
1
-3
/
+3
2020-12-22
runtime: eliminate scase.kind field
Ian Lance Taylor
1
-39
/
+92
2020-12-15
compiler: correct grammar in error message
Ian Lance Taylor
1
-1
/
+1
2020-12-07
compiler: type of string index expression is byte
Ian Lance Taylor
1
-2
/
+2
2020-11-30
compiler: use correct assignment order for type assertions
Ian Lance Taylor
1
-2
/
+26
2020-09-22
compiler: call runtime.eqtype for non-interface type switch on aix
Clément Chigot
1
-9
/
+18
2020-01-07
compiler, runtime: stop using __go_runtime_error
Ian Lance Taylor
1
-2
/
+3
2019-10-04
compiler: adjust code to avoid shadowing local variables
Ian Lance Taylor
1
-8
/
+9
2019-09-10
compiler: permit inlining constant expressions and expression statements
Ian Lance Taylor
1
-0
/
+12
2019-08-17
compiler, runtime: allocate defer records on the stack
Ian Lance Taylor
1
-3
/
+39
2019-07-23
compiler: use correct value type in 2-case select send
Ian Lance Taylor
1
-2
/
+3
2019-07-18
compiler: fix bug in importing blocks from inline functions
Ian Lance Taylor
1
-0
/
+2
2019-07-10
compiler: add break label in 1,2-case select statement lowering
Ian Lance Taylor
1
-0
/
+8
2019-07-04
compiler: optimize 0,1,2-case select statement
Ian Lance Taylor
1
-0
/
+229
2019-07-04
compiler: fix indentation of select statement AST dump
Ian Lance Taylor
1
-0
/
+1
2019-07-02
compiler: use builtin memset for non-pointer memclr
Cherry Zhang
1
-6
/
+12
2019-06-23
compiler: edit error messages to avoid -Wformat-diag warnings
Ian Lance Taylor
1
-1
/
+1
2019-06-23
compiler: add go_debug and use it for debug messages
Ian Lance Taylor
1
-2
/
+2
2019-06-21
compiler: open code some type assertions
Ian Lance Taylor
1
-12
/
+13
2019-06-21
compiler: open code string slice expressions
Ian Lance Taylor
1
-0
/
+12
2019-06-10
compiler: support inlining functions that use index expressions
Ian Lance Taylor
1
-9
/
+0
2019-06-10
compiler: permit inlining functions with labels and goto statements
Ian Lance Taylor
1
-11
/
+193
2019-06-07
compiler: support inlining functions with if statements
Ian Lance Taylor
1
-18
/
+105
2019-06-06
compiler: permit inlining temporary statements and references
Ian Lance Taylor
1
-0
/
+88
2019-06-06
compiler: make use of specialized fast map routines
Ian Lance Taylor
1
-40
/
+105
2019-05-31
compiler: optimize append of make
Ian Lance Taylor
1
-0
/
+3
2019-05-30
compiler: intrinsify sync/atomic functions
Ian Lance Taylor
1
-2
/
+2
2019-05-16
compiler: improve escape analysis on interface conversions
Cherry Zhang
1
-0
/
+56
2019-05-10
compiler: permit inlining variable declaration statements
Ian Lance Taylor
1
-0
/
+53
2019-05-09
compiler: avoid copy for string([]byte) conversion used in map keys
Cherry Zhang
1
-0
/
+7
2019-05-08
compiler: add an option to emit optimization diagnostics
Cherry Zhang
1
-0
/
+4
2019-05-03
compiler: recognize and optimize array range clear
Ian Lance Taylor
1
-0
/
+118
2019-05-01
compiler: recognize and optimize map range clear
Ian Lance Taylor
1
-0
/
+96
2018-11-28
compiler: inline functions with assignments and return statements
Ian Lance Taylor
1
-2
/
+53
2018-11-27
compiler: import inlinable functions from package data
Ian Lance Taylor
1
-0
/
+8
2018-11-26
compiler: initial support for exporting function bodies
Ian Lance Taylor
1
-0
/
+22
2018-10-18
compiler: rewrite Type::are_identical to use flags
Ian Lance Taylor
1
-3
/
+8
2018-09-13
compiler, runtime: open code select
Ian Lance Taylor
1
-85
/
+147
2018-09-13
compiler: omit a couple of write barriers
Ian Lance Taylor
1
-2
/
+17
2018-02-05
compiler: in range, evaluate array if it has receives or calls
Ian Lance Taylor
1
-5
/
+6
2018-02-02
compiler: don't incorrectly evaluate range variable
Ian Lance Taylor
1
-12
/
+36
2018-01-24
compiler: rationalize external symbol names
Ian Lance Taylor
1
-1
/
+1
2018-01-09
compiler: stack allocate defer thunk
Ian Lance Taylor
1
-0
/
+2
2017-12-02
compiler: avoid GCC middle-end control warnings
Ian Lance Taylor
1
-3
/
+8
[next]