summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* runtime: Add casts to mincore call to compile on Solaris.Ian Lance Taylor2014-08-041-1/+1
* re PR other/61895 (libbacktrace crashes with bus error with empty file argv[0])Ian Lance Taylor2014-08-021-0/+12
* runtime: remove unused variableIan Lance Taylor2014-07-201-4/+3
* runtime: add a missing importIan Lance Taylor2014-07-201-1/+1
* runtime: also disable split stacks for runtime_snprintf function under ClangIan Lance Taylor2014-07-201-0/+6
* reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor2014-07-1918-408/+709
* libgo: Bump version number.Ian Lance Taylor2014-07-192-2/+2
* libgo: Update to Go 1.3 release.Ian Lance Taylor2014-07-19456-4836/+15264
* runtime: Merge master revision 19185.Ian Lance Taylor2014-07-1225-561/+279
* runtime: Rename iface.goc to go-iface.goc.Ian Lance Taylor2014-07-113-4/+4
* runtime: Drop reflectFlags tests.Ian Lance Taylor2014-07-117-30/+0
* re PR go/61620 (FAIL: go.test/test/fixedbugs/bug242.go execution, -O2 -g)Ian Lance Taylor2014-07-021-1/+3
* runtime: introduce build targets for running benchmarksIan Lance Taylor2014-07-013-14/+44
* runtime: add missing benchmark input files to the repositoryIan Lance Taylor2014-06-247-0/+0
* re PR go/52583 (Several new go testsuite failues on Solaris)Ian Lance Taylor2014-06-131-0/+26
* re PR go/61498 (Many 64-bit Go tests SEGV in scanblock)Ian Lance Taylor2014-06-131-5/+2
* runtime: Initialize variable to avoid compiler warning.Ian Lance Taylor2014-06-101-1/+1
* libgo: Merge to master revision 19184.Ian Lance Taylor2014-06-06319-6342/+11965
* libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor2014-06-04222-7865/+9333
* runtime: Use _mm_pause rather than __builtin_ia32_pause.Ian Lance Taylor2014-05-301-1/+5
* runtime: add the --without-libatomic configure optionIan Lance Taylor2014-05-295-9/+46
* runtime: disable split stacks for runtime_printf function under ClangIan Lance Taylor2014-05-291-1/+21
* runtime: fix misc gcc-isms and undefined behaviorIan Lance Taylor2014-05-285-142/+113
* libgo/runtime: fix unused-result warningIan Lance Taylor2014-05-271-1/+2
* mksysinfo: Define some more non-trivial TIOC constants.Ian Lance Taylor2014-05-071-0/+32
* mksysinfo: Define CLONE flags.Ian Lance Taylor2014-05-074-2/+12
* runtime: ask $GOC rather than $CC for the version and multi-os-directoryIan Lance Taylor2014-05-014-4/+4
* re PR go/60931 (libgo has issues when page size is not 4k)Ian Lance Taylor2014-04-251-2/+12
* gofrontend: deduplicate C syscall function declarationsIan Lance Taylor2014-04-171-2/+5
* runtime: remove use of obsolete map deletion syntaxIan Lance Taylor2014-04-171-1/+1
* gofrontend: avoid use of unsafe.Sizeof extensionIan Lance Taylor2014-04-171-1/+1
* libgo: Remove Solaris 8 & 9 support.Ian Lance Taylor2014-04-165-55/+0
* Sync to current external repository.Chris Manghane2014-04-141-24/+3
* libgo: Build math package with -ffp-contract=off on non-x86.Ian Lance Taylor2014-03-122-0/+4
* runtime: Fix GC bug caused by Entersyscall modifying reg.Ian Lance Taylor2014-03-071-4/+20
* libgo: Update to Go 1.2.1 release.Ian Lance Taylor2014-03-035-12/+70
* runtime: Use a better heap location on arm64 systems.Ian Lance Taylor2014-02-211-3/+27
* ltmain.sh: Patch for Solaris.Ian Lance Taylor2014-02-031-1/+1
* libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help.Ian Lance Taylor2014-01-222-4/+4
* re PR go/59866 (gccgo gc work buffer is misaligned)Ian Lance Taylor2014-01-171-1/+1
* runtime: fix 32-bit malloc for pointers >= 0x80000000Ian Lance Taylor2014-01-093-24/+12
* re PR go/59430 (os/user FAILs on Solaris)Ian Lance Taylor2014-01-085-10/+50
* re PR go/59433 (Many 64-bit Go tests SEGV on Solaris)Ian Lance Taylor2014-01-081-16/+45
* go/build: Set GOARCH on arm64 systems.Ian Lance Taylor2014-01-066-5/+32
* runtime: Remove unused runtime_cpuid variables.Ian Lance Taylor2014-01-061-5/+0
* net: work around Solaris connect issue when server closes socketIan Lance Taylor2013-12-281-0/+10
* re PR go/59506 (net FAILs (timeout) on alpha)Ian Lance Taylor2013-12-271-1/+1
* Revert unwanted commit.Uros Bizjak2013-12-251-1/+1
* re PR target/59422 (Support more targets for function multi versioning)Allan Sandfeld Jensen2013-12-251-1/+1
* runtime: Fix defer of unlock thread at program startup.Ian Lance Taylor2013-12-126-5/+19