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
2017-07-28
compiler: add backend type conversion
Ian Lance Taylor
1
-1
/
+4
2017-07-28
compiler: use a single temporary for calls with multiple results
Ian Lance Taylor
1
-122
/
+53
2017-07-20
compiler: add explicit convert in Type_guard_expression::do_get_backend
Ian Lance Taylor
1
-1
/
+4
2017-07-18
compiler: insert backend type conversion for closure func ptr
Ian Lance Taylor
1
-1
/
+8
2017-06-23
compiler: add go:notinheap magic comment
Ian Lance Taylor
1
-0
/
+14
2017-06-12
compiler: avoid orphaning Bexpressions when processing conversions
Ian Lance Taylor
1
-3
/
+9
2017-06-09
compiler: additional lvalue/rvalue context fixes
Ian Lance Taylor
1
-2
/
+2
2017-06-08
compiler: lvalue context fixes in Unary_expression::do_get_backend
Ian Lance Taylor
1
-3
/
+3
2017-06-08
compiler: fix undefined symbol error with unexported method
Ian Lance Taylor
1
-16
/
+20
2017-06-06
compiler: typing fixes for Interface_mtable_expression
Ian Lance Taylor
1
-9
/
+38
2017-05-26
compiler: identify array index expressions in lvalue context
Ian Lance Taylor
1
-3
/
+6
2017-05-16
compiler: better error messages for slicing invalid types
Ian Lance Taylor
1
-1
/
+15
2017-05-12
compiler: add calling Bfunction Backend::call_expression
Than McIntosh
1
-3
/
+6
2017-05-10
Big merge of changes to gofrontend repo that were postponed due to the
Ian Lance Taylor
1
-64
/
+331
2017-01-27
compiler: let initializers hold addresses of fields
Ian Lance Taylor
1
-26
/
+61
2017-01-14
libgo: update to Go 1.8 release candidate 1
Ian Lance Taylor
1
-8
/
+28
2017-01-11
compiler: add containing Bfunction to conditional_expression
Than McIntosh
1
-14
/
+28
2017-01-11
compiler: mark generated struct/array types as incomparable
Ian Lance Taylor
1
-9
/
+22
2017-01-10
compiler, runtime: drop size arguments to hash/equal functions
Ian Lance Taylor
1
-1
/
+0
2016-12-16
compiler: add containing Bfunction to some backend interfaces.
Than McIntosh
1
-8
/
+26
2016-12-15
re PR go/78763 (go1: internal compiler error: in do_get_backend, at go/gofron...
Ian Lance Taylor
1
-15
/
+44
2016-12-15
compiler: remove unneeded zero-length slice value init
Ian Lance Taylor
1
-6
/
+0
2016-12-08
compiler: make Slice_construction_expression::do_flatten idempotent
Ian Lance Taylor
1
-2
/
+2
2016-12-06
compiler: pass lvalue/rvalue context to back end for var exprs
Than McIntosh
1
-18
/
+26
2016-12-01
compiler: add slice initializers to the GC root list
Ian Lance Taylor
1
-0
/
+36
2016-11-22
compiler: relocate ID encoding utilities to gofrontend
Than McIntosh
1
-8
/
+18
2016-11-22
runtime: rewrite panic/defer code from C to Go
Ian Lance Taylor
1
-3
/
+3
2016-11-10
runtime: copy signal code from Go 1.7 runtime
Ian Lance Taylor
1
-1
/
+1
2016-11-09
compiler: rework static initializer code
Ian Lance Taylor
1
-45
/
+100
2016-11-01
re PR go/78145 (Several go.test tests fail with error: integer constant overf...
Ian Lance Taylor
1
-1
/
+1
2016-10-30
compiler: fix slice/array evaluation order bug
Ian Lance Taylor
1
-72
/
+92
2016-10-28
compiler, runtime: copy slice code from Go 1.7 runtime
Ian Lance Taylor
1
-176
/
+358
2016-10-20
runtime: rewrite interface code into Go
Ian Lance Taylor
1
-19
/
+30
2016-10-14
runtime: copy mprof code from Go 1.7 runtime
Ian Lance Taylor
1
-2
/
+13
2016-10-14
runtime: copy cpuprof code from Go 1.7 runtime
Ian Lance Taylor
1
-58
/
+55
2016-10-12
compiler, runtime: copy string code from Go 1.7
Ian Lance Taylor
1
-37
/
+215
2016-10-10
runtime: copy print/println support from Go 1.7
Ian Lance Taylor
1
-29
/
+42
2016-10-10
runtime: copy channel code from Go 1.7 runtime
Ian Lance Taylor
1
-8
/
+30
2016-10-07
compiler: stack allocate storage for temp slices.
Ian Lance Taylor
1
-21
/
+97
2016-09-30
runtime: copy internal locking code from Go 1.7 runtime
Ian Lance Taylor
1
-0
/
+7
2016-09-23
compiler: better abstraction layer for diagnostics.
Than McIntosh
1
-194
/
+201
2016-09-22
compiler: compile runtime.getcaller{pc,sp} into builtin functions
Ian Lance Taylor
1
-0
/
+61
2016-09-22
gofrontend: add missing break in Builtin_call_expression::do_flatten
Ian Lance Taylor
1
-0
/
+1
2016-09-21
compiler, runtime: replace hashmap code with Go 1.7 hashmap
Ian Lance Taylor
1
-141
/
+70
2016-09-09
compiler: increase buffer size to avoid -Wformat-length warning
Ian Lance Taylor
1
-2
/
+1
2016-09-01
c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...
Martin Sebor
1
-1
/
+2
2016-08-22
compiler: don't permit P.M if P is a pointer type
Ian Lance Taylor
1
-2
/
+4
2016-08-10
compiler: annotate or fix fall through cases in switch statements
Ian Lance Taylor
1
-0
/
+1
2016-08-03
compiler: improve type caching for interface types
Ian Lance Taylor
1
-4
/
+17
2016-08-03
escape: Stack allocate non-escaping expressions.
Ian Lance Taylor
1
-7
/
+43
[next]