summaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/MERGE
Commit message (Expand)AuthorAgeFilesLines
* PR go/78172.ian2016-11-051-1/+1
* libgo: fix GOARCH_PHYSPAGESIZE for ia64ian2016-11-011-1/+1
* runtime: recreate function called by cgo -gccgoian2016-11-011-1/+1
* libgo: only rebuild package if dependent .gox has changedian2016-11-011-1/+1
* libgo: minor Makefile improvementsian2016-11-011-1/+1
* PR go/78145ian2016-11-011-1/+1
* compiler: fix slice/array evaluation order bugian2016-10-301-1/+1
* libgo: eliminate a lot of duplication in Makefile.amian2016-10-301-1/+1
* compiler, runtime: copy slice code from Go 1.7 runtimeian2016-10-281-1/+1
* PR go/78144ian2016-10-281-1/+1
* PR go/78143ian2016-10-281-1/+1
* libgo: redirect grep output in mkrsysinfo.sh to /dev/nullian2016-10-281-1/+1
* libgo: keep c0 and c1 out of runtime.incian2016-10-211-1/+1
* libgo: leave Int64Align as 8 on 32-bit SPARCian2016-10-211-1/+1
* runtime: copy lfstack code from Go 1.7 runtimeian2016-10-211-1/+1
* runtime: rewrite interface code into Goian2016-10-201-1/+1
* runtime, syscall: force EPOLLET to be positiveian2016-10-191-1/+1
* runtime: copy netpoll code from Go 1.7 runtimeian2016-10-181-1/+1
* runtime: scan caller-saved registers for non-split-stackian2016-10-181-1/+1
* runtime: copy rdebug code from Go 1.7 runtimeian2016-10-171-1/+1
* runtime: copy runtime package time code from Go 1.7ian2016-10-151-1/+1
* runtime: copy mprof code from Go 1.7 runtimeian2016-10-141-1/+1
* runtime: just do file/line lookup in C, move Func to Goian2016-10-141-1/+1
* debug/elf: add sparc64 relocationsian2016-10-141-1/+1
* runtime: copy cpuprof code from Go 1.7 runtimeian2016-10-141-1/+1
* compiler: don't try to get backend representation of redefinitionian2016-10-131-1/+1
* runtime: copy mstats code from Go 1.7 runtimeian2016-10-131-1/+1
* syscall: don't use pt_regs in clone_linux.cian2016-10-131-1/+1
* compiler, runtime: copy string code from Go 1.7ian2016-10-121-1/+1
* syscall: mark rawClone as no_split_stackian2016-10-121-1/+1
* runtime: copy Go 1.7 runtime semaphore codeian2016-10-121-1/+1
* syscall, internal/syscall/unix: Fix getrandom, clone on sparc64ian2016-10-121-1/+1
* configure: redirect -fsplit-stack compilation to dev/nullian2016-10-111-1/+1
* compiler: move Backend/Linemap creation out of front end.ian2016-10-111-1/+1
* runtime: copy print/println support from Go 1.7ian2016-10-101-1/+1
* compiler: prune away gcc-specific linemap usageian2016-10-101-1/+1
* runtime: copy channel code from Go 1.7 runtimeian2016-10-101-1/+1
* compiler: stack allocate storage for temp slices.ian2016-10-071-1/+1
* escape: Avoid allocation of varargs parameter.ian2016-10-061-1/+1
* PR go/77809ian2016-10-031-1/+1
* runtime: copy internal locking code from Go 1.7 runtimeian2016-09-301-1/+1
* runtime: copy runtime.go and runtime1.go from Go 1.7ian2016-09-291-1/+1
* libgo: fix for runtime/check failure with "-O0 -g"ian2016-09-281-1/+1
* libgo: separate mksysinfo inputs into separate Makefile targetsian2016-09-271-1/+1
* compiler: avoid call duplication during order eval.ian2016-09-271-1/+1
* compiler: add src information to AST dumps (part 1 of 2).ian2016-09-271-1/+1
* internal/syscall/unix: add getrandom syscall for MIPS and SPARCian2016-09-231-1/+1
* compiler: better abstraction layer for diagnostics.ian2016-09-231-1/+1
* compiler: compile runtime.getcaller{pc,sp} into builtin functionsian2016-09-221-1/+1
* gofrontend: add missing break in Builtin_call_expression::do_flattenian2016-09-221-1/+1