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-15
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-15
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
/
expressions.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-13
Merged current trunk to branch.
Thomas Koenig
1
-10
/
+101
2020-12-08
compiler: use correct location for iota errors
Ian Lance Taylor
1
-0
/
+10
2020-12-03
compiler: cast comparison function result to expected bool type
Ian Lance Taylor
1
-2
/
+9
2020-10-15
compiler: export type for string and bool constants
Ian Lance Taylor
1
-0
/
+8
2020-08-10
runtime: revert eqtype for AIX
Clément Chigot
1
-1
/
+1
2020-01-09
compiler: don't add composite literal keys to package bindings
Ian Lance Taylor
1
-16
/
+6
2019-10-04
compiler: include selected constant types during export processing
Ian Lance Taylor
1
-0
/
+5
2019-09-09
compiler: traverse types of constant expressions
Ian Lance Taylor
1
-0
/
+3
2019-08-28
compiler, runtime: provide index information on bounds check failure
Ian Lance Taylor
1
-6
/
+11
2019-07-11
compiler: ensure evaluation order in type hash/eq functions
Ian Lance Taylor
1
-0
/
+4
2019-06-21
compiler: open code some type assertions
Ian Lance Taylor
1
-3
/
+5
2019-06-21
compiler: open code string slice expressions
Ian Lance Taylor
1
-0
/
+12
2019-06-19
compiler: stack allocate a buffer for non-escaping string ops
Ian Lance Taylor
1
-4
/
+15
2019-06-10
compiler: support inlining functions that use index expressions
Ian Lance Taylor
1
-0
/
+21
2019-06-07
compiler: improve write barrier generation
Ian Lance Taylor
1
-3
/
+3
2019-06-07
compiler: do simple deadcode elimination
Ian Lance Taylor
1
-0
/
+21
2019-06-06
compiler: permit inlining temporary statements and references
Ian Lance Taylor
1
-0
/
+10
2019-06-05
compiler: inline call expressions and function references
Ian Lance Taylor
1
-0
/
+22
2019-06-03
compiler: permit inlining references to global variables
Ian Lance Taylor
1
-1
/
+9
2019-05-31
compiler: optimize append of make
Ian Lance Taylor
1
-0
/
+5
2019-05-17
re PR go/90482 (Many 32-bit Solaris/SPARC tests FAIL with SIGBUS)
Ian Lance Taylor
1
-3
/
+5
2019-05-16
compiler: add intrinsics for runtime/internal/sys functions
Ian Lance Taylor
1
-1
/
+1
2019-05-16
compiler: improve escape analysis on interface conversions
Cherry Zhang
1
-4
/
+36
2019-05-10
compiler: permit inlining receive expressions
Ian Lance Taylor
1
-0
/
+10
2019-05-08
compiler: avoid copy for string([]byte) conversion used in string comparison
Cherry Zhang
1
-1
/
+16
2019-05-08
compiler: remove trailing spaces
Ian Lance Taylor
1
-4
/
+4
2019-05-03
compiler: recognize and optimize array range clear
Ian Lance Taylor
1
-1
/
+31
2019-05-01
compiler,runtime: do more direct interfaces
Ian Lance Taylor
1
-0
/
+8
2019-04-13
compiler: improve type handling for string concat ops on constants
Ian Lance Taylor
1
-2
/
+6
2019-03-15
compiler: eliminate bound checks in append expression
Ian Lance Taylor
1
-10
/
+18
2019-02-27
compiler: check duplicate numeric keys in map literals
Ian Lance Taylor
1
-0
/
+8
2019-02-15
compiler,runtime: use __builtin_dwarf_cfa for getcallersp
Cherry Zhang
1
-1
/
+1
2019-01-07
compiler: move slice construction to callers of makeslice
Ian Lance Taylor
1
-0
/
+57
2018-11-28
compiler: inline functions with assignments and return statements
Ian Lance Taylor
1
-2
/
+25
2018-11-27
compiler: change expression importing to use Import_expression
Ian Lance Taylor
1
-6
/
+6
2018-11-27
compiler: pass a Location to import_expression
Ian Lance Taylor
1
-6
/
+8
2018-11-27
compiler: change Expression export to use Export_function_body
Ian Lance Taylor
1
-17
/
+15
2018-11-26
compiler: initial support for exporting function bodies
Ian Lance Taylor
1
-0
/
+12
2018-09-13
compiler: omit a couple of write barriers
Ian Lance Taylor
1
-2
/
+9
2018-07-11
compiler: fix evaluation order of LHS index expressions
Ian Lance Taylor
1
-20
/
+8
2018-02-06
compiler: avoid negative zero in float constants
Ian Lance Taylor
1
-0
/
+3
2018-02-05
compiler: rollback "avoid negative zero in float constants"
Ian Lance Taylor
1
-3
/
+0
2018-02-05
compiler: avoid negative zero in float constants
Ian Lance Taylor
1
-0
/
+3
2018-02-05
compiler: update iota handling, fix using iota in array length
Ian Lance Taylor
1
-70
/
+9
2018-02-05
compiler: in range, evaluate array if it has receives or calls
Ian Lance Taylor
1
-0
/
+5
2018-01-09
compiler: move some escape check to Mark_address_taken
Ian Lance Taylor
1
-1
/
+7
2017-12-22
compiler: do not propagate address-taken of a slice element to the slice
Ian Lance Taylor
1
-2
/
+1
2017-12-22
compiler: bring escape analysis mostly in line with gc compiler
Ian Lance Taylor
1
-0
/
+137
2017-12-01
compiler: introduce size threshold for nil checks
Than McIntosh
1
-3
/
+40
2017-11-15
compiler: remove LHS/RHS context determination for var exprs
Than McIntosh
1
-13
/
+1
[next]