aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2015-01-05 PR go/61871Ian Lance Taylor
2014-12-23runtime: Remove undefined references to runtime_race*.Ian Lance Taylor
2014-12-17mksysinfo: Pass -O to compiler to avoid warnings on CentOS.Ian Lance Taylor
2014-12-13 PR go/61258Ian Lance Taylor
2014-12-13testing: Add testing.MainStart function.Ian Lance Taylor
2014-12-13runtime: Clear stack pointers for extra G's.Ian Lance Taylor
2014-12-12Add load of target-utils.exp to libatomic, libitm, libvtv, libgo testsuite dr...Kyrylo Tkachov
2014-12-01runtime: introduce mvifdiff.sh script to replace GCC's move-if-changeIan Lance Taylor
2014-11-21runtime: GOARCH values for ppc64 BE & LEIan Lance Taylor
2014-11-14runtime: set library name based on compiler nameIan Lance Taylor
2014-11-12libgo: Update libtool support to files in current GCC trunk.Ian Lance Taylor
2014-11-06runtime: Use stckf unconditionally on s390.Dominik Vogt
2014-11-06mksysinfo: Tolerate missing structures in upcase_fields.Dominik Vogt
2014-11-05sync/atomic: fix data races in testsIan Lance Taylor
2014-11-04libgo: add s390 supportIan Lance Taylor
2014-11-03runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler ver...Ian Lance Taylor
2014-10-28debug/elf: add power64 support along with relocation testIan Lance Taylor
2014-10-28libgo: Add consts for ioctlIan Lance Taylor
2014-10-27libgo: Update to Go 1.3.3 release.Ian Lance Taylor
2014-10-20compiler, runtime: Add type information to single object allocation.Ian Lance Taylor
2014-10-20reflect: allocate correct type in assignTo and cvtT2IIan Lance Taylor
2014-10-17configure: Quote some shell variables.Ian Lance Taylor
2014-10-16runtime: Don't create threads with a small stack.Ian Lance Taylor
2014-10-08 PR go/60406Ian Lance Taylor
2014-10-03 PR go/61877Ian Lance Taylor
2014-10-03runtime: Check for CPU_COUNT itself, don't check glibc version.Ian Lance Taylor
2014-09-29libgo/configure: Use -Qunused-arguments for asm tests if supported.Ian Lance Taylor
2014-09-22runtime: Mark runtime_goexit function as noinline.Ian Lance Taylor
2014-09-20runtime: Restore copyright notice accidentally removed from mgc0.c.Ian Lance Taylor
2014-09-05runtime: Use the clone system call on GNU/Linux.Ian Lance Taylor
2014-09-05runtime: Use correct size for unsafe.Pointer GC instructions.Ian Lance Taylor
2014-09-03compiler: Add precise type information on the heap.Chris Manghane
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-04runtime: Add casts to mincore call to compile on Solaris.Ian Lance Taylor
2014-08-02 PR other/61895Ian Lance Taylor
2014-07-20runtime: remove unused variableIan Lance Taylor
2014-07-20runtime: add a missing importIan Lance Taylor
2014-07-20runtime: also disable split stacks for runtime_snprintf function under ClangIan Lance Taylor
2014-07-19reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor
2014-07-19libgo: Bump version number.Ian Lance Taylor
2014-07-19libgo: Update to Go 1.3 release.Ian Lance Taylor
2014-07-12runtime: Merge master revision 19185.Ian Lance Taylor
2014-07-11runtime: Rename iface.goc to go-iface.goc.Ian Lance Taylor
2014-07-11runtime: Drop reflectFlags tests.Ian Lance Taylor
2014-07-02 PR go/61620Ian Lance Taylor
2014-07-01runtime: introduce build targets for running benchmarksIan Lance Taylor
2014-06-24runtime: add missing benchmark input files to the repositoryIan Lance Taylor
2014-06-13 PR go/52583Ian Lance Taylor
2014-06-13 PR go/61498Ian Lance Taylor