summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* compiler: relocate ID encoding utilities to gofrontendian2016-11-2210-192/+303
* PR go/77910ian2016-11-221-1/+1
* runtime: rewrite panic/defer code from C to Goian2016-11-229-35/+46
* runtime: move schedt type and sched var from C to Goian2016-11-181-1/+1
* runtime: don't call __go_alloc/__go_free in environment functionsian2016-11-181-1/+1
* libgo: remove old/regexp and old/templateian2016-11-181-1/+1
* Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versionsian2016-11-181-2/+2
* runtime, reflect: rewrite Go to FFI type conversion in Goian2016-11-181-1/+1
* runtime: replace runtime1.goc with Go and C codeian2016-11-161-1/+1
* compiler: separate incomparable types from comparable onesian2016-11-162-3/+21
* runtime: don't crash if signal handler info argument is nilian2016-11-141-1/+1
* libgo: fix GOARCH_INT64ALIGN for several targetsian2016-11-111-1/+1
* runtime: copy signal code from Go 1.7 runtimeian2016-11-105-5/+15
* compiler: rework static initializer codeian2016-11-094-73/+140
* 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-012-2/+2
* compiler: fix slice/array evaluation order bugian2016-10-303-105/+147
* libgo: eliminate a lot of duplication in Makefile.amian2016-10-301-1/+1
* compiler, runtime: copy slice code from Go 1.7 runtimeian2016-10-285-220/+407
* 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
* go-lang.c: remove a redundant castdmalcolm2016-10-252-3/+7
* 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-206-50/+66
* 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-152-2/+2
* runtime: copy mprof code from Go 1.7 runtimeian2016-10-142-3/+14
* 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-143-61/+59
* compiler: don't try to get backend representation of redefinitionian2016-10-132-1/+9
* runtime: copy mstats code from Go 1.7 runtimeian2016-10-132-1/+16
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-132-0/+5
* syscall: don't use pt_regs in clone_linux.cian2016-10-131-1/+1
* compiler, runtime: copy string code from Go 1.7ian2016-10-126-76/+391
* 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-1110-14/+58