summaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2016-11-18runtime: move schedt type and sched var from C to GoIan Lance Taylor
2016-11-18runtime: don't call __go_alloc/__go_free in environment functionsIan Lance Taylor
2016-11-18libgo: remove old/regexp and old/templateIan Lance Taylor
2016-11-18Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the ...Ian Lance Taylor
2016-11-18Update libgo/configure to restore it to the master version.Ian Lance Taylor
2016-11-18runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor
2016-11-16runtime: replace runtime1.goc with Go and C codeIan Lance Taylor
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose
2016-11-14runtime: don't crash if signal handler info argument is nilIan Lance Taylor
2016-11-11libgo: fix GOARCH_INT64ALIGN for several targetsIan Lance Taylor
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor
2016-11-05re PR go/78172 (gen-sysinfo.go vs AIX cred.h)Ian Lance Taylor
2016-11-01libgo: fix GOARCH_PHYSPAGESIZE for ia64Ian Lance Taylor
2016-11-01runtime: recreate function called by cgo -gccgoIan Lance Taylor
2016-11-01libgo: only rebuild package if dependent .gox has changedIan Lance Taylor
2016-11-01libgo: minor Makefile improvementsIan Lance Taylor
2016-10-30libgo: eliminate a lot of duplication in Makefile.amIan Lance Taylor
2016-10-28compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor
2016-10-28re PR go/78144 (FAIL: time on systems with tzdata2016g installed)Ian Lance Taylor
2016-10-28re PR go/78143 (bootstrap broken in libgo on powerpc-linux-gnu)Ian Lance Taylor
2016-10-28libgo: redirect grep output in mkrsysinfo.sh to /dev/nullIan Lance Taylor
2016-10-21libgo: keep c0 and c1 out of runtime.incIan Lance Taylor
2016-10-21libgo: leave Int64Align as 8 on 32-bit SPARCIan Lance Taylor
2016-10-21runtime: copy lfstack code from Go 1.7 runtimeIan Lance Taylor
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor
2016-10-19runtime, syscall: force EPOLLET to be positiveIan Lance Taylor
2016-10-18runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor
2016-10-18runtime: scan caller-saved registers for non-split-stackIan Lance Taylor
2016-10-17runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor
2016-10-15runtime: copy runtime package time code from Go 1.7Ian Lance Taylor
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor
2016-10-14runtime: just do file/line lookup in C, move Func to GoIan Lance Taylor
2016-10-14debug/elf: add sparc64 relocationsIan Lance Taylor
2016-10-14runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor
2016-10-13runtime: copy mstats code from Go 1.7 runtimeIan Lance Taylor
2016-10-13syscall: don't use pt_regs in clone_linux.cIan Lance Taylor
2016-10-12compiler, runtime: copy string code from Go 1.7Ian Lance Taylor
2016-10-12syscall: mark rawClone as no_split_stackIan Lance Taylor
2016-10-12runtime: copy Go 1.7 runtime semaphore codeIan Lance Taylor
2016-10-12syscall, internal/syscall/unix: Fix getrandom, clone on sparc64Ian Lance Taylor
2016-10-11configure: redirect -fsplit-stack compilation to dev/nullIan Lance Taylor
2016-10-11Accidentally failed to commit these earlier, as part of:Ian Lance Taylor
2016-10-10runtime: copy print/println support from Go 1.7Ian Lance Taylor
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor
2016-10-03re PR go/77809 ("_LITTLE_ENDIAN" redefined)Ian Lance Taylor
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor
2016-09-29runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor
2016-09-28libgo: fix for runtime/check failure with "-O0 -g"Ian Lance Taylor
2016-09-27libgo: separate mksysinfo inputs into separate Makefile targetsIan Lance Taylor
2016-09-23internal/syscall/unix: add getrandom syscall for MIPS and SPARCIan Lance Taylor