aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2014-09-05runtime: Use the clone system call on GNU/Linux.Ian Lance Taylor1-2/+2
2014-09-05runtime: Use correct size for unsafe.Pointer GC instructions.Ian Lance Taylor1-1/+1
2014-09-03compiler: Add precise type information on the heap.Chris Manghane6-60/+84
2014-08-15runtime: Don't get confused if m changes during runtime_gc.Ian Lance Taylor1-0/+1
2014-08-13compiler, runtime: Fix unexpected GC interfering with closure passing.Ian Lance Taylor1-0/+8
2014-08-04runtime: Add casts to mincore call to compile on Solaris.Ian Lance Taylor1-1/+1
2014-08-02re PR other/61895 (libbacktrace crashes with bus error with empty file argv[0])Ian Lance Taylor1-0/+12
2014-07-20runtime: remove unused variableIan Lance Taylor1-4/+3
2014-07-20runtime: add a missing importIan Lance Taylor1-1/+1
2014-07-20runtime: also disable split stacks for runtime_snprintf function under ClangIan Lance Taylor1-0/+6
2014-07-19reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor18-408/+709
2014-07-19libgo: Bump version number.Ian Lance Taylor2-2/+2
2014-07-19libgo: Update to Go 1.3 release.Ian Lance Taylor456-4836/+15264
2014-07-12runtime: Merge master revision 19185.Ian Lance Taylor25-561/+279
2014-07-11runtime: Rename iface.goc to go-iface.goc.Ian Lance Taylor3-4/+4
2014-07-11runtime: Drop reflectFlags tests.Ian Lance Taylor7-30/+0
2014-07-02re PR go/61620 (FAIL: go.test/test/fixedbugs/bug242.go execution, -O2 -g)Ian Lance Taylor1-1/+3
2014-07-01runtime: introduce build targets for running benchmarksIan Lance Taylor3-14/+44
2014-06-24runtime: add missing benchmark input files to the repositoryIan Lance Taylor7-0/+0
2014-06-13re PR go/52583 (Several new go testsuite failues on Solaris)Ian Lance Taylor1-0/+26
2014-06-13re PR go/61498 (Many 64-bit Go tests SEGV in scanblock)Ian Lance Taylor1-5/+2
2014-06-10runtime: Initialize variable to avoid compiler warning.Ian Lance Taylor1-1/+1
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor319-6342/+11965
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor222-7865/+9333
2014-05-30runtime: Use _mm_pause rather than __builtin_ia32_pause.Ian Lance Taylor1-1/+5
2014-05-29runtime: add the --without-libatomic configure optionIan Lance Taylor5-9/+46
2014-05-29runtime: disable split stacks for runtime_printf function under ClangIan Lance Taylor1-1/+21
2014-05-28runtime: fix misc gcc-isms and undefined behaviorIan Lance Taylor5-142/+113
2014-05-27libgo/runtime: fix unused-result warningIan Lance Taylor1-1/+2
2014-05-07mksysinfo: Define some more non-trivial TIOC constants.Ian Lance Taylor1-0/+32
2014-05-07mksysinfo: Define CLONE flags.Ian Lance Taylor4-2/+12
2014-05-01runtime: ask $GOC rather than $CC for the version and multi-os-directoryIan Lance Taylor4-4/+4
2014-04-25re PR go/60931 (libgo has issues when page size is not 4k)Ian Lance Taylor1-2/+12
2014-04-17gofrontend: deduplicate C syscall function declarationsIan Lance Taylor1-2/+5
2014-04-17runtime: remove use of obsolete map deletion syntaxIan Lance Taylor1-1/+1
2014-04-17gofrontend: avoid use of unsafe.Sizeof extensionIan Lance Taylor1-1/+1
2014-04-16libgo: Remove Solaris 8 & 9 support.Ian Lance Taylor5-55/+0
2014-04-14Sync to current external repository.Chris Manghane1-24/+3
2014-03-12libgo: Build math package with -ffp-contract=off on non-x86.Ian Lance Taylor2-0/+4
2014-03-07runtime: Fix GC bug caused by Entersyscall modifying reg.Ian Lance Taylor1-4/+20
2014-03-03libgo: Update to Go 1.2.1 release.Ian Lance Taylor5-12/+70
2014-02-21runtime: Use a better heap location on arm64 systems.Ian Lance Taylor1-3/+27
2014-02-03ltmain.sh: Patch for Solaris.Ian Lance Taylor1-1/+1
2014-01-22libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help.Ian Lance Taylor2-4/+4
2014-01-17re PR go/59866 (gccgo gc work buffer is misaligned)Ian Lance Taylor1-1/+1
2014-01-09runtime: fix 32-bit malloc for pointers >= 0x80000000Ian Lance Taylor3-24/+12
2014-01-08re PR go/59430 (os/user FAILs on Solaris)Ian Lance Taylor5-10/+50
2014-01-08re PR go/59433 (Many 64-bit Go tests SEGV on Solaris)Ian Lance Taylor1-16/+45
2014-01-06go/build: Set GOARCH on arm64 systems.Ian Lance Taylor6-5/+32
2014-01-06runtime: Remove unused runtime_cpuid variables.Ian Lance Taylor1-5/+0