aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-26libgo: simplify gotest script to avoid sed substitution to \nIan Lance Taylor1-1/+1
2018-10-26libgo: avoid use of 'local' directive in shell scriptIan Lance Taylor1-1/+1
2018-10-26libgo: fix improperly mangled linker symbol directiveIan Lance Taylor1-1/+1
2018-10-26libgo: don't use wc in gotestIan Lance Taylor1-1/+1
2018-10-25compiler: improve name mangling for packpathsIan Lance Taylor7-76/+153
2018-10-23re PR go/87661 (libgo bootstrap failure on arm-linux-gnueabihf (redefinition ...Ian Lance Taylor1-1/+1
2018-10-23compiler: export indexed type data, read unexported types lazilyIan Lance Taylor9-152/+555
2018-10-19compiler: don't export any functions with special namesIan Lance Taylor2-7/+3
2018-10-18compiler: add COMPARE_ALIASES flag for type compare and hashIan Lance Taylor3-10/+25
2018-10-18compiler: list indirect imports separately in export dataIan Lance Taylor7-23/+255
2018-10-18Remove ChangeLog entry for changes in gofrontend that were reverted.Ian Lance Taylor1-15/+0
2018-10-18Revert SVN revision 264561, incorrectly committed directly to the GCCIan Lance Taylor6-17/+32