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
/
escape.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-22
compiler: remove unused fields
Ian Lance Taylor
1
-13
/
+7
2021-08-06
compiler: make escape analysis more strict about runtime calls
Cherry Mui
1
-1
/
+46
2021-08-04
compiler: make escape analysis more robust about builtin functions
Cherry Mui
1
-2
/
+54
2021-08-03
compiler: support new language constructs in escape analysis
Cherry Mui
1
-6
/
+57
2020-12-23
compiler: remove references to slicecopy and slicestringcopy
Ian Lance Taylor
1
-2
/
+0
2020-07-27
compiler: scan all function literals for escape analysis
Ian Lance Taylor
1
-11
/
+18
2020-01-08
compiler: fix loopdepth tracking in array slicing expression in escape analysis
Ian Lance Taylor
1
-1
/
+2
2019-10-04
compiler: adjust code to avoid shadowing local variables
Ian Lance Taylor
1
-1
/
+0
2019-09-30
compiler: change escape maps to hash tables
Ian Lance Taylor
1
-27
/
+27
2019-09-27
compiler: only check whether struct or array types are big
Ian Lance Taylor
1
-5
/
+17
2019-08-28
compiler: handle unsafe conversion expression in escape analysis
Ian Lance Taylor
1
-0
/
+9
2019-06-23
compiler: add go_debug and use it for debug messages
Ian Lance Taylor
1
-99
/
+99
2019-06-10
compiler: make escape analysis work with imported inlineable functions
Ian Lance Taylor
1
-12
/
+2
2019-06-06
compiler: make use of specialized fast map routines
Ian Lance Taylor
1
-0
/
+10
2019-05-16
compiler: improve escape analysis on interface conversions
Cherry Zhang
1
-4
/
+16
2019-01-07
compiler: move slice construction to callers of makeslice
Ian Lance Taylor
1
-0
/
+12
2018-10-18
Revert SVN revision 264561, incorrectly committed directly to the GCC
Ian Lance Taylor
1
-7
/
+13
2018-10-18
compiler: rewrite Type::are_identical to use flags
Ian Lance Taylor
1
-2
/
+3
2018-09-25
Remove unused functions and fields.
Martin Liska
1
-13
/
+7
2018-09-13
compiler, runtime: open code select
Ian Lance Taylor
1
-12
/
+13
2018-06-25
compiler: improve escape analysis
Ian Lance Taylor
1
-52
/
+80
2018-02-02
compiler: turn on escape analysis by default
Cherry Zhang
1
-1
/
+1
2018-01-26
compiler: show readable names in escape analysis messages
Ian Lance Taylor
1
-1
/
+1
2018-01-24
compiler: rationalize external symbol names
Ian Lance Taylor
1
-31
/
+22
2018-01-18
re PR go/83787 (Many 32-bit Solaris/SPARC Go tests FAIL after Go1.10beta1 upd...
Ian Lance Taylor
1
-0
/
+4
2018-01-17
compiler: enable escape analysis for runtime
Ian Lance Taylor
1
-31
/
+48
2018-01-15
compiler: reclaim memory of escape analysis Nodes
Ian Lance Taylor
1
-0
/
+49
2018-01-09
compiler: set captured variable address to nonescape until further flooded
Ian Lance Taylor
1
-3
/
+1
2018-01-09
compiler: stack allocate defer thunk
Ian Lance Taylor
1
-1
/
+8
2018-01-09
compiler: support go:noescape cross package
Ian Lance Taylor
1
-1
/
+11
2018-01-09
compiler: add escape analysis debug hash
Cherry Zhang
1
-0
/
+69
2018-01-09
compiler: use macro Unordered_map instead of std::unordered_map
Ian Lance Taylor
1
-1
/
+1
2017-12-22
compiler: bring escape analysis mostly in line with gc compiler
Ian Lance Taylor
1
-372
/
+690
2017-12-22
compiler: improve escape analysis diagnostics
Ian Lance Taylor
1
-32
/
+92
2017-11-06
compiler: disable escape analysis for runtime
Ian Lance Taylor
1
-0
/
+6
2017-10-05
compiler: centralize all symbol name handling
Ian Lance Taylor
1
-1
/
+1
2017-01-14
libgo: update to Go 1.8 release candidate 1
Ian Lance Taylor
1
-1
/
+6
2016-11-22
runtime: rewrite panic/defer code from C to Go
Ian Lance Taylor
1
-4
/
+4
2016-10-28
compiler, runtime: copy slice code from Go 1.7 runtime
Ian Lance Taylor
1
-31
/
+32
2016-10-20
runtime: rewrite interface code into Go
Ian Lance Taylor
1
-2
/
+2
2016-10-12
compiler, runtime: copy string code from Go 1.7
Ian Lance Taylor
1
-19
/
+31
2016-10-10
compiler: prune away gcc-specific linemap usage
Than McIntosh
1
-1
/
+1
2016-10-10
runtime: copy channel code from Go 1.7 runtime
Ian Lance Taylor
1
-4
/
+0
2016-10-06
escape: Avoid allocation of varargs parameter.
Ian Lance Taylor
1
-1
/
+31
2016-09-23
compiler: better abstraction layer for diagnostics.
Than McIntosh
1
-86
/
+91
2016-09-21
compiler, runtime: replace hashmap code with Go 1.7 hashmap
Ian Lance Taylor
1
-4
/
+0
2016-08-10
compiler: annotate or fix fall through cases in switch statements
Ian Lance Taylor
1
-0
/
+2
2016-08-04
compiler: include "go-system.h" in escape.cc
Ian Lance Taylor
1
-0
/
+2
2016-08-04
escape: Enable escape analysis in gccgo.
Ian Lance Taylor
1
-0
/
+9
2016-08-02
escape: Add basic debugging.
Chris Manghane
1
-1
/
+516
[next]