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/gfortran-test
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.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-05
compiler: check duplicate implicit indexes in slices/arrays
Ian Lance Taylor
1
-0
/
+7
2019-01-11
compiler: pad structs ending with zero-sized field
Ian Lance Taylor
1
-0
/
+6
2019-01-09
compiler: use int type for len & cap in slice value
Ian Lance Taylor
1
-2
/
+4
2019-01-07
compiler: move slice construction to callers of makeslice
Ian Lance Taylor
1
-68
/
+49
2018-12-28
compiler: remove escapes_ field from Variable and Result_variable
Ian Lance Taylor
1
-17
/
+5
2018-11-28
compiler: inline functions with assignments and return statements
Ian Lance Taylor
1
-2
/
+100
2018-11-27
compiler: record final type for numeric expressions
Ian Lance Taylor
1
-0
/
+49
2018-11-27
compiler: add '$' to names in expression export data
Ian Lance Taylor
1
-19
/
+29
2018-11-27
compiler: change expression importing to use Import_expression
Ian Lance Taylor
1
-11
/
+11
2018-11-27
compiler: pass a Location to import_expression
Ian Lance Taylor
1
-41
/
+41
2018-11-27
compiler: change Expression export to use Export_function_body
Ian Lance Taylor
1
-83
/
+83
2018-11-27
compiler: import inlinable functions from package data
Ian Lance Taylor
1
-0
/
+9
2018-11-05
compiler: handle abstract type in builtin numeric const value
Ian Lance Taylor
1
-1
/
+1
2018-10-18
Revert SVN revision 264561, incorrectly committed directly to the GCC
Ian Lance Taylor
1
-1
/
+1
2018-10-18
compiler: rewrite Type::are_identical to use flags
Ian Lance Taylor
1
-13
/
+35
2018-09-25
Remove unused functions and fields.
Martin Liska
1
-1
/
+1
2018-09-14
compiler: don't use address of temporary for deferred delete
Ian Lance Taylor
1
-3
/
+44
2018-09-13
compiler: omit a couple of write barriers
Ian Lance Taylor
1
-11
/
+94
2018-09-09
compiler: make sure type descriptor initializers go in .rodata
Ian Lance Taylor
1
-1
/
+2
2018-08-24
runtime: remove the dummy arg of getcallersp
Ian Lance Taylor
1
-5
/
+1
2018-07-13
compiler: fix parsing of composite literals with omitted pointer types
Ian Lance Taylor
1
-0
/
+1
2018-07-11
compiler: fix evaluation order of LHS index expressions
Ian Lance Taylor
1
-0
/
+14
2018-07-10
compiler: fix double evaluation with interface field expression
Ian Lance Taylor
1
-3
/
+2
2018-06-04
compiler: fix crashes on cyclic var/type references
Ian Lance Taylor
1
-3
/
+7
2018-03-01
compiler: avoid crashing on bad self-referential type
Ian Lance Taylor
1
-0
/
+5
2018-02-23
compiler: ignore aliases in fieldtrack info
Ian Lance Taylor
1
-1
/
+1
2018-02-13
compiler: don't export function descriptors for unexported names
Ian Lance Taylor
1
-0
/
+15
2018-02-06
compiler: avoid negative zero in float constants
Ian Lance Taylor
1
-2
/
+60
2018-02-05
compiler: rollback "avoid negative zero in float constants"
Ian Lance Taylor
1
-50
/
+2
2018-02-05
compiler: avoid negative zero in float constants
Ian Lance Taylor
1
-2
/
+50
2018-02-05
compiler: update iota handling, fix using iota in array length
Ian Lance Taylor
1
-8
/
+133
2018-02-05
compiler: in range, evaluate array if it has receives or calls
Ian Lance Taylor
1
-14
/
+24
2018-02-05
compiler: give error for non-int arguments to make
Ian Lance Taylor
1
-1
/
+18
2018-01-31
compiler: lower expression types in lowering pass
Ian Lance Taylor
1
-1
/
+12
2018-01-26
compiler: show readable names in escape analysis messages
Ian Lance Taylor
1
-2
/
+2
2018-01-24
compiler: rationalize external symbol names
Ian Lance Taylor
1
-14
/
+25
2018-01-18
re PR go/83787 (Many 32-bit Solaris/SPARC Go tests FAIL after Go1.10beta1 upd...
Ian Lance Taylor
1
-1
/
+4
2018-01-17
compiler: enable escape analysis for runtime
Ian Lance Taylor
1
-33
/
+8
2018-01-09
compiler: use temporary variable for stack allocation
Ian Lance Taylor
1
-3
/
+14
2018-01-09
compiler: make non-escaping Bound_method_expression not heap allocate
Ian Lance Taylor
1
-1
/
+6
2018-01-09
compiler: move some escape check to Mark_address_taken
Ian Lance Taylor
1
-11
/
+3
2018-01-09
compiler: stack allocate non-escaping makeslice
Ian Lance Taylor
1
-13
/
+19
2018-01-09
compiler: delay escaping sliced arrays
Ian Lance Taylor
1
-13
/
+4
2018-01-09
libgo: update to Go1.10beta1
Ian Lance Taylor
1
-14
/
+29
2017-12-22
compiler: do not propagate address-taken of a slice element to the slice
Ian Lance Taylor
1
-0
/
+8
2017-12-22
compiler: bring escape analysis mostly in line with gc compiler
Ian Lance Taylor
1
-108
/
+0
2017-12-06
compiler: handle set-and-use-temp in nilcheck code
Ian Lance Taylor
1
-2
/
+15
2017-12-01
compiler: introduce size threshold for nil checks
Than McIntosh
1
-53
/
+105
2017-11-15
compiler: remove LHS/RHS context determination for var exprs
Than McIntosh
1
-25
/
+20
2017-10-26
compiler: explicitly convert between type aliases
Ian Lance Taylor
1
-5
/
+11
[next]