aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2016-10-21libgo: keep c0 and c1 out of runtime.incIan Lance Taylor1-1/+1
2016-10-21libgo: leave Int64Align as 8 on 32-bit SPARCIan Lance Taylor1-1/+1
2016-10-21runtime: copy lfstack code from Go 1.7 runtimeIan Lance Taylor1-1/+1
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor6-50/+66
2016-10-19runtime, syscall: force EPOLLET to be positiveIan Lance Taylor1-1/+1
2016-10-18runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor1-1/+1
2016-10-18runtime: scan caller-saved registers for non-split-stackIan Lance Taylor1-1/+1
2016-10-17runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor1-1/+1
2016-10-15runtime: copy runtime package time code from Go 1.7Ian Lance Taylor2-2/+2
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor2-3/+14
2016-10-14runtime: just do file/line lookup in C, move Func to GoIan Lance Taylor1-1/+1
2016-10-14debug/elf: add sparc64 relocationsIan Lance Taylor1-1/+1
2016-10-14runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor3-61/+59
2016-10-13compiler: don't try to get backend representation of redefinitionIan Lance Taylor2-1/+9
2016-10-13runtime: copy mstats code from Go 1.7 runtimeIan Lance Taylor2-1/+16
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2-0/+5
2016-10-13syscall: don't use pt_regs in clone_linux.cIan Lance Taylor1-1/+1
2016-10-12compiler, runtime: copy string code from Go 1.7Ian Lance Taylor6-76/+391
2016-10-12syscall: mark rawClone as no_split_stackIan Lance Taylor1-1/+1
2016-10-12runtime: copy Go 1.7 runtime semaphore codeIan Lance Taylor1-1/+1
2016-10-12syscall, internal/syscall/unix: Fix getrandom, clone on sparc64Ian Lance Taylor1-1/+1
2016-10-11configure: redirect -fsplit-stack compilation to dev/nullIan Lance Taylor1-1/+1
2016-10-11compiler: move Backend/Linemap creation out of front end.Than McIntosh10-14/+58
2016-10-10runtime: copy print/println support from Go 1.7Ian Lance Taylor3-43/+61
2016-10-10compiler: prune away gcc-specific linemap usageThan McIntosh5-2/+28
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor7-57/+118
2016-10-10* config-lang.in (lang_requires_boot_languages): Delete.Eric Botcazou2-4/+4
2016-10-07compiler: stack allocate storage for temp slices.Ian Lance Taylor3-24/+144
2016-10-06go-gcc.cc (Gcc_backend::stack_allocation_expression): Clear the returned memory.Chris Manghane2-0/+8
2016-10-06escape: Avoid allocation of varargs parameter.Ian Lance Taylor2-2/+32
2016-10-03re PR go/77809 ("_LITTLE_ENDIAN" redefined)Ian Lance Taylor1-1/+1
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor3-1/+21
2016-09-29runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor1-1/+1
2016-09-28libgo: fix for runtime/check failure with "-O0 -g"Ian Lance Taylor1-1/+1
2016-09-27libgo: separate mksysinfo inputs into separate Makefile targetsIan Lance Taylor1-1/+1
2016-09-27compiler: avoid call duplication during order eval.Ian Lance Taylor2-8/+19
2016-09-27compiler: add src information to AST dumps (part 1 of 2).Than McIntosh5-28/+88
2016-09-23internal/syscall/unix: add getrandom syscall for MIPS and SPARCIan Lance Taylor1-1/+1
2016-09-23compiler: better abstraction layer for diagnostics.Than McIntosh22-846/+1217
2016-09-23re PR go/77701 (suspicious code in go/go-gcc.cc)Chris Manghane2-4/+10
2016-09-22compiler: compile runtime.getcaller{pc,sp} into builtin functionsIan Lance Taylor7-26/+108
2016-09-22gofrontend: add missing break in Builtin_call_expression::do_flattenIan Lance Taylor2-1/+2
2016-09-21compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor13-753/+1049
2016-09-20syscall: build export_unix_test.go on solarisIan Lance Taylor1-1/+1
2016-09-20re PR go/77625 (go/gofrontend/ast-dump.cc:169:42: error: ‘new’ of type â€...Ian Lance Taylor2-6/+6
2016-09-20re PR go/77642 (GO Bootstrap fail starting with r239872 splitstack signature ...Ian Lance Taylor1-1/+1
2016-09-14libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM)Ian Lance Taylor1-1/+1
2016-09-11runtime/internal/sys: new package, API copied from Go 1.7Ian Lance Taylor3-1/+28
2016-09-10libgo: update to Go 1.7.1 releaseIan Lance Taylor1-1/+1
2016-09-10runtime/internal/atomic: new package, API copied from Go 1.7Ian Lance Taylor1-1/+1