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
2024-01-22
compiler: don't pass iota value to lowering pass
Ian Lance Taylor
1
-18
/
+17
2023-12-18
compiler: move lowering pass after check types pass
Ian Lance Taylor
1
-53
/
+183
2023-10-23
compiler: make xx_constant_value methods non-const
Ian Lance Taylor
1
-18
/
+18
2023-10-23
compiler: pass gogo to Runtime::make_call
Ian Lance Taylor
1
-3
/
+3
2023-10-23
compiler: add Expression::is_untyped method
Ian Lance Taylor
1
-0
/
+38
2023-10-22
compiler: pass Gogo to determine types pass
Ian Lance Taylor
1
-47
/
+47
2023-06-21
compiler: determine types of Slice_{value,info} expressions
Ian Lance Taylor
1
-3
/
+2
2023-03-22
compiler: add missing Slice_info_expression::do_traverse
Ian Lance Taylor
1
-0
/
+4
2022-06-29
compiler: check repeated const expressions in new scope
Ian Lance Taylor
1
-0
/
+105
2022-05-06
compiler: remove Array_index_expression::is_lvalue_
Ian Lance Taylor
1
-15
/
+1
2021-11-11
compiler: traverse func subexprs when creating func descriptors
Ian Lance Taylor
1
-0
/
+8
2021-09-30
compiler: avoid calling Expression::type before lowering
Ian Lance Taylor
1
-1
/
+3
2021-08-07
compiler: support export/import of unsafe.Add/Slice
Ian Lance Taylor
1
-3
/
+18
2021-08-03
compiler: support new language constructs in escape analysis
Cherry Mui
1
-0
/
+75
2021-08-02
compiler, runtime: support unsafe.Add and unsafe.Slice
Ian Lance Taylor
1
-1
/
+3
2021-06-29
compiler: don't generate temporaries for composite literals
Ian Lance Taylor
1
-6
/
+0
2021-03-11
compiler: create temporaries for heap variables
Ian Lance Taylor
1
-0
/
+5
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
[next]