syscall: mark rawClone as no_split_stack
[gcc.git] / gcc / go / gofrontend / MERGE
2016-10-12 Ian Lance Taylorsyscall: mark rawClone as no_split_stack
2016-10-12 Ian Lance Taylorruntime: copy Go 1.7 runtime semaphore code
2016-10-12 Ian Lance Taylorsyscall, internal/syscall/unix: Fix getrandom, clone...
2016-10-11 Ian Lance Taylorconfigure: redirect -fsplit-stack compilation to dev...
2016-10-11 Than McIntoshcompiler: move Backend/Linemap creation out of front...
2016-10-10 Ian Lance Taylorruntime: copy print/println support from Go 1.7
2016-10-10 Than McIntoshcompiler: prune away gcc-specific linemap usage
2016-10-10 Ian Lance Taylorruntime: copy channel code from Go 1.7 runtime
2016-10-07 Ian Lance Taylorcompiler: stack allocate storage for temp slices.
2016-10-06 Ian Lance Taylorescape: Avoid allocation of varargs parameter.
2016-10-03 Ian Lance Taylorre PR go/77809 ("_LITTLE_ENDIAN" redefined)
2016-09-30 Ian Lance Taylorruntime: copy internal locking code from Go 1.7 runtime
2016-09-29 Ian Lance Taylorruntime: copy runtime.go and runtime1.go from Go 1.7
2016-09-28 Ian Lance Taylorlibgo: fix for runtime/check failure with "-O0 -g"
2016-09-27 Ian Lance Taylorlibgo: separate mksysinfo inputs into separate Makefile...
2016-09-27 Ian Lance Taylorcompiler: avoid call duplication during order eval.
2016-09-27 Than McIntoshcompiler: add src information to AST dumps (part 1...
2016-09-23 Ian Lance Taylorinternal/syscall/unix: add getrandom syscall for MIPS...
2016-09-23 Than McIntoshcompiler: better abstraction layer for diagnostics.
2016-09-22 Ian Lance Taylorcompiler: compile runtime.getcaller{pc,sp} into builtin...
2016-09-22 Ian Lance Taylorgofrontend: add missing break in Builtin_call_expressio...
2016-09-21 Ian Lance Taylorcompiler, runtime: replace hashmap code with Go 1.7...
2016-09-20 Ian Lance Taylorsyscall: build export_unix_test.go on solaris
2016-09-20 Ian Lance Taylorre PR go/77625 (go/gofrontend/ast-dump.cc:169:42: error...
2016-09-20 Ian Lance Taylorre PR go/77642 (GO Bootstrap fail starting with r239872...
2016-09-14 Ian Lance Taylorlibgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM)
2016-09-11 Ian Lance Taylorruntime/internal/sys: new package, API copied from...
2016-09-10 Ian Lance Taylorlibgo: update to Go 1.7.1 release
2016-09-10 Ian Lance Taylorruntime/internal/atomic: new package, API copied from...
2016-09-10 Ian Lance Taylorcompiler: code cleanup (unused header file)
2016-09-09 Ian Lance Taylorcompiler: increase buffer size to avoid -Wformat-length...
2016-09-09 Than McIntoshcompiler: add abstraction layer for sha1 checksums.
2016-09-09 Ian Lance Taylorcompiler: break dependence on hex_value
2016-09-09 Ian Lance Taylorruntime: use alignof to check alignment of ucontext_t
2016-09-09 Ian Lance Taylorruntime: remove remaining use of MAKECONTEXT_STACK_TOP...
2016-09-09 Ian Lance Taylorruntime: align ucontext_t argument to 16 byte boundary
2016-08-31 Ian Lance Taylorruntime: make gsignal stack at least SIGSTKSZ bytes
2016-08-30 Ian Lance Taylorruntime: use -fgo-c-header to build C header file
2016-08-30 Ian Lance Taylorcompiler: add -fgo-c-header=FILE to create a C header
2016-08-23 Ian Lance Taylorcompiler: revamp scheme for ordering calls to import...
2016-08-22 Ian Lance Taylorcompiler: don't permit P.M if P is a pointer type
2016-08-15 Ian Lance Taylorcmd/go: ignore errors from go/build for standard packages
2016-08-13 Ian Lance Taylorlibgo: don't unset in shell script
2016-08-13 Ian Lance Taylorcrypto/aes, hash/crc32: ignore s390x specific files...
2016-08-13 Ian Lance Taylorsyscall: remove exec_solaris_test.go
2016-08-11 Ian Lance Tayloros: fix build tags for dir_regfile.go
2016-08-10 Ian Lance Taylorcompiler: annotate or fix fall through cases in switch...
2016-08-10 Ian Lance Taylorcompiler: implement go:noinline and go:nosplit directives
2016-08-09 Ian Lance Taylorcompiler: implement go:linkname compiler directive
2016-08-09 Ian Lance Taylormksysinfo.sh: always define CLONE_NEWNET
2016-08-09 Ian Lance Taylorcompiler: rewrite compiler directive support
2016-08-08 Ian Lance Taylortext/template: reduce maxExecDepth for gccgo further
2016-08-08 Ian Lance Taylorlibgo: don't have .lo depend on .lo.dep
2016-08-08 Ian Lance Taylortestsuite: fix gotest for absolute srcdir
2016-08-08 Ian Lance Taylorre PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC...
2016-08-07 Ian Lance Taylorinternal/syscall/unix: fix syscalls for alpha, ia64...
2016-08-06 Ian Lance Taylorlibgo: fix getrandom build for 32-bit ppc
2016-08-06 Ian Lance Taylorlibgo: change build procedure to use build tags
2016-08-04 Ian Lance Taylorruntime: fix incorrectly commented out code in heapdump.c
2016-08-04 Ian Lance Taylortext/template: reduce maxExecDepth for gccgo
2016-08-04 Ian Lance Taylorcompiler: include "go-system.h" in escape.cc
2016-08-04 Ian Lance Taylorescape: Enable escape analysis in gccgo.
2016-08-03 Ian Lance Taylorgotest: multiple +build lines must all be true
2016-08-03 Ian Lance Taylorcompiler: improve type caching for interface types
2016-08-03 Ian Lance Taylorescape: Stack allocate non-escaping expressions.
2016-08-02 Chris Manghaneescape: Add basic debugging.
2016-07-26 Ian Lance Taylorlibgo: bump library version number for 1.7
2016-07-26 Ian Lance Tayloros/user: fix Solaris declaration.
2016-07-22 Ian Lance Taylorlibgo: update to go1.7rc3
2016-07-22 Ian Lance Taylorcompiler: fix check for duplicate declaration
2016-07-12 Ian Lance Taylorescape: Add escape notes to export data.
2016-07-06 Ian Lance Taylorescape: Implement tag phase.
2016-06-14 Ian Lance Taylorescape: Implement flood phase.
2016-06-14 Ian Lance Taylorescape: Implement assign phase.
2016-06-10 Ian Lance Taylorcompiler: fix quoting in error message
2016-05-13 Ian Lance Taylorescape: Implement the discovery phase.
2016-05-06 Ian Lance Taylorescape: Add escape graph nodes.
2016-05-06 Chris Manghaneescape: Add skeleton for gc analysis.
2016-04-29 Chris Manghaneescape: Remove previously existing analysis.
2016-04-28 Ian Lance Taylorcompiler: Mark concurrent calls.
2016-04-28 Ian Lance Taylorcompiler: Export String_index_expression.
2016-04-26 Ian Lance Taylorcompiler: Add Enclosed_var_expression.
2016-04-23 Ian Lance Taylorcompiler: Expose runtime code through Func_expression.
2016-04-23 Ian Lance Taylorcmd/go: bring in final version of gccgo pkg-config...
2016-04-13 Ian Lance Taylorlibgo: update to Go 1.6.1 release
2016-04-12 Ian Lance Taylorreflect: change Value.Call results to not be addressable
2016-04-02 Ian Lance Taylorruntime: Use atomic load for in entersyscall.
2016-02-26 Ian Lance Taylorre PR go/69966 (libgo: Port syscall.SetsockoptUcred...
2016-02-24 Ian Lance Taylorruntime: lock M during cgo call
2016-02-18 Ian Lance Taylorlibgo: Update to final Go 1.6 release.
2016-02-12 Ian Lance Taylorruntime: For c-archive/c-shared, install signal handler...
2016-02-10 Ian Lance Taylorre PR go/66904 (cmd/go: "#cgo pkg-config:" comments...
2016-02-10 Ian Lance Taylorre PR go/69511 (G.gcstack_size uses uintptr instead...
2016-02-09 Ian Lance Taylorre PR go/69357 (libgo refers to _end in a non-weak...
2016-02-04 Ian Lance Taylorlibgo: bump version number for upgrade to 1.6rc1
2016-02-03 Ian Lance Taylorcompiler, runtime: mark stub methods, ignore them in...
2016-02-03 Ian Lance Taylorcompiler: Unpack method names when sorting them.
2016-01-27 Ian Lance Taylorcompiler: Accept map composite literals with omitted...
2016-01-27 Ian Lance Taylorcompiler: Don't crash on erroneous array return types.
2016-01-26 Ian Lance Taylorcompiler: Don't crash on invalid array type declarations.
next