aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend
AgeCommit message (Expand)AuthorFilesLines
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 Taylor1-1/+1
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-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 Manghane6-5/+563
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 Manghane4-1/+176
2016-04-29escape: Remove previously existing analysis.Chris Manghane15-2740/+7
2016-04-28compiler: Mark concurrent calls.Ian Lance Taylor3-4/+20
2016-04-28compiler: Export String_index_expression.Ian Lance Taylor3-61/+76
2016-04-26compiler: Add Enclosed_var_expression.Ian Lance Taylor4-65/+164
2016-04-23compiler: Expose runtime code through Func_expression.Ian Lance Taylor5-3/+70
2016-04-23cmd/go: bring in final version of gccgo pkg-config supportIan Lance Taylor1-1/+1
2016-04-13libgo: update to Go 1.6.1 releaseIan Lance Taylor1-1/+1
2016-04-12reflect: change Value.Call results to not be addressableIan Lance Taylor1-1/+1
2016-04-02runtime: Use atomic load for in entersyscall.Ian Lance Taylor1-1/+1
2016-02-26re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang)Ian Lance Taylor1-1/+1
2016-02-24runtime: lock M during cgo callIan Lance Taylor1-1/+1
2016-02-18libgo: Update to final Go 1.6 release.Ian Lance Taylor1-1/+1
2016-02-12runtime: For c-archive/c-shared, install signal handlers synchronously.Ian Lance Taylor1-1/+1
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-2/+2
2016-02-10re PR go/66904 (cmd/go: "#cgo pkg-config:" comments do not work with gccgo)Ian Lance Taylor1-1/+1
2016-02-10re PR go/69511 (G.gcstack_size uses uintptr instead of size_t)Ian Lance Taylor1-1/+1
2016-02-09re PR go/69357 (libgo refers to _end in a non-weak way)Ian Lance Taylor1-1/+1
2016-02-04libgo: bump version number for upgrade to 1.6rc1Ian Lance Taylor1-1/+1
2016-02-03compiler, runtime: mark stub methods, ignore them in runtime.Caller.Ian Lance Taylor2-3/+4
2016-02-03compiler: Unpack method names when sorting them.Ian Lance Taylor2-4/+11
2016-01-27compiler: Accept map composite literals with omitted key types.Ian Lance Taylor4-74/+116
2016-01-27compiler: Don't crash on erroneous array return types.Ian Lance Taylor2-1/+3
2016-01-26compiler: Don't crash on invalid array type declarations.Ian Lance Taylor2-1/+10