summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* runtime: Remove undefined references to runtime_race*.Ian Lance Taylor2014-12-237-130/+2
* mksysinfo: Pass -O to compiler to avoid warnings on CentOS.Ian Lance Taylor2014-12-172-2/+2
* re PR go/61258 (gccgo: assertion failure go-map-delete.c:37 [GoSmith])Ian Lance Taylor2014-12-131-1/+4
* testing: Add testing.MainStart function.Ian Lance Taylor2014-12-131-5/+51
* runtime: Clear stack pointers for extra G's.Ian Lance Taylor2014-12-131-0/+3
* Add load of target-utils.exp to libatomic, libitm, libvtv, libgo testsuite dr...Kyrylo Tkachov2014-12-121-0/+2
* runtime: introduce mvifdiff.sh script to replace GCC's move-if-changeIan Lance Taylor2014-12-013-12/+27
* runtime: GOARCH values for ppc64 BE & LEIan Lance Taylor2014-11-214-7/+45
* runtime: set library name based on compiler nameIan Lance Taylor2014-11-144-44/+116
* libgo: Update libtool support to files in current GCC trunk.Ian Lance Taylor2014-11-123-45/+37
* runtime: Use stckf unconditionally on s390.Dominik Vogt2014-11-061-6/+6
* mksysinfo: Tolerate missing structures in upcase_fields.Dominik Vogt2014-11-061-4/+4
* sync/atomic: fix data races in testsIan Lance Taylor2014-11-051-8/+8
* libgo: add s390 supportIan Lance Taylor2014-11-0420-18/+1309
* runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler ver...Ian Lance Taylor2014-11-032-2/+2
* debug/elf: add power64 support along with relocation testIan Lance Taylor2014-10-284-1/+233
* libgo: Add consts for ioctlIan Lance Taylor2014-10-281-1/+25
* libgo: Update to Go 1.3.3 release.Ian Lance Taylor2014-10-2719-60/+336
* compiler, runtime: Add type information to single object allocation.Ian Lance Taylor2014-10-201-4/+8
* reflect: allocate correct type in assignTo and cvtT2IIan Lance Taylor2014-10-201-11/+11
* configure: Quote some shell variables.Ian Lance Taylor2014-10-172-16/+16
* runtime: Don't create threads with a small stack.Ian Lance Taylor2014-10-161-55/+0
* re PR go/60406 (recover.go: test13reflect2 test failure)Ian Lance Taylor2014-10-085-76/+195
* re PR go/61877 (reflect: cannot use []string as type string in Call)Ian Lance Taylor2014-10-032-39/+97
* runtime: Check for CPU_COUNT itself, don't check glibc version.Ian Lance Taylor2014-10-031-1/+1
* libgo/configure: Use -Qunused-arguments for asm tests if supported.Ian Lance Taylor2014-09-292-0/+61
* runtime: Mark runtime_goexit function as noinline.Ian Lance Taylor2014-09-221-0/+1
* runtime: Restore copyright notice accidentally removed from mgc0.c.Ian Lance Taylor2014-09-201-1/+1
* runtime: Use the clone system call on GNU/Linux.Ian Lance Taylor2014-09-051-2/+2
* runtime: Use correct size for unsafe.Pointer GC instructions.Ian Lance Taylor2014-09-051-1/+1
* compiler: Add precise type information on the heap.Chris Manghane2014-09-036-60/+84
* runtime: Don't get confused if m changes during runtime_gc.Ian Lance Taylor2014-08-151-0/+1
* compiler, runtime: Fix unexpected GC interfering with closure passing.Ian Lance Taylor2014-08-131-0/+8
* 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