aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2016-09-09compiler: break dependence on hex_valueIan Lance Taylor3-16/+65
2016-09-09runtime: use alignof to check alignment of ucontext_tIan Lance Taylor1-1/+1
2016-09-09runtime: remove remaining use of MAKECONTEXT_STACK_TOP macroIan Lance Taylor1-1/+1
2016-09-09runtime: align ucontext_t argument to 16 byte boundaryIan Lance Taylor1-1/+1
2016-09-05ChangeLog formatting fixes.Jakub Jelinek1-1/+1
2016-09-01c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...Martin Sebor2-1/+8
2016-08-31runtime: make gsignal stack at least SIGSTKSZ bytesIan Lance Taylor1-1/+1
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor1-1/+1
2016-08-30compiler: add -fgo-c-header=FILE to create a C headerIan Lance Taylor11-27/+525
2016-08-23compiler: revamp scheme for ordering calls to import init fcns.Ian Lance Taylor7-160/+538
2016-08-22compiler: don't permit P.M if P is a pointer typeIan Lance Taylor2-3/+5
2016-08-15cmd/go: ignore errors from go/build for standard packagesIan Lance Taylor1-1/+1
2016-08-13libgo: don't unset in shell scriptIan Lance Taylor1-1/+1
2016-08-13crypto/aes, hash/crc32: ignore s390x specific files for nowIan Lance Taylor1-1/+1
2016-08-13syscall: remove exec_solaris_test.goIan Lance Taylor1-1/+1
2016-08-11os: fix build tags for dir_regfile.goIan Lance Taylor1-1/+1
2016-08-10compiler: annotate or fix fall through cases in switch statementsIan Lance Taylor3-1/+4
2016-08-10gccgo.texi (Invoking gccgo): Document -fgo-optimize-allocs and -fgo-debug-escae.Ian Lance Taylor2-13/+87
2016-08-10compiler: implement go:noinline and go:nosplit directivesIan Lance Taylor3-3/+9
2016-08-09compiler: implement go:linkname compiler directiveIan Lance Taylor6-10/+126
2016-08-09mksysinfo.sh: always define CLONE_NEWNETIan Lance Taylor1-1/+1
2016-08-09compiler: rewrite compiler directive supportIan Lance Taylor7-87/+298
2016-08-08text/template: reduce maxExecDepth for gccgo furtherIan Lance Taylor1-1/+1
2016-08-08libgo: don't have .lo depend on .lo.depIan Lance Taylor1-1/+1
2016-08-08testsuite: fix gotest for absolute srcdirIan Lance Taylor1-1/+1
2016-08-08re PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC: SIGILL)Ian Lance Taylor3-1/+38
2016-08-07internal/syscall/unix: fix syscalls for alpha, ia64, s390Ian Lance Taylor1-1/+1
2016-08-06libgo: fix getrandom build for 32-bit ppcIan Lance Taylor1-1/+1
2016-08-06libgo: change build procedure to use build tagsIan Lance Taylor1-1/+1
2016-08-05re PR go/72812 (reflect FAILs with Solaris as)Ian Lance Taylor2-1/+127
2016-08-04runtime: fix incorrectly commented out code in heapdump.cIan Lance Taylor1-1/+1
2016-08-04text/template: reduce maxExecDepth for gccgoIan Lance Taylor1-1/+1
2016-08-04compiler: include "go-system.h" in escape.ccIan Lance Taylor2-1/+3
2016-08-04escape: Enable escape analysis in gccgo.Ian Lance Taylor3-1/+12
2016-08-03gotest: multiple +build lines must all be trueIan Lance Taylor1-1/+1
2016-08-03compiler: improve type caching for interface typesIan Lance Taylor2-5/+18
2016-08-03escape: Stack allocate non-escaping expressions.Ian Lance Taylor2-8/+44
2016-08-02escape: Add basic debugging.Chris Manghane10-7/+577
2016-07-26libgo: bump library version number for 1.7Ian Lance Taylor1-1/+1
2016-07-26os/user: fix Solaris declaration.Ian Lance Taylor1-1/+1
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor1-1/+1
2016-07-22compiler: fix check for duplicate declarationIan Lance Taylor2-3/+10
2016-07-12escape: Add escape notes to export data.Ian Lance Taylor6-5/+75
2016-07-06escape: Implement tag phase.Ian Lance Taylor2-6/+94
2016-06-14escape: Implement flood phase.Ian Lance Taylor2-5/+363
2016-06-14escape: Implement assign phase.Ian Lance Taylor7-122/+1566
2016-06-10compiler: fix quoting in error messageIan Lance Taylor2-2/+2
2016-05-13escape: Implement the discovery phase.Ian Lance Taylor2-4/+183
2016-05-06escape: Add escape graph nodes.Ian Lance Taylor5-17/+709
2016-05-06escape: Add skeleton for gc analysis.Chris Manghane6-1/+182