aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2019-01-18re PR go/88202 (FAIL: runtime/pprof)Ian Lance Taylor1-1/+1
2019-01-17runtime: dropg before CAS g status to _Grunnable/_GwaitingIan Lance Taylor1-1/+1
2019-01-16syscall: mark C syscall functions noescapeIan Lance Taylor1-1/+1
2019-01-15runtime: add padding to FFI type of struct ending with zero-sized fieldIan Lance Taylor1-1/+1
2019-01-15compiler, runtime: panic on uncomparable map key, even if map is emptyIan Lance Taylor3-25/+61
2019-01-11compiler: pad structs ending with zero-sized fieldIan Lance Taylor4-11/+46
2019-01-09re PR go/86343 (types built by GO share TYPE_FIELDS in unsupported way)Ian Lance Taylor2-1/+12
2019-01-09PR other/16615 [1/5]Sandra Loosemore3-3/+10
2019-01-09compiler: use int type for len & cap in slice valueIan Lance Taylor2-3/+5
2019-01-07runtime: in doscanstackswitch, set gp->m before gogoIan Lance Taylor1-1/+1
2019-01-07compiler: move slice construction to callers of makesliceIan Lance Taylor6-86/+161
2019-01-07runtime: in getTraceback, set gp->m before gogoIan Lance Taylor1-1/+1
2019-01-05runtime: prevent deadlock when profiling signal arrives during tracebackIan Lance Taylor1-1/+1
2019-01-01Update copyright years.Jakub Jelinek14-14/+16
2019-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2-1/+5
2018-12-29runtime: prevent deadlock when profiling signal arrives in stack scanIan Lance Taylor1-1/+1
2018-12-28compiler: remove escapes_ field from Variable and Result_variableIan Lance Taylor4-56/+10
2018-12-27runtime: delete export_arm_test.goIan Lance Taylor1-1/+1
2018-12-27runtime: let ARM32 EABI personality function continue unwind when called from...Ian Lance Taylor1-1/+1
2018-12-27runtime: on ARM32 EABI, don't get LSDA if compact model is usedIan Lance Taylor1-1/+1
2018-12-12runtime: handle DW_EH_PE_absptr in type table encodingIan Lance Taylor1-1/+1
2018-12-12os/signal: increase deliver time for signal testcaseIan Lance Taylor1-1/+1
2018-12-11runtime: use _URC_FAILURE on ARM32Ian Lance Taylor1-1/+1
2018-12-07runtime: add missing return for non-GNU/Linux version of tgkillIan Lance Taylor1-1/+1
2018-12-05runtime: add precise stack scan supportIan Lance Taylor1-1/+1
2018-12-05syscall: remove Flock for aix/ppc64Ian Lance Taylor1-1/+1
2018-12-04cmd/vet: use default compiler when determining type sizesIan Lance Taylor1-1/+1
2018-12-03cmd/go: allow buildmode c-archive for gccgo on ppc64Ian Lance Taylor1-1/+1
2018-11-28compiler: inline functions with assignments and return statementsIan Lance Taylor5-7/+193
2018-11-27compiler: tweaks for importing inline function bodiesIan Lance Taylor3-4/+24
2018-11-27compiler: record final type for numeric expressionsIan Lance Taylor5-2/+66
2018-11-27compiler: add result parameter names for inlinable functionsIan Lance Taylor3-17/+32
2018-11-27compiler: add types used by inline functions to export dataIan Lance Taylor2-3/+18
2018-11-27compiler: finalize types parsed for inline functionsIan Lance Taylor5-8/+37
2018-11-27compiler: add '$' to names in expression export dataIan Lance Taylor3-24/+42
2018-11-27compiler: change expression importing to use Import_expressionIan Lance Taylor7-69/+296
2018-11-27compiler: pass a Location to import_expressionIan Lance Taylor6-52/+57
2018-11-27compiler: change Expression export to use Export_function_bodyIan Lance Taylor7-111/+157
2018-11-27compiler: import inlinable functions from package dataIan Lance Taylor13-33/+512
2018-11-26syscall: always define WEXITED and WNOWAIT on GNU/LinuxIan Lance Taylor1-1/+1
2018-11-26compiler: initial support for exporting function bodiesIan Lance Taylor9-10/+397
2018-11-21re PR go/88060 (../../../gcc-8.2.0/libgo/go/syscall/libcall_linux_utimesnano....Ian Lance Taylor1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm6-13/+21
2018-11-09cmd/cgo: fix typo in gccgo name mangling recipeIan Lance Taylor1-1/+1
2018-11-09syscall: change RLIM_INFINITY from 0xffffffffffffffff to -1Ian Lance Taylor1-1/+1
2018-11-05compiler: handle abstract type in builtin numeric const valueIan Lance Taylor2-2/+2
2018-11-01go-gcc.cc (Gcc_backend::write_global_definitions): Don't call gimplify_functi...Ian Lance Taylor2-1/+8
2018-10-31re PR bootstrap/82856 (--enable-maintainter-mode broken by incompatiblity of ...Ian Lance Taylor1-1/+1
2018-10-29compiler: pass a single flags argument to Backend::functionIan Lance Taylor5-48/+73
2018-10-29compiler: add location_fileIan Lance Taylor4-4/+32