aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2015-09-15 runtime: Ignore stack sizes when deciding when to GC.Ian Lance Taylor
2015-07-13 syscall: remove calls to Entersyscall & Exitsyscall in GetdentsIan Lance Taylor
2015-05-05 PR go/66016Ian Lance Taylor
2015-01-05Backport from mainline:Ian Lance Taylor
2014-12-16Backport of https://gcc.gnu.org/ml/gcc-patches/2014-10/msg02980.htmlIan Lance Taylor
2014-12-16Backport https://gcc.gnu.org/ml/gcc-patches/2014-10/msg02994.html toIan Lance Taylor
2014-10-03runtime: Check for CPU_COUNT itself, don't check glibc version.Ian Lance Taylor
2014-09-23debug/elf: support arm64 relocationsIan Lance Taylor
2014-09-05runtime: Use the clone system call on GNU/Linux.Ian Lance Taylor
2014-08-15runtime: Don't get confused if m changes during runtime_gc.Ian Lance Taylor
2014-08-13compiler, runtime: Fix unexpected GC interfering with closure passing.Ian Lance Taylor
2014-08-02 PR other/61895Ian Lance Taylor
2014-05-27libgo/runtime: fix unused-result warningIan Lance Taylor
2014-05-07mksysinfo: Define some more non-trivial TIOC constants.Ian Lance Taylor
2014-05-07mksysinfo: Define CLONE flags.Ian Lance Taylor
2014-04-25 PR go/60931Ian Lance Taylor
2014-03-12libgo: Build math package with -ffp-contract=off on non-x86.Ian Lance Taylor
2014-03-07runtime: Fix GC bug caused by Entersyscall modifying reg.Ian Lance Taylor
2014-03-03libgo: Update to Go 1.2.1 release.Ian Lance Taylor
2014-02-21runtime: Use a better heap location on arm64 systems.Ian Lance Taylor
2014-02-03ltmain.sh: Patch for Solaris.Ian Lance Taylor
2014-01-22libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help.Ian Lance Taylor
2014-01-17 PR go/59866Ian Lance Taylor
2014-01-09runtime: fix 32-bit malloc for pointers >= 0x80000000Ian Lance Taylor
2014-01-08 PR go/59430Ian Lance Taylor
2014-01-08 PR go/59433Ian Lance Taylor
2014-01-06go/build: Set GOARCH on arm64 systems.Ian Lance Taylor
2014-01-06runtime: Remove unused runtime_cpuid variables.Ian Lance Taylor
2013-12-28net: work around Solaris connect issue when server closes socketIan Lance Taylor
2013-12-27 PR go/59506Ian Lance Taylor
2013-12-25 Revert unwanted commit.Uros Bizjak
2013-12-25gcc/Allan Sandfeld Jensen
2013-12-12runtime: Fix defer of unlock thread at program startup.Ian Lance Taylor
2013-12-12reflect: Fix MakeFunc returning float32 or float64 on 386.Ian Lance Taylor
2013-12-12compiler, reflect, runtime: Implement method values in reflect.Ian Lance Taylor
2013-12-11reflect, runtime: Let reflect.MakeFunc functions call recover.Ian Lance Taylor
2013-12-06 PR go/59408Ian Lance Taylor
2013-12-04runtime: Use pthread_sigmask instead of sigprocmask.Ian Lance Taylor
2013-12-03runtime: Fix prototype and one use of runtime_traceback.Ian Lance Taylor
2013-12-01libgo: Avoid some cases of getting callers recursively.Ian Lance Taylor
2013-11-30reflect: Rename struct field to be consistent in assembler and Go.Ian Lance Taylor
2013-11-30reflect: Fix MakeFunc for 386 when returning a struct.Ian Lance Taylor
2013-11-27libgo: Update to current Go library.Ian Lance Taylor
2013-11-26runtime: Fix handling of surrogate pairs in string([]rune).Ian Lance Taylor
2013-11-25syscall: Set SizeofSockaddrAny to the value the go distribution usesIan Lance Taylor
2013-11-24syscall: Only call varargs libc functions from C code.Ian Lance Taylor
2013-11-22libgo: Update libtool support for powerpc64le-linux-gnu.Ian Lance Taylor
2013-11-19runtime: Update for change to libbacktrace library.Ian Lance Taylor
2013-11-19reflect: Handle calls to functions that take or return empty structsIan Lance Taylor
2013-11-19gotest: Recognize PPC ELF v2 function pointers in text section.Ian Lance Taylor