aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-18compiler: rewrite Type::are_identical to use flagsIan Lance Taylor8-181/+173
2018-10-18compiler: drop semicolons in export dataIan Lance Taylor7-34/+72
2018-10-17Run selftests for C++ as well as CDavid Malcolm2-0/+7
2018-10-09runtime: skip testSetPanicOnFault for gollvmIan Lance Taylor1-1/+1
2018-10-08libgo: update to Go 1.11.1 releaseIan Lance Taylor1-1/+1
2018-10-05libgo: use inline assembly in favor of call to _xgetbv()Ian Lance Taylor1-1/+1
2018-10-05runtime: remove checkgoarm functionIan Lance Taylor1-1/+1
2018-10-02internal/bytealg: support systems that don't have memmemIan Lance Taylor1-1/+1
2018-10-02net: don't fail test if splice fails because pipe2 is missingIan Lance Taylor1-1/+1
2018-10-01compiler: use the underlying type to build placeholder type for aliasIan Lance Taylor2-1/+3
2018-10-01libgo: support x32 as GOARCH=amd64p32 GOOS=linuxIan Lance Taylor1-1/+1
2018-10-01runtime: add arm64 version of AES hash codeIan Lance Taylor1-1/+1
2018-09-28compiler: fix parsing issue with non-ASCII first package charIan Lance Taylor4-4/+19
2018-09-26syscall: don't assume we have a GETEUID system callIan Lance Taylor1-1/+1
2018-09-26runtime, os: fix the build on SolarisIan Lance Taylor1-1/+1
2018-09-25internal/bytealg, internal/cpu, internal/poll: portability fixesIan Lance Taylor1-1/+1
2018-09-25cmd/go: pass down testing gccgo in TestScriptIan Lance Taylor1-1/+1
2018-09-25Remove unused functions and fields.Martin Liska7-32/+32
2018-09-24libgo: update to Go 1.11Ian Lance Taylor1-1/+1
2018-09-20Fix and document -r optionAllan Sandfeld Jensen2-0/+5
2018-09-14cmd/go: correct gccgo buildid file on ARMIan Lance Taylor1-1/+1
2018-09-14compiler: don't use address of temporary for deferred deleteIan Lance Taylor3-6/+53
2018-09-13compiler, runtime: call gcWriteBarrier instead of writebarrierptrIan Lance Taylor3-5/+5
2018-09-13runtime: correct counters in sweepIan Lance Taylor1-1/+1
2018-09-13compiler, runtime: open code selectIan Lance Taylor7-160/+217
2018-09-13compiler: implement //go:nowritebarrierrecIan Lance Taylor6-14/+168
2018-09-13runtime: avoid write barriers with traceback infoIan Lance Taylor1-1/+1
2018-09-13libgo: build roots index to speed up bulkBarrierPreWriteIan Lance Taylor2-2/+3
2018-09-13compiler: omit a couple of write barriersIan Lance Taylor6-24/+204