re PR ada/37139 (DEP prevents using Ada tasking)
[gcc.git] / gcc / go /
2016-10-15 Ian Lance Taylorruntime: copy runtime package time code from Go 1.7
2016-10-14 Ian Lance Taylorruntime: copy mprof code from Go 1.7 runtime
2016-10-14 Ian Lance Taylorruntime: just do file/line lookup in C, move Func to Go
2016-10-14 Ian Lance Taylordebug/elf: add sparc64 relocations
2016-10-14 Ian Lance Taylorruntime: copy cpuprof code from Go 1.7 runtime
2016-10-13 Ian Lance Taylorcompiler: don't try to get backend representation of...
2016-10-13 Ian Lance Taylorruntime: copy mstats code from Go 1.7 runtime
2016-10-13 Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-10-13 Ian Lance Taylorsyscall: don't use pt_regs in clone_linux.c
2016-10-12 Ian Lance Taylorcompiler, runtime: copy string code from Go 1.7
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-10 Eric Botcazou* config-lang.in (lang_requires_boot_languages): Delete.
2016-10-07 Ian Lance Taylorcompiler: stack allocate storage for temp slices.
2016-10-06 Chris Manghanego-gcc.cc (Gcc_backend::stack_allocation_expression...
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-23 Chris Manghanere PR go/77701 (suspicious code in go/go-gcc.cc)
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 Taylorgo-backend.c (go_trampoline_info): Remove.
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-09-05 Jakub JelinekChangeLog formatting fixes.
2016-09-01 Martin Seborc-ada-spec.c (dump_ada_function_declaration): Increase...
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 Taylorgccgo.texi (Invoking gccgo): Document -fgo-optimize...
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-05 Ian Lance Taylorre PR go/72812 (reflect FAILs with Solaris as)
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.
next