toyvm.c: use correct path in debuginfo
[gcc.git] / libgo /
2014-12-01 Ian Lance Taylorruntime: introduce mvifdiff.sh script to replace GCC...
2014-11-21 Ian Lance Taylorruntime: GOARCH values for ppc64 BE & LE
2014-11-14 Ian Lance Taylorruntime: set library name based on compiler name
2014-11-12 Ian Lance Taylorlibgo: Update libtool support to files in current GCC...
2014-11-06 Dominik Vogtruntime: Use stckf unconditionally on s390.
2014-11-06 Dominik Vogtmksysinfo: Tolerate missing structures in upcase_fields.
2014-11-05 Ian Lance Taylorsync/atomic: fix data races in tests
2014-11-04 Ian Lance Taylorlibgo: add s390 support
2014-11-03 Ian Lance Taylorruntime: use "$GOC -dumpversion" instead of BASE-VER...
2014-10-28 Ian Lance Taylordebug/elf: add power64 support along with relocation...
2014-10-28 Ian Lance Taylorlibgo: Add consts for ioctl
2014-10-27 Ian Lance Taylorlibgo: Update to Go 1.3.3 release.
2014-10-20 Ian Lance Taylorcompiler, runtime: Add type information to single objec...
2014-10-20 Ian Lance Taylorreflect: allocate correct type in assignTo and cvtT2I
2014-10-17 Ian Lance Taylorconfigure: Quote some shell variables.
2014-10-16 Ian Lance Taylorruntime: Don't create threads with a small stack.
2014-10-08 Ian Lance Taylorre PR go/60406 (recover.go: test13reflect2 test failure)
2014-10-03 Ian Lance Taylorre PR go/61877 (reflect: cannot use []string as type...
2014-10-03 Ian Lance Taylorruntime: Check for CPU_COUNT itself, don't check glibc...
2014-09-29 Ian Lance Taylorlibgo/configure: Use -Qunused-arguments for asm tests...
2014-09-22 Ian Lance Taylorruntime: Mark runtime_goexit function as noinline.
2014-09-20 Ian Lance Taylorruntime: Restore copyright notice accidentally removed...
2014-09-05 Ian Lance Taylorruntime: Use the clone system call on GNU/Linux.
2014-09-05 Ian Lance Taylorruntime: Use correct size for unsafe.Pointer GC instruc...
2014-09-03 Chris Manghanecompiler: Add precise type information on the heap.
2014-08-15 Ian Lance Taylorruntime: Don't get confused if m changes during runtime_gc.
2014-08-13 Ian Lance Taylorcompiler, runtime: Fix unexpected GC interfering with...
2014-08-04 Ian Lance Taylorruntime: Add casts to mincore call to compile on Solaris.
2014-08-02 Ian Lance Taylorre PR other/61895 (libbacktrace crashes with bus error...
2014-07-20 Ian Lance Taylorruntime: remove unused variable
2014-07-20 Ian Lance Taylorruntime: add a missing import
2014-07-20 Ian Lance Taylorruntime: also disable split stacks for runtime_snprintf...
2014-07-19 Ian Lance Taylorreflect, runtime: Use libffi closures to implement...
2014-07-19 Ian Lance Taylorlibgo: Bump version number.
2014-07-19 Ian Lance Taylorlibgo: Update to Go 1.3 release.
2014-07-12 Ian Lance Taylorruntime: Merge master revision 19185.
2014-07-11 Ian Lance Taylorruntime: Rename iface.goc to go-iface.goc.
2014-07-11 Ian Lance Taylorruntime: Drop reflectFlags tests.
2014-07-02 Ian Lance Taylorre PR go/61620 (FAIL: go.test/test/fixedbugs/bug242...
2014-07-01 Ian Lance Taylorruntime: introduce build targets for running benchmarks
2014-06-24 Ian Lance Taylorruntime: add missing benchmark input files to the repos...
2014-06-13 Ian Lance Taylorre PR go/52583 (Several new go testsuite failues on...
2014-06-13 Ian Lance Taylorre PR go/61498 (Many 64-bit Go tests SEGV in scanblock)
2014-06-10 Ian Lance Taylorruntime: Initialize variable to avoid compiler warning.
2014-06-06 Ian Lance Taylorlibgo: Merge to master revision 19184.
2014-06-04 Ian Lance Taylorlibgo: Merge from revision 18783:00cce3a34d7e of master...
2014-05-30 Ian Lance Taylorruntime: Use _mm_pause rather than __builtin_ia32_pause.
2014-05-29 Ian Lance Taylorruntime: add the --without-libatomic configure option
2014-05-29 Ian Lance Taylorruntime: disable split stacks for runtime_printf functi...
2014-05-28 Ian Lance Taylorruntime: fix misc gcc-isms and undefined behavior
2014-05-27 Ian Lance Taylorlibgo/runtime: fix unused-result warning
2014-05-07 Ian Lance Taylormksysinfo: Define some more non-trivial TIOC constants.
2014-05-07 Ian Lance Taylormksysinfo: Define CLONE flags.
2014-05-01 Ian Lance Taylorruntime: ask $GOC rather than $CC for the version and...
2014-04-25 Ian Lance Taylorre PR go/60931 (libgo has issues when page size is...
2014-04-17 Ian Lance Taylorgofrontend: deduplicate C syscall function declarations
2014-04-17 Ian Lance Taylorruntime: remove use of obsolete map deletion syntax
2014-04-17 Ian Lance Taylorgofrontend: avoid use of unsafe.Sizeof extension
2014-04-16 Ian Lance Taylorlibgo: Remove Solaris 8 & 9 support.
2014-04-14 Chris ManghaneSync to current external repository.
2014-03-12 Ian Lance Taylorlibgo: Build math package with -ffp-contract=off on...
2014-03-07 Ian Lance Taylorruntime: Fix GC bug caused by Entersyscall modifying...
2014-03-03 Ian Lance Taylorlibgo: Update to Go 1.2.1 release.
2014-02-21 Ian Lance Taylorruntime: Use a better heap location on arm64 systems.
2014-02-03 Ian Lance Taylorltmain.sh: Patch for Solaris.
2014-01-22 Ian Lance Taylorlibgo/configure: Test for gold with gccgo -Wl,--help...
2014-01-17 Ian Lance Taylorre PR go/59866 (gccgo gc work buffer is misaligned)
2014-01-09 Ian Lance Taylorruntime: fix 32-bit malloc for pointers >= 0x80000000
2014-01-08 Ian Lance Taylorre PR go/59430 (os/user FAILs on Solaris)
2014-01-08 Ian Lance Taylorre PR go/59433 (Many 64-bit Go tests SEGV on Solaris)
2014-01-06 Ian Lance Taylorgo/build: Set GOARCH on arm64 systems.
2014-01-06 Ian Lance Taylorruntime: Remove unused runtime_cpuid variables.
2013-12-28 Ian Lance Taylornet: work around Solaris connect issue when server...
2013-12-27 Ian Lance Taylorre PR go/59506 (net FAILs (timeout) on alpha)
2013-12-25 Uros BizjakRevert unwanted commit.
2013-12-25 Allan Sandfeld Jensenre PR target/59422 (Support more targets for function...
2013-12-12 Ian Lance Taylorruntime: Fix defer of unlock thread at program startup.
2013-12-12 Ian Lance Taylorreflect: Fix MakeFunc returning float32 or float64...
2013-12-12 Ian Lance Taylorcompiler, reflect, runtime: Implement method values...
2013-12-11 Ian Lance Taylorreflect, runtime: Let reflect.MakeFunc functions call...
2013-12-06 Ian Lance Taylorre PR go/59408 (Many Go tests FAIL with notesleep not...
2013-12-04 Ian Lance Taylorruntime: Use pthread_sigmask instead of sigprocmask.
2013-12-03 Ian Lance Taylorruntime: Fix prototype and one use of runtime_traceback.
2013-12-01 Ian Lance Taylorlibgo: Avoid some cases of getting callers recursively.
2013-11-30 Ian Lance Taylorreflect: Rename struct field to be consistent in assemb...
2013-11-30 Ian Lance Taylorreflect: Fix MakeFunc for 386 when returning a struct.
2013-11-27 Ian Lance Taylorlibgo: Update to current Go library.
2013-11-26 Ian Lance Taylorruntime: Fix handling of surrogate pairs in string...
2013-11-25 Ian Lance Taylorsyscall: Set SizeofSockaddrAny to the value the go...
2013-11-24 Ian Lance Taylorsyscall: Only call varargs libc functions from C code.
2013-11-22 Ian Lance Taylorlibgo: Update libtool support for powerpc64le-linux...
2013-11-19 Ian Lance Taylorruntime: Update for change to libbacktrace library.
2013-11-19 Ian Lance Taylorreflect: Handle calls to functions that take or return...
2013-11-19 Ian Lance Taylorgotest: Recognize PPC ELF v2 function pointers in text...
2013-11-19 Ian Lance Taylorlibgo: Fix typo for is_dragonfly in configure script.
2013-11-15 Ian Lance Taylorruntime: Use runtime_m to get m value after call to...
2013-11-14 Ian Lance Taylorruntime: Don't use filename without '/' for backtrace...
2013-11-14 Ian Lance Taylornet: On Solaris use Darwin keepalive code.
2013-11-14 Ian Lance Taylorruntime: Add netpoll code that uses select.
2013-11-14 Ian Lance Taylorruntime: Fix GC flag in when allocating memory from...
next