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
/
gofrontend
/
statements.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-18
compiler: move lowering pass after check types pass
Ian Lance Taylor
1
-11
/
+73
2023-10-23
compiler: pass gogo to Runtime::make_call
Ian Lance Taylor
1
-3
/
+3
2023-10-22
compiler: remove traverse_assignments pass
Ian Lance Taylor
1
-72
/
+0
2023-10-22
compiler: remove name_ field from Type_switch_statement
Ian Lance Taylor
1
-8
/
+4
2023-10-22
compiler: pass Gogo to determine types pass
Ian Lance Taylor
1
-16
/
+16
2022-10-10
compiler: only build thunk struct type when it is needed
Ian Lance Taylor
1
-4
/
+1
2020-12-22
runtime: eliminate scase.kind field
Ian Lance Taylor
1
-16
/
+32
2020-09-22
compiler: call runtime.eqtype for non-interface type switch on aix
Clément Chigot
1
-2
/
+2
2019-09-10
compiler: permit inlining constant expressions and expression statements
Ian Lance Taylor
1
-0
/
+7
2019-08-17
compiler, runtime: allocate defer records on the stack
Ian Lance Taylor
1
-1
/
+18
2019-07-04
compiler: optimize 0,1,2-case select statement
Ian Lance Taylor
1
-3
/
+37
2019-06-10
compiler: permit inlining functions with labels and goto statements
Ian Lance Taylor
1
-3
/
+41
2019-06-07
compiler: support inlining functions with if statements
Ian Lance Taylor
1
-0
/
+19
2019-06-07
compiler: do simple deadcode elimination
Ian Lance Taylor
1
-0
/
+8
2019-06-06
compiler: permit inlining temporary statements and references
Ian Lance Taylor
1
-0
/
+11
2019-05-31
compiler: optimize append of make
Ian Lance Taylor
1
-1
/
+36
2019-05-16
compiler: improve escape analysis on interface conversions
Cherry Zhang
1
-0
/
+22
2019-05-10
compiler: permit inlining variable declaration statements
Ian Lance Taylor
1
-6
/
+15
2019-05-03
compiler: recognize and optimize array range clear
Ian Lance Taylor
1
-0
/
+5
2019-05-01
compiler: recognize and optimize map range clear
Ian Lance Taylor
1
-0
/
+4
2018-11-28
compiler: inline functions with assignments and return statements
Ian Lance Taylor
1
-0
/
+14
2018-11-27
compiler: pass a Location to import_expression
Ian Lance Taylor
1
-1
/
+3
2018-11-27
compiler: import inlinable functions from package data
Ian Lance Taylor
1
-0
/
+4
2018-11-26
compiler: initial support for exporting function bodies
Ian Lance Taylor
1
-0
/
+40
2018-09-13
compiler, runtime: open code select
Ian Lance Taylor
1
-11
/
+39
2018-09-13
compiler: omit a couple of write barriers
Ian Lance Taylor
1
-2
/
+12
2017-09-14
compiler, runtime: simplify select and channel operations
Ian Lance Taylor
1
-21
/
+11
2017-01-14
libgo: update to Go 1.8 release candidate 1
Ian Lance Taylor
1
-1
/
+1
2016-09-23
compiler: better abstraction layer for diagnostics.
Than McIntosh
1
-2
/
+2
2016-09-21
compiler, runtime: replace hashmap code with Go 1.7 hashmap
Ian Lance Taylor
1
-15
/
+6
2016-06-14
escape: Implement assign phase.
Ian Lance Taylor
1
-1
/
+160
2016-04-29
escape: Remove previously existing analysis.
Chris Manghane
1
-13
/
+0
2015-04-17
compiler: Escape analysis.
Chris Manghane
1
-0
/
+137
2015-03-06
compiler: Do not declare type switch variable outside case statements.
Ian Lance Taylor
1
-6
/
+7
2014-12-19
compiler: More cases that need a temporary for interface conversion.
Ian Lance Taylor
1
-0
/
+3
2014-12-19
compiler: Avoid multiple evaluations in interface conversions.
Ian Lance Taylor
1
-0
/
+3
2014-12-16
compiler: Don't built hash/equality functions for thunk structs.
Ian Lance Taylor
1
-0
/
+7
2014-10-21
compiler: Remove obsolete hidden_fields_are_ok code.
Ian Lance Taylor
1
-20
/
+2
2014-01-09
compiler: Add flattening pass
Ian Lance Taylor
1
-0
/
+19
2013-09-03
compiler, runtime: Use runtime functions to pass closure value.
Ian Lance Taylor
1
-0
/
+46
2013-06-24
compiler: Add support for method values.
Ian Lance Taylor
1
-0
/
+7
2013-06-12
compiler: implement Go 1.1 spec of terminating statements.
Ian Lance Taylor
1
-2
/
+21
2013-01-29
compiler: Correct initialization order determination.
Ian Lance Taylor
1
-0
/
+5
2012-01-24
compiler: Error if type switch case can not implement switch value.
Ian Lance Taylor
1
-2
/
+2
2011-12-28
compiler: Rework range over slice.
Ian Lance Taylor
1
-0
/
+5
2011-12-01
compiler/runtime: Copy channel implementation from master library.
Ian Lance Taylor
1
-30
/
+53
2011-11-29
compiler: Define and use backend-independent Location class.
Sanjoy Das
1
-56
/
+56
2011-09-20
Emit compiler errors for unused values.
Ian Lance Taylor
1
-2
/
+4
2011-09-13
Fix inheriting hidden methods with arguments of hidden type.
Ian Lance Taylor
1
-4
/
+3
2011-09-13
Fix inherited hidden methods that return hidden types.
Ian Lance Taylor
1
-3
/
+22
[next]