aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-09compiler: make sure type descriptor initializers go in .rodataIan Lance Taylor2-2/+3
2018-08-29compiler, runtime: remove hmap field from maptypesIan Lance Taylor2-8/+2
2018-08-27Replace 8 spaces with a tabular in ChangeLog files.Martin Liska1-3/+3
2018-08-27Come up with fndecl_built_in_p.Martin Liska2-2/+8
2018-08-24runtime: remove the dummy arg of getcallerspIan Lance Taylor2-6/+2
2018-08-07libgo: uncomment trace.Stop() call in testing packageIan Lance Taylor1-1/+1
2018-08-01runtime: use poll rather than pollset for netpoll on AIXIan Lance Taylor1-1/+1
2018-07-27libgo: prune sighandler frames in runtime.sigprofIan Lance Taylor1-1/+1
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor2-1/+7