summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* runtime: Remove undefined references to runtime_race*.ian2014-12-237-130/+2
* mksysinfo: Pass -O to compiler to avoid warnings on CentOS.ian2014-12-172-2/+2
* PR go/61258ian2014-12-131-1/+4
* testing: Add testing.MainStart function.ian2014-12-131-5/+51
* runtime: Clear stack pointers for extra G's.ian2014-12-131-0/+3
* Add load of target-utils.exp to libatomic, libitm, libvtv, libgo testsuite dr...ktkachov2014-12-121-0/+2
* runtime: introduce mvifdiff.sh script to replace GCC's move-if-changeian2014-12-013-12/+27
* runtime: GOARCH values for ppc64 BE & LEian2014-11-214-7/+45
* runtime: set library name based on compiler nameian2014-11-144-44/+116
* libgo: Update libtool support to files in current GCC trunk.ian2014-11-123-45/+37
* runtime: Use stckf unconditionally on s390.ian2014-11-061-6/+6
* mksysinfo: Tolerate missing structures in upcase_fields.ian2014-11-061-4/+4
* sync/atomic: fix data races in testsian2014-11-051-8/+8
* libgo: add s390 supportian2014-11-0420-18/+1309
* runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler ver...ian2014-11-032-2/+2
* debug/elf: add power64 support along with relocation testian2014-10-284-1/+233
* libgo: Add consts for ioctlian2014-10-281-1/+25
* libgo: Update to Go 1.3.3 release.ian2014-10-2719-60/+336
* compiler, runtime: Add type information to single object allocation.ian2014-10-201-4/+8
* reflect: allocate correct type in assignTo and cvtT2Iian2014-10-201-11/+11
* configure: Quote some shell variables.ian2014-10-172-16/+16
* runtime: Don't create threads with a small stack.ian2014-10-161-55/+0
* PR go/60406ian2014-10-085-76/+195
* PR go/61877ian2014-10-032-39/+97
* runtime: Check for CPU_COUNT itself, don't check glibc version.ian2014-10-031-1/+1
* libgo/configure: Use -Qunused-arguments for asm tests if supported.ian2014-09-292-0/+61
* runtime: Mark runtime_goexit function as noinline.ian2014-09-221-0/+1
* runtime: Restore copyright notice accidentally removed from mgc0.c.ian2014-09-201-1/+1
* runtime: Use the clone system call on GNU/Linux.ian2014-09-051-2/+2
* runtime: Use correct size for unsafe.Pointer GC instructions.ian2014-09-051-1/+1
* compiler: Add precise type information on the heap.ian2014-09-036-60/+84
* runtime: Don't get confused if m changes during runtime_gc.ian2014-08-151-0/+1
* compiler, runtime: Fix unexpected GC interfering with closure passing.ian2014-08-131-0/+8
* runtime: Add casts to mincore call to compile on Solaris.ian2014-08-041-1/+1
* PR other/61895ian2014-08-021-0/+12
* runtime: remove unused variableian2014-07-201-4/+3
* runtime: add a missing importian2014-07-201-1/+1
* runtime: also disable split stacks for runtime_snprintf function under Clangian2014-07-201-0/+6
* reflect, runtime: Use libffi closures to implement reflect.MakeFunc.ian2014-07-1918-408/+709
* libgo: Bump version number.ian2014-07-192-2/+2
* libgo: Update to Go 1.3 release.ian2014-07-19456-4836/+15264
* runtime: Merge master revision 19185.ian2014-07-1225-561/+279
* runtime: Rename iface.goc to go-iface.goc.ian2014-07-113-4/+4
* runtime: Drop reflectFlags tests.ian2014-07-117-30/+0
* PR go/61620ian2014-07-021-1/+3
* runtime: introduce build targets for running benchmarksian2014-07-013-14/+44
* runtime: add missing benchmark input files to the repositoryian2014-06-247-0/+0
* PR go/52583ian2014-06-131-0/+26
* PR go/61498ian2014-06-131-5/+2
* runtime: Initialize variable to avoid compiler warning.ian2014-06-101-1/+1